DES-1210-28/ME Metro Ethernet Managed Switch CLI Reference Guide
118
Restrictions Only Administrator or operator-level users can issue this command.
Example usage:
To create a unicast MAC FDB entry:
DES-1210-28/ME:5# create fdb default 00-00-00-00-01-02 port 2
Command: create fdb default 00-00-00-00-01-02 port 2
Success
DES-1210-28/ME:5#
create multicast_fdb
Purpose To create a static entry in the multicast MAC address forwarding
table (database).
Syntax
create multicast_fdb <int 1-4094><macaddr>
Description
The create multicast_fdb command creates a static entry in the
multicast MAC address forwarding table (database).
Parameters
<integer 1-4094> − The item of the VLAN on which the MAC
address resides. The range is between 1 and 4094.
<macaddr> − The MAC address to be added to the forwarding table.
Restrictions Only Administrator or operator-level users can issue this command.
Example usage:
To create multicast MAC forwarding:
DES-1210-28/ME:5# create multicast_fdb 1 00-00-00-01-02-03
Command: create multicast_fdb 1 00-00-00-01-02-03
Success.
DES-1210-28/ME:5#
config multicast_fdb
Purpose To configure the Switch’s multicast MAC address forwarding
database.
Syntax
config multicast_fdb <integer 1-4094> <macaddr> [add | delete]
<portlist>
Description
The config multicast_fdb command configures the multicast MAC
address forwarding table.
Parameters
<integer 1-4094> − The item of the VLAN on which the MAC
address resides. The range is between 1 and 4094.
<macaddr> − The MAC address to be configured to the forwarding
table.
add − Specifies that the MAC address is to be added to the
forwarding table. Delete will remove the MAC address from the
forwarding table.
delete − Specifies that the MAC address is to be removed from the
forwarding table.
<portlist> − A port or range of ports to be configured.
Restrictions Only Administrator or operator-level users can issue this command.