Specifications

xStack DGS-3400 Series Layer 2 Gigabit Managed Switch CLI Manual
config mld_snooping
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.
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.
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.
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-level users can issue this command.
Example usage:
To configure MLD snooping:
DGS-3400:4#config mld_snooping vlan default node_timeout 250 state enable
Command : config mld_snooping vlan default node_timeout 250 state enable
Success.
DGS-3400:4#
config mld_snooping mrouter_ports
Purpose Used to configure ports as router ports on the Switch.
Syntax
config mld_snooping mrouter_ports <vlan_name 32> [add | delete]
<portlist>
Description This command allows users to designate a range of ports as being connected
to a multicast-enabled router. This command will ensure that all packets with
this router as its destination will reach the multicast-enabled router.
Parameters
vlan <vlan_name 32> The name of the VLAN on which the router port
resides.
add | delete – Specify to add or delete ports as router ports.
<portlist> - Specify a port or range of ports to be configured as router ports.
The port list is specified by listing the lowest switch number and the beginning
port number on that switch, separated by a colon. Then the highest switch
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 switch number 1, port 3. 2:4 specifies switch
number 2, port 4. 1:3-2:4 specifies all of the ports between switch 1, port 3 and
switch 2, port 4 in numerical order. Non-contiguous portlist entries are
separated by a comma. (ex: 1:1-1:3,1:7-1:9)
Restrictions Only administrator-level users can issue this command.
Example usage:
157