ipv6 mld snooping enable

Enables IPv6 MLD (Multicast Listener Discovery) snooping for a VLAN or a bridge domain.

Syntax

ipv6 mld snooping enable
no ipv6 mld snooping enable

Command Default

By default, IPv6 MLD snooping is not enabled.

Modes

VLAN or bridge domain configuration mode

Usage Guidelines

The no ipv6 mld snooping form of the command disables MLD snooping.

Examples

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