The display rip database command displays all the active routes in the RIP database. These routes are sent in RIP Update packets.
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 the routes in the RIP database. | - |
You can run the display rip database command to check all the active routes in the RIP database. These routes are sent in RIP Update packets.
<HUAWEI> display rip 100 database
---------------------------------------------------
Advertisement State : [A] - Advertised
[I] - Not Advertised/Withdraw
---------------------------------------------------
10.0.0.0/8, cost 0, ClassfulSumm
10.1.1.0/24, cost 0, [A], Imported
10.10.10.0/24, cost 0, [A], Rip-interface
10.137.220.0/23, cost 1, [A], nexthop 10.10.10.2
Item |
Description |
---|---|
Advertisement State |
Route status.
|
ClassfulSumm |
Classful route summarization. |
Imported |
Routes imported from other routing protocols. |
Rip-interface |
Routes learned on the RIP interface. |
nexthop |
Next-hop address. |