Parameter | Description | Value |
---|---|---|
process-id | Specifies the ID of a RIP process. | The value is an integer ranging from 1 to 65535. |
verbose | Displays detailed information about a RIP neighbor. | - |
You can run the display rip neighbor command to check information about RIP neighbors.
# Display information about the neighbor in RIP process 1.
<HUAWEI> display rip 1 neighbor
----------------------------------------------------------------
IP Address Interface Type Last-Heard-Time
----------------------------------------------------------------
10.1.1.1 Vlanif100 RIP 0:0:7
Number of RIP routes:1
Item |
Description |
---|---|
IP Address |
IP address of the neighboring interface |
Interface |
Interface type |
Type |
Protocol used to establish adjacencies with neighbors |
Last-Heard-Time |
Time since the last time packets are received from neighbors |
Number of RIP routes |
Number of RIP routes |
# Display detailed information about the neighbor in RIP process 1.
<HUAWEI> display rip 1 neighbor verbose
----------------------------------------------------------------
IP Address Interface Type Last-Heard-Time
----------------------------------------------------------------
10.1.1.1 Vlanif100 RIP 0:0:17
Number of Active routes : 1
Number of routes in garbage : 0
Last Received Sequence Number : 0x0
Item |
Description |
---|---|
Number of Active routes |
Number of routes in the active state |
Number of routes in garbage |
Number of routes in the garbage state |
Last Received Sequence Number |
Sequence number of last received packet from neighbor |