H3C S7500 Series Ethernet Switches Command Manual

Table Of Contents
Command Manual – Multicast
H3C S7500 Series Ethernet Switches Chapter 5
IGMP Configuration Commands
5-17
interface-type interface-number: VLAN interface type and VLAN interface number.
group-address: IGMP group address.
group-mask: Mask of IGMP group address.
Description
Use the reset igmp group command to remove an existing IGMP group from the
VLAN interface. The removed group can be added to the VLAN interface again.
Examples
# Remove all IGMP groups on all the VLAN interfaces.
<H3C> reset igmp group all
# Remove all IGMP groups on VLAN-interface10.
<H3C> reset igmp group interface Vlan-interface10 all
# Remove the group 225.0.0.1 from VLAN-interface10.
<H3C> reset igmp group interface Vlan-interface10 225.0.0.1
# Remove the IGMP groups ranging from 225.1.1.0 to 225.1.1.255 on
VLAN-interface10.
<H3C> reset igmp group interface Vlan-interface10 225.1.1.0 255.255.255.0