2-432
Cisco Catalyst Blade Switch 3030 Command Reference
78-17262-01
Chapter 2 Cisco
Catalyst
Blade Switch 3030 Cisco IOS Commands
snmp trap mac-notification
snmp trap mac-notification
Use the
snmp trap mac-notification
interface configuration command 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 gigabitethernet0/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(25)SEE
This command was introduced.