Sets the MLD version that the querier uses for snooping for a VLAN or a bridge domain.
By default, the querier uses MLD version 1.
VLAN or bridge domain configuration mode
The no ipv6 mld snooping version form of the command resets MLD to version 1.
The following example sets the version to 2 for a VLAN.
device# configure terminal device(config)# vlan 10 device(config-vlan-10)# ipv6 mld snooping version ? Possible completions: <MLD version 1 or 2 (Default: 1)> device(config-vlan-10)# ipv6 mld snooping version 2
The following example sets the version to 2 for a bridge domain.
device# configure terminal device(config)# bridge-domain 10 device(config-bridge-domain-10)# ipv6 mld snooping version ? Possible completions: <MLD version 1 or 2 (Default: 1)> device(config-bridge-domain-10)# ipv6 mld snooping version 2