![D-Link xStack DGS-3612G series Cli Manual Download Page 111](http://html1.mh-extra.com/html/d-link/xstack-dgs-3612g-series/xstack-dgs-3612g-series_cli-manual_3519854111.webp)
xStack
®
DGS-3600 Series Layer 3 Gigabit Ethernet Managed Switch CLI Manual
108
Example usage:
To delete a permanent FDB entry:
DGS-3627:5#delete fdb default 00-00-00-00-01-02
Command: delete fdb default 00-00-00-00-01-02
Success.
DGS-3627:5#
Example usage:
To delete a multicast FDB entry:
DGS-3627:5#delete fdb default 01-00-00-00-01-02
Command: delete fdb default 01-00-00-00-01-02
Success.
DGS-3627:5#
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 and Operator-level users can issue this command.
Example usage:
To clear all FDB dynamic entries
:
DGS-3627:5#clear fdb all
Command: clear fdb all
Success.
DGS-3627:5#