DIS-200G Series Gigabit Ethernet Switch CLI Reference Guide
110
Usage Guideline
The ipv6 mld snooping fast-leave command allows MLD membership to be immediately removed from a port
when receiving the leave message without using the group specific or group-source specific query mechanism.
Example
This example shows how to enable MLD snooping fast-leave on VLAN 1.
Switch# config terminal
Switch(config)# vlan 1
Switch(config-vlan)# ipv6 mld snooping fast-leave
Switch(config-vlan)#
23-4
ipv6 mld snooping static-group
This command is used to configure an MLD snooping static group. Use the
no
form of this command to delete
a static group.
ipv6 mld snooping static-group
IPV6-ADDRESS
interface
INTERFACE-ID
[,|-]
no ipv6 mld snooping static-group
IPV6-ADDRESS
[interface
INTERFACE-ID
[,|-]]
Parameters
IPV6-ADDRESS
Specifies an IPv6 multicast group address.
INTERFACE-ID
[,|-]
Specifies an interface or an interface list. No space is allowed
before and after the comma. The interface can be a physical
interface or a port-channel.
Default
No static-group is configured.
Command Mode
VLAN Configuration Mode.
Command Default Level
Level: 15.
Usage Guideline
The command is only available for VLAN interface configuration. This command applies to MLD snooping on a
VLAN interface to statically add group membership entries. The ipv6 mld snooping static-group command
allows the user to create an MLD snooping static group in case that the attached host does not support MLD
protocol.
Example
This example shows how to statically add group records for MLD snooping on VLAN 1.
Switch# config terminal
Switch(config)# vlan 1
Switch(config-vlan)# ipv6 mld snooping static-group FF09::12:03 interface Ethernet
1/0/2,1/0/5
Switch(config-vlan)#