The display arp packet statistics command displays the statistics about Address Resolution Protocol (ARP) packets.
Parameter | Description | Value |
---|---|---|
slot slot-id |
Specifies the slot ID of a board. If this parameter is specified, the command displays ARP packet statistics of this board. If this parameter is not specified, the command displays ARP packet statistics of all boards. |
In VS mode, this parameter is supported only by the admin VS. |
interface interface-type interface-number |
Displays the ARP packets sent and received by a specified a Layer 3 interface. |
- |
Usage Scenario
To locate and rectify ARP faults, you need to view statistics about ARP packets sent and received by the device.
Precautions
Run the display arp packet statistics interface command to view the interfaces that send and receive ARP packets and the statistics about the ARP packets.
The actual command output varies according to the device. The command output here is only an example.
<HUAWEI> display arp packet statistics
ARP Pkt Received: sum 69278
ARP-Miss Msg Received: sum 0
ARP Learnt Count: sum 0
ARP Pkt Discard For Limit: sum 0
ARP Pkt Discard For SpeedLimit: sum 0
ARP Pkt Discard For Proxy Suppress: sum 0
ARP Pkt Discard For Packet Invalid: sum 0
ARP Pkt Discard For Other: sum 69278
ARP-Miss Msg Discard For SpeedLimit: sum 0
ARP-Miss Msg Discard For Other: sum 0
ARP Pkt Send Total: sum 304
ARP Pkt Send Request: sum 304
ARP Pkt Send Reply: sum 0
ARP Pkt Send Gratuitous ARP: sum 304
<HUAWEI> display arp packet statistics interface gigabitethernet 0/1/0 ARP Pkt Receive Request: sum 22 ARP Pkt Receive Reply: sum 0 ARP Pkt Receive Gratuitous ARP: sum 6 ARP Pkt Receive Discard Gratuitous ARP: sum 0 ARP Pkt Send Request: sum 3 ARP Pkt Send Reply: sum 0 ARP Pkt Send Gratuitous ARP: sum 3 ARP Pkt Send Discard Gratuitous ARP: sum 0 ARP-Miss Msg Received: sum 0 ARP-Miss Msg Discard For Invalid Table: sum 0 ARP-Miss Msg Discard For SpeedLimit: sum 0 ARP-Miss Msg Discard For Other: sum 0
<HUAWEI> display arp packet statistics interface Interface R-request R-reply R-gratis S-request S-reply S-gratis -------------------------------------------------------------------------------- GE0/1/0 5 0 3 0 0 0 Vlanif2 100 0 100 0 5 5 Eth-Trunk2.1 400 200 400 400 200 100
Item | Description |
---|---|
ARP Pkt Received | Number of received ARP packets. |
ARP Learnt Count | Number of learned ARP entries. |
ARP Pkt Discard For Limit | Number of packets discarded for the ARP limit. |
ARP Pkt Discard For SpeedLimit | Number of packets discarded for the speed limit. |
ARP Pkt Discard For Proxy Suppress | Number of ARP packets discarded for the proxy suppression. |
ARP Pkt Discard For Packet Invalid | Number of ARP packets discarded for the packet invalid. |
ARP Pkt Discard For Other | Number of packets discarded for other reasons. |
ARP Pkt Send Total | Number of sent ARP packets. |
ARP Pkt Send Request | Number of sent ARP request packets. |
ARP Pkt Send Reply | Number of sent ARP reply packets. |
ARP Pkt Send Gratuitous ARP | Number of sent gratuitous ARP packets. |
ARP Pkt Receive Request | Number of ARP request packets received. |
ARP Pkt Receive Reply | Number of ARP reply packets received. |
ARP Pkt Receive Gratuitous ARP | Number of gratuitous ARP packets received. |
ARP Pkt Receive Discard Gratuitous ARP | Number of received gratuitous ARP packets that are discarded. |
ARP Pkt Send Discard Gratuitous ARP | Number of sent gratuitous ARP packets that are discarded. |
ARP-Miss Msg Received | Number of received ARP Miss messages. |
ARP-Miss Msg Discard For SpeedLimit | Number of ARP Miss messages discarded for speed limit. |
ARP-Miss Msg Discard For Other | Number of ARP Miss messages discarded for other reasons. |
ARP-Miss Msg Discard For Invalid Table | Number of ARP Miss messages discarded due to invalid static ARP entries. |
Interface | Interfaces that send and receive ARP packets. |
R-request | Number of ARP request packets received. |
R-reply | Number of ARP reply packets received. |
R-gratis | Number of ARP request packets received by an interface. |
S-request | Number of ARP request packets sent by an interface. |
S-reply | Number of ARP reply packets sent by an interface. |
S-gratis | Number of gratuitous ARP packets sent by an interface. |