xStack® DES-3200 Series Layer 2 Ethernet Managed Switch CLI Reference Manual
11
7
config multicast_fdb
Used to co
nfigure the Switch’s multicast MAC address forwarding
database.
Purpose
config multi
cast_fdb <vlan_name 32> <macaddr> [add | delete]
<portlist>
Syntax
This
command is used to configure the multicast MAC address
forwarding table.
Description
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.
Only Administrator-level users
can issue this command.
Restrictions
Example usage:
To configure multicast MAC forwarding:
DES-3200-28:4#config multicast_fdb default 01-00-00-00-00-01 add 1-5
Command: config multicast_fdb default 01-00-00-00-00-01 add 1-5
Success.
DES-3200-28:4#
config fdb aging_time
Used to set the agin
g time of the forwarding database.
Purpose
config fdb a
ging_time <sec 10-1000000>
Syntax
The agin
g time affects the learning process of the Switch. Dynamic
forwarding table entries, which are made up of the source MAC
addresses and their associated port numbers, are deleted from the
table if they are not accessed within the aging time. The aging time
can be from 10 to 1000000 seconds with a default value of 300
seconds. A very long aging time can result in dynamic forwarding
table entries that are out-of-date or no longer exist. This may cause
incorrect packet forwarding decisions by the Switch. If the aging time
is too short however, many entries may be aged out too soon. This
will result in a high percentage of received packets whose source
addresses cannot be found in the forwarding table, in which case the
Switch will broadcast the packet to all ports, negating many of the
benefits of having a switch.
Description
Parameters
<sec 10-1000000> The aging time for the MAC address forwarding
database value. The value in seconds may be between 10 and
1000000 seconds.
Only Administrator-level users
can issue this command.
Restrictions