Configuration Guide MLD Snooping Configuration
Use the no ipv6 mld snooping vlan vlan-id static ip-addr interface interface-id
command to delete the static configuration of the multicast listeners.
The following example shows how to set the MLD Snooping static listener port:
Ruijie# configure terminal
Ruijie(config)# ipv6 mld snooping vlan 1 static FF88::1234 interface
GigabitEthernet 0/7
Ruijie(config)# end
Ruijie# show ipv6 mld snooping gda
Abbr: M - mrouter
D - dynamic
S - static
VLAN Address Listener ports
---- -------------- -----------------------------
1 FF88::1234 GigabitEthernet 0/7(S)
As for Version 10.4, all products support this configuration.
Configuring Port Fast–leave
Port Fast–leave means that when receiving from a port the MLD leave message sent
from a host for leaving certain IPv 6 multicast group, a switch will directly delete the
port from the list of outgoing ports in the corresponding forwarding-table.
If there is
only one receiver connecting underneath the port on the switch, you may enable Port
Fast–leave to save band width and resource.
To configure the port fast–leave of MLD Snooping, run the following commands:
Ruijie(config)# ipv6 mld snooping
fast-leave enable
Enable the fast-leave function for the
layer 2 multicast device, by default, this
function is disabled.
Use the no ipv6 mld snooping fast–leave enable command to disable the port
fast-leave function.
The following example shows how to enable the port fast-leave function:
Ruijie# configure terminal