CLI Reference MLD Snooping Configuration Commands
MLD Report packets are received on the interface, the
layer-2 device will determine whether the multicast
address to be joined the interface is within the allowed
range of the MLD Profile. The specified profile must be
created before using this command.
The following example shows how to associate profile1
with the interface fastEthernet 0/1:
Ruijie(config)# interface fastEthernet 0/1
Ruijie(config-if)# ipv6 mld snooping filter 1
ipv6 mld snooping max-groups
Use this command to set the maximum group allowed to join the interface dynamically in the interface
configuration mode. Use the no form of this command to cancel the limit.
ipv6 mld snooping max-groups number
no ipv6 mld snooping max-groups
The valid range is 0-1024.
Interface configuration mode.
With this command configured, when the group number
exceeds the specified range on the interface, the switch
will not receive and deal with the MLD Report packets.
The following example shows how to set the maximum 100
multicast group on the interface fastEthernet 0/1:
Ruijie(config)# interface fastEthernet 0/1
Ruijie(config-if)# ipv6 mld snooping max-group 100
Fliter the multicast group on the
interface.