The display ripng route command displays all the RIPng routes that are learned from other routers and view the values of different timers related to each route.
| Parameter | Description | Value |
|---|---|---|
| process-id | Specifies the ID of a RIPng process. | The value is an integer ranging from 1 to 65535. |
# Display all the active and inactive RIPng routes and the values of different timers related to each route.
<sysname> display ripng 100 route
Route Flags: R - RIPng
A - Aging, G - Garbage-collect
----------------------------------------------------------------
Peer FE80::200:5EFF:FE04:3302 on GigabitEthernet0/0/0
Dest 2001:DB8:1::/32,
via FE80::200:5EFF:FE04:3302, cost 2, tag 0, RA, 6 Sec
Dest 2001:DB8:4:1::/64,
via FE80::200:5EFF:FE04:3302, cost 2, tag 0, RA, 6 Sec
Dest 2001:DB8:4:2::/64,
via FE80::200:5EFF:FE04:3302, cost 2, tag 0, RA, 6 Sec
Dest 2001:DB8:4:3::/64,
via FE80::200:5EFF:FE04:3302, cost 2, tag 0, RA, 6 Sec
Item |
Description |
|---|---|
Peer |
Neighbor that is connected to the interface |
Dest |
IPv6 destination address |
via |
IPv6 address of the next hop |
cost |
Cost of the route |
tag |
Tag of the route |
Sec |
Time during which a route remains in a specific state |
Route Flags |
The flag of the route
|