DXS-1210 Series Smart Managed Switch CLI Reference Guide
217
Command Default Level
Level: 12.
Usage Guideline
The command is only available for VLAN interface configuration. The interface must have IPv6
address assigned to start the querier.
If the system can play the querier role, the entity will listen for MLD query packets sent by other
devices. If MLD query message is received, the device with lower value of IPv6 address becomes the
querier.
Example
This example shows how to enable the MLD snooping querier state on VLAN 1.
Switch# configure terminal
Switch(config)#vlan 1
Switch(config-vlan)# ipv6 mld snooping querier
Switch(config-vlan)#
28-7
ipv6 mld snooping query-interval
This command is used to configure the interval at which the MLD snooping querier sends MLD
general query messages periodically. Use the no form of this command to revert to the default setting.
ipv6 mld snooping query-interval SECONDS
no ipv6 mld snooping query-interval
Parameters
SECONDS
Specifies to configure the interval at which the designated router sends
MLD general-query messages. The range is 1 to 31744.
Default
By default, this value is 125 seconds.
Command Mode
Interface Configuration Mode.
Command Default Level
Level: 12.
Usage Guideline
The command is only available for VLAN interface configuration. The query interval is the interval
between General Queries sent by the Querier. By varying the query interval, an administrator may
tune the number of MLD messages on the network; larger values cause MLD Queries to be sent less
often.
Example
This example shows how to configure the MLD snooping query interval to 300 seconds on VLAN
1000.
Switch# configure terminal
Switch(config)#vlan 1000
Switch(config-vlan)# ipv6 mld snooping query-interval 300
Switch(config-vlan)#