A SERVICE OF

logo

xStack
®
DGS-3400 Series Layer 2 Gigabit Managed Switch CLI Manual
176
config mld_snooping
Purpose Used to configure MLD snooping on the Switch.
Syntax
config mld_snooping [vlan <vlan_name 32> | all] {node_timeout <sec 1–16711450>
| router_timeout <sec 1–16711450> | done_timer <sec 1–16711450> | state [enable |
disable] | fast_done [enable | disable]} (1)
Description This command is used to configure MLD snooping on the Switch.
Parameters
vlan <vlan_name 32> The name of the VLAN for which MLD snooping is to be
configured.
all – Entering this parameter will configure MLD snooping for all VLANs on the Switch.
node_timeout <sec 1–16711450> Specifies the link node timeout, in seconds. After this
timer expires, this node will no longer be considered as listening node. The user may
specify a time between 1 and 16711450 with a default setting of 260 seconds.
Note: This parameter is configurable, but will not take effect. The parameter remains in
order to be compatible with the older version of the CLI.
router_timeout <sec 1–16711450> Specifies the maximum amount of time a router can
remain in the Switch’s routing table as a listening node of a multicast group without the
Switch receiving a node listener report. The user may specify a time between 1 and
16711450 with a default setting of 260 seconds.
Note: This parameter is configurable, but will not take effect. The parameter remains in
order to be compatible with the older version of the CLI.
done_timer <sec 1–16711450> Specifies the maximum amount of time a router can
remain in the Switch after receiving a done message from the group without receiving a
node listener report. The user may specify a time between 1 and 16711450 with a default
setting of 2 seconds.
Note: This parameter is configurable, but will not take effect. The parameter remains in
order to be compatible with the older version of the CLI.
state [enable | disable] Allows users to enable or disable MLD snooping for the
specified VLAN.
fast_done [enable | disable] – This parameter allows the user to enable the fast done
function. Enabled, this function will allow members of a multicast group to leave the group
immediately when a done message is received by the Switch.
Restrictions Only Administrator and Operator-level users can issue this command.
Example usage:
To configure MLD snooping:
DGS–3426:5#config mld_snooping vlan default node_timeout 250 state enable
Command : config mld_snooping vlan default node_timeout 250 state enable
Success.
DGS–3426:5#