The display rip statistics interface command displays statistics on a RIP interface, including the number of packets sent and received on the interface.
display rip process-id statistics interface { all | interface-type interface-number [ verbose | neighbor neighbor-ip-address ] }
Parameter | Description | Value |
---|---|---|
process-id | Specifies the ID of a RIP process. | The value is an integer ranging from 1 to 65535. |
all | Displays the statistics of all interfaces. | - |
interface-type interface-number | Specifies the type and number of an interface. | - |
verbose | Displays detail information about interface statistics. | - |
neighbor neighbor-ip-address | Specifies the IP address of a neighbor. | The value is in dotted decimal notation. |
You can run the display rip statistics interface command to check packet statistics on a RIP interface, including the number of packets sent and received on the interface.
# Display statistics on VLANIF100 in RIP process 1.
<HUAWEI> display rip 1 statistics interface vlanif 100
Vlanif100(10.0.0.11)
Statistical information Last min Last 5 min Total
------------------------------------------------------------------
Periodic updates sent 5 23 259
Triggered updates sent 5 30 408
Response packets sent 10 34 434
Response packets received 15 38 467
Response packets ignored 0 0 0
Request packets sent 1 3 8
Request packets received 4 20 40
Request packets ignored 0 0 0
Bad packets received 0 0 0
Routes received 0 0 0
Routes sent 0 0 0
Bad routes received 0 0 0
Packet authentication failed 0 0 0
Packet send failed 0 0 0
Item |
Description |
---|---|
Statistical information |
Packet type |
Last min |
Statistics within the last 1 minute |
Last 5 min |
Statistics within the last 5 minutes |
Total |
Total number of packets |
Periodic updates sent |
Number of periodic Update packets that are sent on the interface |
Triggered updates sent |
Number of triggered Update packets that are sent on the interface |
Response packets sent |
Number of RIP Response packets that are sent on the interface |
Response packets received |
Number of RIP Response packets that are received on the interface |
Response packets ignored |
Number of RIP Response packets that are ignored on the interface |
Request packets sent |
Number of RIP Request packets that are sent on the interface |
Request packets received |
Number of RIP Request packets that are received on the interface |
Request packets ignored |
Number of RIP Request packets that are ignored on the interface |
Bad packets received |
Number of received packets that cannot be parsed correctly |
Routes received |
Number of received routes |
Routes sent |
Number of sent routes |
Bad routes received |
Number of received routes that cannot be parsed correctly |
Packet authentication failed |
Number of packets that fail to pass authentication |
Packet send failed |
Number of RIP packets that fail to be sent |