The display rip route command displays all the RIP routes that are learned from other switches and view the values of different timers related to each route.
Parameter | Description | Value |
---|---|---|
process-id |
Specifies the ID of a RIP process. |
The value is an integer ranging from 1 to 65535. |
After a RIP process is enabled on all devices that need to run RIP and the network command is run to enable RIP on the related network segment, the display rip route command can be used to view RIP routing information.
# Display all the RIP routes and the values of different timers related to each route.
<HUAWEI> display rip 1 route
Route Flags: R - RIP
A - Aging, G - Garbage-collect
--------------------------------------------------------------------------
Peer 192.168.5.1 on Vlanif100
Destination/Mask Nexthop Cost Tag Flags Sec
172.16.0.0/16 192.168.5.1 1 0 RA 15
192.168.14.0/24 192.168.5.1 2 0 RA 15
Item |
Description |
---|---|
Route Flags |
Route flags. First character indicating that the route is a RIP or TRIP route, Second character indicating the status of the route:
|
Destination/Mask |
Destination IP Address and its mask value |
Nexthop |
Next hop of the route |
Cost |
Metric value of the route |
Tag |
Tag that is used to differentiate internal RIP routes from external routes
|
Sec |
Time during which a route remains in a specific state |