Adds static addresses to the MAC address table.
Aging time is 1800 seconds.
The MAC-move limit is 20 moves.
Global configuration mode
The vlan keyword is mandatory because the switch only supports independent VLAN learning (IVL).
To delete a static MAC address for forwarding to a physical interface, use the no mac-address-table static mac-addr forward ethernet slot/port vlan vlan-id option.
To delete a static MAC address for forwarding to a logical interface, use the no mac-address-table static mac-addr forward logical-interface ethernet logical-interface vlan vlan-id option.
To delete a static MAC address for forwarding to a port-channel interface, use the no mac-address-table static mac-addr forward port-channel port-channel-number vlan option.
The following example adds a static address to the MAC address table, with forwarding to a physical interface.
device# configure terminal device(config)# mac-address-table static 0011.2222.3333 forward ethernet 0/1 vlan 100
The following example adds a static address to the MAC address table, with forwarding to a logical interface.
device# configure terminal device(config)#mac-address-table static 0000.1111.2222 forward logical-interface ethernet 0/43.100
The following example deletes a static MAC address forwarding on a physical interface.
device# configure terminal device(config)# no mac-address-table static aaaa.bbbb.cccc forward ethernet 0/1 vlan 10