The display igmp-snooping statistics vsi command displays message statistics of a specified VSI.
Parameter | Description | Value |
---|---|---|
vsi-name |
Displays statistics about IGMP snooping running in 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. |
interface-type |
Specifies the interface type. |
- |
interface-number |
Specifies the interface number. |
- |
interface-name |
Displays message statistics of a QinQ sub-interface with the specified sub-interface type and number. |
- |
listening |
Specifies the interface that is listened to. |
- |
interface |
Displays message statistics of a interface with the specified interface type and number. |
- |
The actual command output varies according to the device. The command output here is only an example.
<HUAWEI> display igmp-snooping statistics vsi vsi-a listening interface GigabitEthernet 0/1/1.1 VSI : vsi-a Interface : GigabitEthernet0/1/1.1 Recv V1 Report 0 Recv V2 Report 0 Recv V3 Report 0 Recv V1 Query 0 Recv V2 Query 0 Recv V3 Query 0 Recv Leave 0 Recv Unknown 0 Drop 0
Item | Description |
---|---|
VSI | Name of VSI. |
Interface | Name of interface. |
Recv V1 Report | Number of received IGMPv1 Report messages. |
Recv V2 Report | Number of received IGMPv2 Report messages. |
Recv V3 Report | Number of received IGMPv3 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 Unknown | Number of received unknown messages. |
Drop | Number of dropped messages. |