-> # Etat des routes après démarrage des interfaces virtuelles
-> show ipv6 routes
show ipv6 routes
Legend: Flags: U = Up, G = Gateway, H = Host, S = Static, C = Cloneable, D = Dynamic,
M = Modified, R = Unreachable, X = Externally resolved, B = Discard,
L = Link-layer, 1 = Protocol specific, 2 = Protocol specific
Destination Prefix Gateway Address Interface Age Protocol Flags
---------------------+-------------------------+----------+----------+--------+-------
::1/128 ::1 loopback 0h 13m 18s Local UH
2001:660:3208:2::/64 fe80::2d0:95ff:fe93:c681 monReseau2 0h 5m 27s Local UC
fe80::/64 fe80::2d0:95ff:fe93:c681 monReseau2 0h 6m 50s Local UC
fe80::/64 ::1 loopback 0h 13m 18s Local U
ff01::/32 ::1 loopback 0h 13m 18s Local U
ff02::/32 fe80::2d0:95ff:fe93:c681 monReseau2 0h 6m 50s Local UC
ff02::/32 ::1 loopback 0h 13m 18s Local UC
-> # Création de la route statique
-> ipv6 route 2001:660:3208:1::/64 2001:660:3208:2::1
-> show ipv6 routes
show ipv6 routes
Legend: Flags: U = Up, G = Gateway, H = Host, S = Static, C = Cloneable, D = Dynamic,
M = Modified, R = Unreachable, X = Externally resolved, B = Discard,
L = Link-layer, 1 = Protocol specific, 2 = Protocol specific
Destination Prefix Gateway Address Interface Age Protocol Flags
---------------------+-------------------------+----------+----------+--------+-------
::1/128 ::1 loopback 0h 13m 18s Local UH
2001:660:3208:1::/64 2001:660:3208:2::1 monReseau2 0h 0m 5s Static UGS
2001:660:3208:2::/64 fe80::2d0:95ff:fe93:c681 monReseau2 0h 5m 27s Local UC
fe80::/64 fe80::2d0:95ff:fe93:c681 monReseau2 0h 6m 50s Local UC
fe80::/64 ::1 loopback 0h 13m 18s Local U
ff01::/32 ::1 loopback 0h 13m 18s Local U
ff02::/32 fe80::2d0:95ff:fe93:c681 monReseau2 0h 6m 50s Local UC
ff02::/32 ::1 loopback 0h 13m 18s Local UC
->