Enables IPv6 MLD (Multicast Listener Discovery) snooping for a VLAN or a bridge domain.
By default, IPv6 MLD snooping is not enabled.
VLAN or bridge domain configuration mode
The no ipv6 mld snooping form of the command disables MLD snooping.
The following example enables IPv6 MLD snooping for a VLAN.
device# configure terminal device(config)# vlan 10 device(config-vlan-10)# ipv6 mld snooping enable
The following example enables IPv6 MLD snooping for a bridge domain.
device# configure terminal device(config)# bridge-domain 10 device(config-bridge-domain-10)# ipv6 mld snooping enable