86
mask-length
: Subnet mask length of the multicast group address or multicast source address. For a
multicast group address, this argument has an effective value range of 4 to 32. For a multicast source
address, this argument has an effective value range of 0 to 32. The system default is 32 in both cases.
Description
Use
reset igmp group
to remove dynamic IGMP group entries.
This command cannot remove static IGMP group entries.
Related commands:
display igmp group
.
Examples
# Remove the dynamic IGMP group entries on all interfaces.
<Sysname> reset igmp group all
# Remove the dynamic IGMP group entries on VLAN-interface 100.
<Sysname> reset igmp group interface vlan-interface 100 all
# Remove the dynamic IGMP group entry for the IGMP group 225.0.0.1 on VLAN-interface 100.
<Sysname> reset igmp group interface vlan-interface 100 225.0.0.1
reset igmp group port-info
Syntax
reset igmp group port-info
{
all
|
group-address
} [
vlan
vlan-id
]
View
User view
Default level
2: System level
Parameters
all
: Specifies all the IGMP groups.
group-address
: Specifies an IGMP group.
group-address
is in the range of 224.0.1.0 to
239.255.255.255.
vlan-id
: Specifies a VLAN.
vlan-id
is in the range 1 to 4094.
Description
Use
reset igmp group port-info
to remove dynamic Layer 2 port entries for IGMP groups.
Layer 2 ports for IGMP groups include member ports and router ports.
This command cannot remove static Layer 2 port entries of IGMP groups.
Related commands:
display igmp group port-info
.
Examples
# Remove the dynamic Layer 2 port entries for all IGMP groups in all VLANs.
<Sysname> reset igmp group port-info all
# Remove the dynamic Layer 2 port entries for all IGMP groups in VLAN 100.
<Sysname> reset igmp group port-info all vlan 100
# Remove the dynamic Layer 2 port entry for the multicast group 225.0.0.1 in VLAN 100.
<Sysname> reset igmp group port-info 225.0.0.1 vlan 100