Parameter | Description | Value |
---|---|---|
vsi vsi-name |
Displays MLD snooping statistics of 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. |
vlan vlan-id |
Displays MLD snooping statistics of a specified VLAN. |
The value is an integer ranging from 1 to 4094. |
Usage Scenario
If vlan-id is specified, only MLD snooping statistics in the specified VLAN is displayed and the number of Layer 2 events occurring in the VLAN is not displayed.
If vsi-name is specified, only MLD snooping statistics in the specified VSI is displayed and the number of Layer 2 events occurring in the VSI is not displayed.The actual command output varies according to the device. The command output here is only an example.
<HUAWEI> display mld-snooping statistics vlan 10
MLD Snooping Packets Counter:
Statistics for VLAN 10
Recv V1 Report 0
Recv V2 Report 0
Recv V1 Query 0
Recv V2 Query 0
Recv Done 0
Recv Pim Hello 0
Send Query (S=0) 0
Send Query (S!=0) 0
Proxy Send General Query 0
Proxy Send Group-Specific Query 0
Proxy Send Group-Source-Specific Query 0
Recv Invalid Packet 0
Recv Ignore Packet 0
Forward Report 0
Forward Done 0
Forward Query 0
Item | Description |
---|---|
Recv V1 Report | Number of received MLDv1 Report messages. |
Recv V2 Report | Number of received MLDv2 Report messages. |
Recv V1 Query | Number of received MLDv1 Query messages. |
Recv V2 Query | Number of received MLDv2 Query messages. |
Recv Done | Number of received MLD Done messages. |
Recv Pim Hello | Number of received PIM Hello messages. |
Recv Invalid Packet | Number of received invalid PIM messages. |
Recv Ignore Packet | Number of MLD messages that were received but ignored. |
Send Query (S=0) | Number of sent MLD Query messages with the source address 0.0.0.0. |
Send Query (S!=0) | Number of sent MLD Query messages with the source address that is not 0.0.0.0. |
Proxy Send General Query | Number of general Query messages sent by the proxy. |
Proxy Send Group-Specific Query | Number of group-specific Query messages sent by the proxy. |
Proxy Send Group-Source-Specific Query | Number of source-and group-specific Query messages sent by the proxy. |
Forward Report | Number of forwarded MLD Report messages. |
Forward Done | Number of forwarded MLD Done messages. |
Forward Query | Number of forwarded MLD Query messages. |