Activates the MLD snooping querier function for a VLAN or bridge domain.
By default, the snooping querier is disabled.
VLAN or bridge domain configuration mode
The no ipv6 mld snooping querier enable form of the command disables the querier function.
In a subnet, one multicast router is elected as an MLD querier. The MLD querier sends out the following types of queries to hosts.
The following example enables the querier function for a VLAN.
device# configure terminal device(config)# vlan 10 device(config-vlan-10)# ipv6 mld snooping querier ? Possible completions: enable Enable snooping querier device(config-vlan-10)# ipv6 mld snooping querier enable
The following example enables the querier function for a bridge domain.
device# configure terminal device(config)# bridge-domain 10 device(config-bridge-domain-10)# ipv6 mld snooping querier ? Possible completions: enable Enable snooping querier device(config-bridge-domain-10)# ipv6 mld snooping querier enable