ipv6 mld snooping version

Sets the MLD version that the querier uses for snooping for a VLAN or a bridge domain.

Syntax

ipv6 mld snooping version [1|2]
no ipv6 mld snooping version

Command Default

By default, the querier uses MLD version 1.

Parameters

1|2
Specifies the version of MLD that you want to use.

Modes

VLAN or bridge domain configuration mode

Usage Guidelines

The no ipv6 mld snooping version form of the command resets MLD to version 1.

Examples

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