Parameter | Description | Value |
---|---|---|
verbose | Displays detailed RawIP traffic statistics based on the ICMP, RSVP, OSPF, and Others protocols. | - |
Usage Scenario
The statistics about RawIP packets include the number of sent RawIP packets and the number of received RawIP packets.
RSVP, OSPF, and ICMP packets are encapsulated into RawIP packets to be sent. During the ping operation, for example, you can run the display rawip statistics command to view the number of RawIP packets sent by the local device to check whether the abnormality on the network is caused by abnormal sending and receiving of RawIP packets.
If you want to diagnose problems and monitor information of specific applications, configure verbose in the display rawip statistics command to display application-specific RawIP packet statistics. The applications can be ICMP, RSVP, OSPF, and others.
Precautions
The number of packets received by a switch includes the number of forwarded packets, packets sent to the upper layer, and discarded packets.
<HUAWEI> display rawip statistics
Received packets: dropped packets because the socket buffer is full : 0 dropped packets because no matching socket is found : 0 Sent packets: dropped packets : 0
Item |
Description |
---|---|
Received packets |
Indicates the number of received packets. |
dropped packets because the socket buffer is full |
Indicates the number of RawIP packets that are discarded because the socket buffer is full. |
dropped packets because no matching socket is found |
Indicates the number of RawIP packets that are discarded because the socket of the receiver does not match with that of the sender. |
Sent packets |
Indicates the number of sent packets. |
dropped packets |
Indicates the number of discarded packets. |