DIS-200G Series Gigabit Ethernet Switch CLI Reference Guide
108
23.
MLD Snooping Commands
23-1
ipv6 mld snooping
This command is used to enable or disable MLD snooping.
ipv6 mld snooping
no ipv6 mld snooping
Parameters
None.
Default
MLD snooping is disabled on all VLAN interfaces. The MLD snooping global state is disabled by default.
Command Mode
VLAN Configuration Mode.
Global Configuration Mode.
Command Default Level
Level: 15.
Usage Guideline
For a VLAN to operate with MLD snooping, both the global state and per interface state must be enabled. On a
VLAN, the setting of IGMP snooping and MLD snooping are independent. That is, IGMP snooping and MLD
snooping can be simultaneously enabled on the same VLAN.
Example
This example shows how to disable MLD snooping globally.
Switch# configure terminal
Switch(config)# no ipv6 mld snooping
Switch(config)#
This example shows how to enable MLD snooping globally.
Switch# config terminal
Switch(config)# ipv6 mld snooping
Switch(config)#
This example shows how to enable MLD snooping on VLAN 1.
Switch# config terminal
Switch(config)# vlan 1
Switch(config-vlan)# ipv6 mld snooping
Switch(config-vlan)#