The display ripng route command displays all the RIPng routes that the switch learns from other switches.
| Parameter | Description | Value |
|---|---|---|
| process-id | Displays the RIPng routes of the specified RIPng process that the switch learns from other switches. | The value is an integer that ranges from 1 to 65535. |
# Display all active and inactive RIPng routes and timers of each route.
<HUAWEI> display ripng 100 route
Route Flags: R - RIPng
A - Aging, G - Garbage-collect
----------------------------------------------------------------
Peer 2000::1 on vlanif100
Dest 2001:DB8:1::1/32,
via 2000::1, cost 2, tag 0, RA, 6 Sec
Dest 2001:DB8:1::2/64,
via 2000::1, cost 2, tag 0, RA, 6 Sec
Dest 2001:DB8:1::3/64,
via 2000::1, cost 2, tag 0, RA, 6 Sec
Dest 2001:DB8:1::4/64,
via 2000::1, cost 2, tag 0, RA, 6 Sec
Item |
Description |
|---|---|
Route Flags |
Route tag. The first character indicates the type of the route, namely, a RIPng route; the second character indicates the status of the route:
|
Peer |
Neighbor connecting to the interface. |
Dest |
Destination IPv6 address. |
via |
Next-hop IPv6 address. |
cost |
Cost of a route. |
tag |
Route tag. |
Sec |
Time during which a route remains in the state indicated by the route tag. |