display statistics interface

Function

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.

Format

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 ]

Parameters

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.

Views

All views

Default Level

1: Monitoring level

Task Name and Operations

Task Name Operations
rip read

Usage Guidelines

Usage Scenario

To check RIP packet exchange statistics, run the display rip statistics command.

To check RIPng configurations and operating status, run the display ripng statistics interface command. The command output facilitates fault location and configuration verification.

Example

The actual command output varies according to the device. The command output here is only an example.

# Display statistics about Gigabit Ethernet 0/1/0 in RIP process 1.
<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
# Displays statistics about neighbors on Ethernet 0/1/18 in RIP process 1.
[~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
Table 1 Description of the display statistics interface command output
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.

Copyright © Huawei Technologies Co., Ltd.
Copyright © Huawei Technologies Co., Ltd.
< Previous topic Next topic >