| Parameter | Description | Value |
|---|---|---|
| process-id | Displays all the active routes of the specified RIPng process. | The value is an integer that ranges from 1 to 65535. |
| verbose | Displays detailed information about the routes in the RIPng database. | - |
You can run the display ripng database command to check all the active routes in the RIPng database.
# Display routes in the RIPng database.
<HUAWEI> display ripng 100 database
1::/64,
via FE80::82FB:6FF:FE35:45B6, Vlanif200, cost 0, Imported
2::/64,
Vlanif100, cost 0, RIPng-interface
3::/64,
via FE80::82FB:6FF:FE35:45B6, Vlanif200, cost 16
3::/64,
Vlanif200, cost 0, RIPng-interface
4::/64,
via FE80::82FB:6FF:FE35:45B6, Vlanif200, cost 1
Item |
Description |
|---|---|
1::/64 |
Destination IPv6 address of a route. |
via |
Next-hop link-local address. |
cost |
Cost of a route. |
Imported |
Route imported from other routing protocols. |
RIPng-interface |
Route generated by RIPng. |