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 disables 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 or local user group members with execution rights for this command.
Example
Enable MLD snooping on VLAN 2:
switch(config)# vlan 2 switch(config-vlan)# ipv6 mld snooping enable switch(config-vlan)# ipv6 mld snooping disable
Remove all MLD snooping configurations on VLAN 2:
switch(config)# vlan 2 switch(config-vlan)# no ipv6 mld snooping