mac

173
After configure the static multicast MAC by this command, the multicast MAC traffic
will be forwarded to the specified port of the specified VLAN.
Example: Port 1/1 belongs to VLAN200, and establishes address mapping with MAC
address 00-03-0f-f0-00-18.
Switch(config)#mac-address-table static address 00-03-0f-f0-00-18 vlan 200 interface
ethernet 1/1
Configure a static multicast MAC 01-00-5e-00-00-01, the egress is ehernet 1/1.
Switch(config)#mac-address-table static-multicast address 01-00-5e-00-00-01 vlan 1
interface ethernet1/1
5.1.4 show mac-address-table
Command: show mac-address-table [static | blackhole | multicast | aging-time
<aging-time> | count] [address <mac-addr>] [vlan <vlan-id>] [count] [interface
<interface-name>]
Function: Show the current MAC table.
Parameter: static static entries; blackhole filter entries; aging-time <aging-time>
address aging time; count entry‘s number, multicast multicast entries; <mac-addr>
entry‘s MAC address; <vlan-id> entry‘s VLAN number; <interface-name> entry‘s
interface name.
Command mode: Admin and Configuration Mode.
Default: MAC address table is not displayed by default.
Usage guide: This command can display various classes of MAC address entries. Users
can also use show mac-address-table to display all the MAC address entries.
Example: Display all the filter MAC address entries.
Switch#show mac-address-table blackhole
5.2 Commands for Mac Address Binding configuration
5.2.1 clear port-security dynamic
Command: clear port-security dynamic [address <mac-addr> | interface
<interface-id>]
Function: Clear the Dynamic MAC addresses of the specified port.
Command mode: Admin Mode.
Parameter: <mac-addr> stands MAC address; <interface-id> for specified port number.
Usage Guide: The secure port must be locked before dynamic MAC clearing operation