To enable MLD Querier election mechanism of an MLD Snooping querier on a specific VLAN, use the ipv6 mld snooping vlan querier election command in Global Configuration mode. To disable Querier election mechanism, use the no form of this command.
Syntax
ipv6 mld snooping vlan vlan-id querier election
no ipv6 mld snooping vlan vlan-id querier election
Default Configuration
Enabled
Command Mode
Global Configuration mode
User Guidelines
Use the no form of the ipv6 mld snooping vlan querier election command to disable MLD Querier election mechanism on a VLAN.
If the MLD Querier election mechanism is enabled, the MLD Snooping querier supports the standard MLD Querier election mechanism
specified in RFC2710 and RFC3810.
If MLD Querier election mechanism is disabled, MLD Snooping Querier delays sending General Query messages for 60 seconds from
the time it was enabled. During this time, if the switch did not receive an IGMP query from another Querier - it starts sending
General Query messages. Once the switch acts as a Querier, it will stop sending General Query messages if it detects another
Querier on the VLAN. In this case, the switch will resume sending General Query messages if it does hear another Querier for
Query Passive interval that equals to
<Robustness>*<Query Interval> + 0.5*<Query Response Interval).
It is recommended to disable MLD Querier election mechanism if there is an IPMv6 Multicast router on the VLAN.
Example
The following example disables MLD Snooping Querier election on VLAN 1:
switchxxxxxx(config)# no ipv6 mld snooping vlan 1 querier election