Parameter | Description | Value |
---|---|---|
vsi-name | Displays IGMP snooping statistics on a specified VSI. |
The value is a string of 1 to 31 case-sensitive characters, spaces not supported. When double quotation marks are used around the string, spaces are allowed in the string. |
Usage Scenario
After completing basic IGMP snooping configuration in a VSI, you can use the display igmp-snooping statistics command to view IGMP snooping statistics, including the number of IGMP messages sent and received, and the number of PIM hello messages received in each VSI. When a multicast fault occurs, the IGMP snooping statistics help you identify the cause of the fault.
Configuration Impact
When vsi-name is specified, this command displays IGMP snooping statistics in the specified VSI, but does not display IGMP snooping events that occur in the VSI.
# Display IGMP snooping statistics in VSI company1.
<HUAWEI> display igmp-snooping statistics vsi company1
IGMP Snooping Packets Counter
Statistics for VSI company1
Recv V1 Report 0
Recv V2 Report 304
Recv V3 Report 0
Recv V1 Query 0
Recv V2 Query 523
Recv V3 Query 0
Recv Leave 0
Recv Pim Hello 0
Send Query(S=0) 0
Send Query(S!=0) 0
Item |
Description |
---|---|
IGMP Snooping Packets Counter |
Statistics on IGMP and PIM packets. |
Statistics for VSI company1 |
Packet statistics in VSI company1. |
Recv V1 Report |
Number of received IGMPv1 Membership Report messages. |
Recv V2 Report |
Number of received IGMPv2 Membership Report messages. |
Recv V3 Report |
Number of received IGMPv3 Membership Report messages. |
Recv V1 Query |
Number of received IGMPv1 Query messages. |
Recv V2 Query |
Number of received IGMPv2 Query messages. |
Recv V3 Query |
Number of received IGMPv3 Query messages. |
Recv Leave |
Number of received IGMP Leave messages. |
Recv Pim Hello |
Number of received PIM Hello messages. |
Send Query(S=0) |
Number of sent IGMP Query messages with the source address 0.0.0.0. |
Send Query(S!=0) |
Number of sent IGMP Query messages with source addresses other than 0.0.0.0. |