The mld-snooping learning command enables learning of multicast group memberships on an interface.
The undo mld-snooping learning command disables learning of multicast group memberships on an interface.
By default, learning of multicast group memberships is enabled on an interface.
mld-snooping learning vlan { { vlan-id1 [ to vlan-id2 ] } &<1-10> | all }
undo mld-snooping learning vlan { { vlan-id1 [ to vlan-id2 ] } &<1-10> | all }
Parameter |
Description |
Value |
---|---|---|
vlan { vlan-id1 [to vlan-id2 ] } | Enables learning of multicast group memberships in specified VLANs. The interface must have been added to the specified VLAN. vlan-id1 [ to vlan-id2 ] specifies the range
of VLAN IDs.
|
The values of vlan-id1 and vlan-id2 are integers that range from 1 to 4094. The value of vlan-id2 must be greater than the value of vlan-id1. The vlan-id1 and vlan-id2 parameters identify a range of VLANs. |
all | Enables learning of multicast group memberships in all VLANs that an interface has joined. |
- |
MultiGE interface view, Ethernet interface view, GE interface view, XGE interface view, 25GE interface view, 40GE interface view, 100GE interface view, port group view, Eth-Trunk interface view
Usage Scenario
A group member interface is a user-side interface that connects to multicast group members. Group memberships can be learned dynamically or configured statically. After MLD snooping is enabled in a VLAN, all interfaces in the VLAN are enabled to learn forwarding entries from multicast packets. An interface is identified as a dynamic group member interface when it receives an MLD Report message.
Prerequisites
mld snooping has been enabled globally using the mld-snooping enable command.
Precautions
An interface can be statically bound to a multicast group using the mld-snooping static-group command. Then you can run the undo mld-snooping learning command on the interface to disable learning of group memberships. This reduces the system resources used for protocol packet exchange.
# Disable learning of group memberships in VLAN 3 and VLAN 4 on GE0/0/1.
<HUAWEI> system-view [HUAWEI] mld-snooping enable [HUAWEI] vlan 3 [HUAWEI-vlan3] mld-snooping enable [HUAWEI-vlan3] quit [HUAWEI] vlan 4 [HUAWEI-vlan4] mld-snooping enable [HUAWEI-vlan4] quit [HUAWEI] interface gigabitethernet 0/0/1 [HUAWEI-GigabitEthernet0/0/1] port link-type trunk [HUAWEI-GigabitEthernet0/0/1] port trunk allow-pass vlan 3 to 4 [HUAWEI-GigabitEthernet0/0/1] undo mld-snooping learning vlan 3 to 4