ipv6 mld snooping querier enable

Activates the MLD snooping querier function for a VLAN or bridge domain.

Syntax

ipv6 mld snooping querier enable
no ipv6 mld snooping querier enable

Command Default

By default, the snooping querier is disabled.

Modes

VLAN or bridge domain configuration mode

Usage Guidelines

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.

Examples

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