D-Link TM DES-6500 Switch User Manual


 
xStack DES-6500 Modular Layer 3 Chassis Ethernet Switch CLI Manual
config multicast_fdb
<portlist> Specifies a range of ports to be displayed the
beginning port number on that slot, separated by a colon.
Then the highest slot number, and the highest port number
of the range (also separated by a colon) are specified. The
beginning and end of the port list range are separated by a
dash. For example, 1:3 specifies slot number 1, port 3. 2:4
specifies slot number 2, port 4. 1:3-2:4 specifies all of the
ports between slot 1, port 3 and slot 2, port 4 in numerical
order.
Restrictions Only administrator-level users can issue this command.
Example usage:
To add multicast MAC forwarding:
DES-6500:4#config multicast_fdb default 01-00-00-00-00-01 add 1:1-1:5
Command: config multicast_fdb default 01-00-00-00-00-01 add 1:1-1:5
Success.
DES-6500:4#
delete multicast_fdb
Purpose Used to delete a static entry from the multicast MAC address
forwarding table (database)
Syntax
delete multicast_fdb <vlan_name 32> <macaddr>
Description This command will delete an entry from the Switch’s multicast
MAC address forwarding database.
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 create multicast MAC forwarding:
DES-6500:4#delete multicast_fdb default 01-00-00-00-00-01
Command: delete multicast_fdb default 01-00-00-00-00-01
Success.
DES-6500:4#
91