Chapter 5: Layer 2 Features
Extreme Networks EAS 100-24t Switch CLI Manual
124
Example usage:
To create a multicast MAC forwarding entry:
create multicast_fdb
Purpose Used to create a static entry in the multicast MAC address forwarding table
(database)
Syntax create multicast_fdb <vlan_name 32> <macaddr>
Description This command is used to make an entry in 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.
#create multicast_fdb default 01-00-00-00-
00-01
Command: create multicast_fdb default 01-00-
00-00-00-01
Success.
#
config multicast_fdb
Purpose Used to configure the switch’s multicast MAC address forwarding database.
Syntax config multicast_fdb <vlan_name 32> <macaddr> [add | delete] <portlist>
Description This command is used to configure the multicast MAC address forwarding
table.
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 multicast forwarding
table.
[add | delete] - add will add ports to the forwarding table. delete will remove
ports from the multicast forwarding table.
<portlist> - Specifies a port or range of ports to be configured.
Restrictions Only Administrator-level users can issue this command.