2-701
Cisco Catalyst Blade Switch 3120 for HP Command Reference
OL-12248-03
Chapter 2 Cisco Catalyst Blade Switch 3120 for HP Cisco IOS Commands
snmp trap mac-notification
snmp trap mac-notification
Use the
snmp trap mac-notification
interface configuration command on the switch stack or on a
standalone switch to enable the Simple Network Management Protocol (SNMP) MAC address
notification trap on a specific Layer 2 interface. Use the
no
form of this command to return to the default
setting.
snmp trap mac-notification
{
added
| removed
}
no snmp trap mac-notification
{
added
| removed
}
Syntax Description
Defaults
By default, the traps for both address addition and address removal are disabled.
Command Modes
Interface configuration
Command History
Usage Guidelines
Even though you enable the notification trap for a specific interface by using the
snmp trap
mac-notification
command, the trap is generated only when you enable the
snmp-server enable traps
mac-notification
and the
mac address-table notification
global configuration commands.
Examples
This example shows how to enable the MAC notification trap when a MAC address is added to a port:
Switch(config)#
interface gigabitethernet1/0/2
Switch(config-if)#
snmp trap mac-notification added
You can verify your settings by entering the
show mac address-table notification interface
privileged
EXEC command.
added
Enable the MAC notification trap whenever a MAC address is added on this
interface.
removed
Enable the MAC notification trap whenever a MAC address is removed from this
interface.
Release
Modification
12.2(40)EX1
This command was introduced.