Chapter 9: MAC Address Table Commands
180
DELETE SWITCH FDB
Syntax
delete switch fdb macaddress=macaddress
vlan=name|vid
Parameters
macaddress Specifies the dynamic or static unicast or multicast MAC
address to delete from the MAC address table. The
address can be entered in either of the following
formats:
xxxxxxxxxxxx or xx:xx:xx:xx:xx:xx
vlan Specifies the VLAN containing the port(s) where the
address was learned or assigned. The VLAN can be
specified by name or VID.
Description
This command deletes dynamic and static unicast and multicast
addresses from the switch’s MAC address table.
Note
You cannot delete a switch’s MAC address, an STP BPDU MAC
address, or a broadcast address.
Examples
The following command deletes the static MAC address
00:A0:D2:18:1A:11 from the table. The port where the address was
learned or assigned is part of the Default_VLAN, which has a VID of 1:
delete switch fdb macaddress=00A0D2181A11 vlan=1
The following command deletes the MAC address 00:A0:C1:11:22:44
from the table. The port where the address was learned or assigned is
part of the Sales VLAN:
delete switch fdb macaddress=00a0c1112244
vlan=sales