Enabling or disabling MLD snooping on a VLAN

Several CLI commands are available for configuring MLDv1 and MLDv2 parameters on a switch. To enable or disable MLD on a VLAN, enter the appropriate command.

Syntax

ipv6 mld [enable|disable]

no ipv6 mld [enable|disable]

Description

This command enables or disables MLD snooping on a VLAN.

The no form disables MLD snooping on a VLAN.

Usage

This command must be issued in a VLAN context.

MLDv2 is disabled by default.

enable: Enables MLDv2 on a VLAN.

disable: Disables MLDv2 on a VLAN. The last-saved or the default MLD configuration is saved, whichever is most recent.

Example

This example shows how to enable or disable MLD snooping on a VLAN

To enable MLD snooping on VLAN 500:

Switch(vlan-500)# ipv6 mld enable
Switch# config

To disable MLD snooping on VLAN 500:

Switch(vlan-500)# no ipv6 mld