Chapter 16: Forwarding Database (FDB) Commands
294 Section III: Layer 2 Switching
DELETE SWITCH FILTER
Syntax
delete switch filter port=
port_number
[destaddress=
unicast_mac_add
]
[vlan=
vlan_name
|
vid
]
delete switch filter destaddress=
multicast_mac_add
vlan=
vlan_name
|
vid
Parameters
destaddress
Specifies the a data VLAN with a VLAN name or VLAN ID.
unicast_mac_add
Specifies a unicast MAC address in the format: ff-ff-ff-ff-ff-ff. The
first octet of a unicast MAC address is an even number.
multicast_mac_add
Specifies a multicast MAC address in the format: ff-ff-ff-ff-ff-ff. The
first octet of a multicast MAC address is an odd number.
port_number
Specifies the number of port.
vlan
Specifies a tagged VLAN that the port belongs to.Do not specify
this parameter if the port is only a member of untagged VLAN. You
must specify this parameter when adding a multicast MAC
address.
Description
Use this command to delete a static entry from the Forwarding Database
(FDB). Confirmation Command
“SHOW SWITCH FDB” on page 299
Example
The following command deletes a static entry of the MAC address 00-00-
f4-12-34-56
from FDB:
Manager > delete switch filter port=1 destaddress=00-00-f4-
12-34-56