724-746-5500 | blackbox.com
Page 167
Chapter 7: Command-Line Management
4. Example:
The following example sets MAC notification trap interval time 10 seconds:
switch_a(config)# snmp-server mac-notification interval 10
switch_a(config)#
MAC Notification History Size:
1. Command Mode: Configure mode
Logon to Configure Mode (Configure Terminal Mode).
The switch_a(config)# prompt will show on the screen.
switch_a(config)#
2. Usage:
Use this command to specify the maximum number of entries in the MAC notification history table.
3. Command Syntax:
snmp-server mac-notification history-size <1–500>
<1–500> The range is 1 to 500.
4. Example:
The following example sets the maximum 500 entries in the MAC notification history table:
switch_a(config)# snmp-server mac-notification history-size 500
switch_a(config)#
MAC Notification Added/Removed:
1. Command Mode: Interface mode
Logon to Configure Mode (Configure Terminal Mode).
Then logon to Interface mode.
fe1 means port 1.
The switch_a(config-if)# prompt will show on the screen.
switch_a(config)#interface fe1
switch_a(config-if)#
2. Usage:
Use this command to add or remove MAC Notification Trap on an interface port.
3. Command Syntax:
snmp-server trap mac-notification (added | removed)
no snmp-server trap mac-notification (added | removed)
4. Example:
The following example specifies to add MAC Notification Trap on the interface fe1 (port 1):
switch_a(config)#interface fe1
switch_a(config-if)# snmp-server trap mac-notification added
switch_a(config-if)#