R3303-HP HSR6800 Routers IP Multicast Command Reference
96
Usage guidelines
If neither all-instance nor vpn-instance is specified, this command removes the dynamic IGMP group
entries on the public network.
This command cannot remove static IGMP group entries.
Examples
# Remove dynamic group entries of IGMP groups on all the interfaces on the public network.
<Sysname> reset igmp group all
# Remove dynamic group entries of IGMP groups on GigabitEthernet 2/1/1 on the public network.
<Sysname> reset igmp group interface gigabitethernet 2/1/1 all
# Remove the dynamic IGMP group entry of IGMP group 225.0.0.1 on GigabitEthernet 2/1/1 on the
public network.
<Sysname> reset igmp group interface gigabitethernet 2/1/1 225.0.0.1
Related commands
display igmp group
reset igmp group port-info
Use reset igmp group port-info to remove dynamic Layer 2 port entries of a specified IGMP group or all
IGMP groups.
Syntax
reset igmp group port-info { all | group-address } [ vlan vlan-id ]
Views
User view
Default command level
2: System level
Parameters
all: Specifies all the IGMP groups.
group-address: Specifies an IGMP group. The value range for the group-address argument is 224.0.1.0
to 239.255.255.255.
vlan-id: Specifies a VLAN in the range of 1 to 4094.
Usage guidelines
Layer 2 ports for IGMP groups include member ports and router ports.
This command cannot remove static Layer 2 port entries of IGMP groups.
Examples
# Remove dynamic Layer 2 port entries of all IGMP groups in all VLANs.
<Sysname> reset igmp group port-info all
# Remove dynamic Layer 2 port entries of all IGMP groups in VLAN 100.
<Sysname> reset igmp group port-info all vlan 100
# Remove dynamic Layer 2 port entries of multicast group 225.0.0.1 in VLAN 100.
<Sysname> reset igmp group port-info 225.0.0.1 vlan 100