reset igmp [ vpn-instance vpn-instance-name | all-instance ] control-message counters [ interface interface-type interface-number ] [ message-type { query | report } ]
| Parameter | Description | Value |
|---|---|---|
| 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. | - |
| interface interface-type interface-number | Specifies the type and number of the interface. | - |
| message-type | Indicates the IGMP message type. | The types of IGMP message are the Query and the Report messages. |
| query | Indicates the Query messages received by an interface. | - |
| report | Indicates the Report messages received by an interface. | - |
If neither vpn-instance nor all-instance is specified, only the statistics about the IGMP messages received by the interface in the public network instance are cleared.
If interface interface-type interface-number is specified, statistics about the IGMP messages received by the specified interface are cleared.
If both message-type and interface are specified, statistics about a specified type of IGMP messages received by the specified interface are cleared.
After statistics of IGMP messages are deleted, IGMP still operates normally.
# Clear statistics about the IGMP messages on all the interfaces in the public network instance.
<sysname> reset igmp control-message counters
# Clear statistics about the IGMP messages that GE 1/0/0 received in the public network instance.
<sysname> reset igmp control-message counters interface GigabitEthernet 0/0/0