DGS-1100/ME Metro Ethernet Managed Switch CLI Reference Guide
Description
The
clear fdb
command clears FDB entries by ports.
Parameters
port <port>
− The
port number.
all
– Specifies all ports on the Switch.
Restrictions
Only administrator-level users can issue this command.
Example usage:
To clear FDB entry of port 2:
DGS-1100-24P/ME:admin#clear fdb port 2
Command : clear fdb port 2
Success.
DGS-1100-24P/ME:admin#
delete multicast_fdb
Purpose
To delete an entry in the Switch’s muticast FDB.
Syntax
delete multicast_fdb <vlan_name 8> <macaddr>
Description
The
delete multicast_fdb
command deletes an entry in the Switch’s
multicast FDB.
Parameters
<vlan_name 8>
− The name of the VLAN on which the MAC
address resides.
<macaddr>
− The MAC address to be removed from the
multicast
forwarding table.
Restrictions
Only administrator-level users can issue this command.
Example usage:
To delete a multicast FDB entry:
DGS-1100-24P/ME:admin#delete multicast_fdb VLAN0001
22-ff-ff-ff-ff-ff
Command : delete multicast_fdb VLAN0001 22-ff-ff-ff-ff-ff
Success.
DGS-1100-24P/ME:admin#
66