The display ripng database command displays all the active routes in the RIPng database. These routes are sent as regular RIPng Update packets.
| Parameter | Description | Value |
|---|---|---|
| process-id | Specifies the ID of a RIPng process. | The value is an integer ranging from 1 to 65535. |
| verbose | Displays detailed information about the routes in the RIPng database. | - |
# Display the routes in the RIPng database.
<sysname> display ripng 100 database
2001:DB8:8::8/128,
NULL0 cost 0, Imported
2001:DB8:10::/64,
via FE80::2E0:E6FF:FE1B:8242, GigabitEthernet0/0/1, cost 1
2001:DB8:10::/64,
via FE80::2E0:E6FF:FE1B:8242, GigabitEthernet0/0/2, cost 1
2001:DB8:10::/64,
via FE80::2E0:E6FF:FE1B:8142, GigabitEthernet0/0/1, cost 1
2001:DB8:10::/64,
via FE80::2E0:E6FF:FE1B:8142, GigabitEthernet0/0/2, cost 1
Item |
Description |
|---|---|
2001:DB8:8::8/128 |
IPv6 destination address |
via |
Link-local address of the next hop |
cost |
Cost of the route |
Imported |
Routes imported from other routing protocols |
RIPng-interface |
Routes generated by RIPng |