ipv6 mld snooping

Syntax

ipv6 mld snooping {enable | disable}

Description

This command enables or disables MLD snooping on the VLAN.

The no form of this command unconfigures all MLD snooping configurations on the VLAN.

Command context

config-vlan-<VLAN-ID>

Parameters

enable
Required: Enable MLD snooping on the VLAN.
disable

Required: Disable MLD snooping on the VLAN.

Authority

Administrators

Example

Enable MLD snooping on VLAN 2:

switch# configure terminal
switch(config)# vlan 2
switch(config-vlan)# ipv6 mld snooping enable
switch(config-vlan)# ipv6 mld snooping disable

Unconfigure all MLD snooping configurations on VLAN 2:

switch# configure terminal
switch(config)# vlan 2
switch(config-vlan)# no ipv6 mld snooping