xStack DES-3800 Series Layer 3 Stackable Fast Ethernet Managed Switch CLI Manual
90
delete fdb
Parameters
<vlan_name 32>
−
The name of the VLAN on which the MAC
address resides.
<macaddr>
−
The MAC address that will be added to the forwarding
table.
Restrictions Only
administrator-level users can issue this command.
Example usage:
To delete a permanent FDB entry:
DES-3800:4#delete fdb default 00-00-00-00-01-02
Command: delete fdb default 00-00-00-00-01-02
Success.
DES-3800:4#
Example usage:
To delete a multicast fdb entry:
DES-3800:4#delete fdb default 01-00-00-00-01-02
Command: delete fdb default 01-00-00-00-01-02
Success.
DES-3800:4#
clear fdb
Purpose
Used to clear the Switch’s forwarding database of all dynamically
learned MAC addresses.
Syntax
clear fdb [vlan <vlan_name 32> | port <port> | all]
Description
This command is used to clear dynamically learned entries to the
Switch’s forwarding database.
Parameters
<vlan_name 32>
−
The name of the VLAN on which the MAC
address resides.
port <port>
−
The port number corresponding to the MAC
destination address. The Switch will always forward traffic to the
specified device through this port.
all
−
Clears all dynamic entries to the Switch’s forwarding database.
Restrictions Only
administrator-level users can issue this command.