The reset igmp group command deletes records about IGMP groups that interfaces dynamically join or information about multicast groups that are configured with source-specific multicast (SSM) mapping.
reset igmp group { all | interface { port-type port-num | port-name } { all | GrpAddr4 [ mask { GrpMask | GrpMaskLen } ] [ SrcAddr4 [ mask { SrcMask | SrcMaskLen } ] ] } }
reset igmp { vpn-instance vpn-instance-name | all-instance } group { all | interface { port-type port-num | port-name } { all | GrpAddr4 [ mask { GrpMask | GrpMaskLen } ] [ SrcAddr4 [ mask { SrcMask | SrcMaskLen } ] ] } }
reset igmp group ssm-mapping { all | interface { port-type port-num | port-name } { all | GrpAddr4 [ mask { GrpMask | GrpMaskLen } ] } }
reset igmp { vpn-instance vpn-instance-name | all-instance } group ssm-mapping { all | interface { port-type port-num | port-name } { all | GrpAddr4 [ mask { GrpMask | GrpMaskLen } ] } }
Parameter | Description | Value |
---|---|---|
all |
Indicates all IGMP groups. |
- |
interface port-type port-num |
Specifies the type and number of an interface. |
- |
port-name |
Specifies the name of an interface. |
The value is a string of 1 to 63 case-sensitive characters, spaces not supported. |
GrpAddr4 |
Specifies the address of a multicast group. |
The address is in dotted decimal notation and ranges from 224.0.0.0 to 239.255.255.255. |
mask |
Indicates the mask of a multicast source address or group address. |
- |
GrpMask |
Specifies the mask of a multicast group address. |
The address is in dotted decimal notation and ranges from 240.0.0.0 to 255.255.255.255. |
GrpMaskLen |
Specifies the mask length of a multicast group address. |
The value is an integer ranging from 4 to 32. |
SrcAddr4 |
Specifies a multicast source address. |
The address is in dotted decimal notation. |
SrcMask |
Specifies the mask of a multicast source address. |
The address is in dotted decimal notation and ranges from 240.0.0.0 to 255.255.255.255. |
SrcMaskLen |
Specifies the mask length of a multicast source address. |
The value is an integer ranging from 0 to 32. |
vpn-instance vpn-instance-name |
Specifies the name of a VPN instance. |
The value is a string of case-sensitive characters. |
all-instance |
Indicates all instances. |
- |
Usage Scenario
This command is valid only for IGMP groups that interfaces dynamically join.
Before using the reset igmp group command without ssm-mapping, note the following:<HUAWEI> reset igmp group interface GigabitEthernet0/1/0 225.1.1.0 mask 255.255.255.0
<HUAWEI> reset igmp group interface GigabitEthernet0/1/0 225.0.0.1
<HUAWEI> reset igmp group interface GigabitEthernet0/1/0 all
<HUAWEI> reset igmp group all
<HUAWEI> reset igmp group ssm-mapping all