Address Table Commands 283ExamplesIn this example the MAC address 0100.5e02.0203 is forbidden on port 2/0/9within VLAN 8.console(config)#mac address-table multicast forbidden address vlan 80100.5e02.0203 add gigabitethernet 2/0/9mac address-table static vlanUse the mac address table static vlan command in Global Configurationmode to add a static MAC-layer station source address to the bridge table. Todelete the MAC address, use the no form of the mac address table staticcommand.Syntaxmac address-table staticmac-addr vlanvlan-id interface{gigabitethernet|port-channel|tengigabitethernet}interface-idno mac address table staticmac-addr vlanvlan-id {gigabitethernet|port-channel|tengigabitethernet}interface-id]•mac-address — A valid MAC address in the format xxxx.xxxx.xxxx orxx:xx:xx:xx:xx:xx•vlan-id— Valid VLAN ID (1-4093)•interface-id — The interface to which the received packet is forwarded.Default ConfigurationNo static addresses are defined. The default mode for an added address ispermanent.Command ModeGlobal Configuration modeUser GuidelinesThe MAC address may be a unicast or multicast MAC address. Static MACaddresses are never overridden by dynamically learned addresses. This hasimplications for protocols like IGMP snooping, where statically configuringthe MAC address of a multicast router keeps IGMP snooping fromdynamically adding the multicast router to a different port.