2-306Cisco Catalyst Blade Switch 3130 and 3032 for Dell Command ReferenceOL-13271-03Chapter 2 Cisco Catalyst Blade Switch 3130 and 3032 for Dell Cisco IOS Commandsmac address-table staticmac address-table staticUse the mac address-table static global configuration command on the switch stack or on a standaloneswitch to add static addresses to the MAC address table. Use the no form of this command to removestatic entries from the table.mac address-table static mac-addr vlan vlan-id interface interface-idno mac address-table static mac-addr vlan vlan-id [interface interface-id]Syntax DescriptionDefaults No static addresses are configured.Command Modes Global configurationCommand HistoryExamples This example shows how to add the static address c2f3.220a.12f4 to the MAC address table. When apacket is received in VLAN 4 with this MAC address as its destination, the packet is forwarded to thespecified interface:Switch(config)# mac address-table static c2f3.220a.12f4 vlan 4 interfacegigabitethernet6/0/1You can verify your setting by entering the show mac address-table privileged EXEC command.Related Commandsmac-addr Destination MAC address (unicast or multicast) to add to the addresstable. Packets with this destination address received in the specifiedVLAN are forwarded to the specified interface.vlan vlan-id Specify the VLAN for which the packet with the specified MAC addressis received. The range is 1 to 4094.interface interface-id Interface to which the received packet is forwarded. Valid interfacesinclude physical ports and port channels.Release Modification12.2(40)EX1 This command was introduced.Command Descriptionshow mac address-table static Displays static MAC address table entries only.