Command Manual – Multicast Protocol
Quidway S8500 Series Routing Switches Chapter 4 IGMP Configuration Commands
Huawei Technologies Proprietary
4-7
# Enable IGMP fast leave on all Ethernet ports in VLAN 5.
<Quidway> system-view
System View: return to User View with Ctrl+Z.
[Quidway] igmp fast-leave vlan 5
# Enable IGMP fast leave for on all Ethernet ports except those in VLAN 5.
<Quidway> system-view
System View: return to User View with Ctrl+Z.
[Quidway] igmp fast-leave
[Quidway] undo igmp fast-leave vlan 5
# Disable IGMP fast leave in all VLANs.
<Quidway> system-view
System View: return to User View with Ctrl+Z.
[Quidway] undo igmp fast-leave
4.1.6 igmp group-limit
Syntax
igmp group-limit limit
undo igmp group-limit
View
VLAN interface view
Parameter
limit: Quantity of multicast groups, in the range of 0 to 512.
Description
Use the igmp group-limit command to limit multicast groups to be added on an
interface. After the limit is reached, the router does not process IGMP join messages.
Use the undo igmp group-limit command to restore the default setting.
By default, the maximum number is 512.
The new configuration overwrites the old one if you run the command for a second
time.
Example
# Limit the maximum number of IGMP groups to be added on Vlan-interface10 to 100.
<Quidway> system-view
System View: return to User View with Ctrl+Z.
[Quidway]interface vlan-interface 10
[Quidway-Vlan-interface10] igmp group-limit 100