The display rip statistics interface command displays statistics on a RIP interface, including the statistics of packets sent and received by the interface.
The display ripng statistics interface command displays statistics about a RIPng interface, including the number of packets sent or received by the interface.
display rip process-id statistics interface all
display ripng process-id statistics interface all
display rip process-id statistics interface { interface-name | interface-type interface-number } [ neighbor neighbor-address | verbose ]
display ripng process-id statistics interface { interface-name | interface-type interface-number } [ neighbor neighbor-ipv6-address | verbose ]
Parameter | Description | Value |
---|---|---|
process-id |
Specifies the process. |
The value is an integer ranging from 1 to 4294967295. |
all |
Displays statistics on all RIP interfaces. |
- |
interface-type |
Specifies the type of an interface. |
The value is in dotted decimal notation. |
interface-number |
Specifies the interface number. |
- |
neighbor neighbor-address |
Specifies the IP address of the neighbor. |
- |
verbose |
Displays detailed statistics of RIP packets sent and received by an interface. |
- |
neighbor-ipv6-address |
Specifies the IPv6 address of the neighbor. |
The value is a 32-digit hexadecimal number, in the format of X:X:X:X:X:X:X:X. |
The actual command output varies according to the device. The command output here is only an example.
<HUAWEI> display rip 1 statistics interface gigabitethernet 0/1/0 GigabitEthernet0/1/0(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 packet sent 10 34 434 Response packet received 15 38 467 Response packet ignored 0 0 0 Request packet sent 1 3 8 Request packet received 4 20 40 Request packet ignored 0 0 0 Bad packets received 0 0 0 Bad routes received 0 0 0 Packet authentication failed 0 0 0 Packet send failed 0 0 0
[~RTA] disp rip 1 statistics interface Ethernet 0/1/18 neighbor 192.168.1.2
Neighbor 192.168.1.2 Statistics:
Statistical information Last min Last 5 min Total
-----------------------------------------------------------------------
Request packets received 0 0 0
Request packets ignored 0 0 0
Response packets received 2 2 3
Response packets ignored 0 0 0
Bad packets received 0 0 0
Bad routes received 0 0 0
Packet authentication 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 by the interface. |
Triggered updates sent | Number of triggered Update packets that are sent by the interface. |
Response packet sent | Number of RIP/RIPng response packets that are sent. |
Response packet received | Number of received response packets. |
Request packet sent | Number of sent request packets. |
Request packet received | Number of received request packets. |
Request packet ignored | Number of request packets that are ignored. |
Bad packets received | Number of received packets that cannot be parsed correctly. |
Bad routes received | Number of received routes that cannot be parsed correctly. |
Packet authentication failed | Number of packets that fail to be authenticated. |
Packet send failed | Number of packets that fail to be sent. |