-> # Charge le module RIP et l'active sur le switch
-> ipv6 load rip
-> ipv6 rip status enable
-> # Démarre RIP sur l'interface virtuelle monReseau
-> ipv6 rip interface monReseau2
-> 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
2001:660:3208:3::/64 fe80::260:97ff:fe0c:dcbf monReseau2 0h 0m 31s RIP UGD
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
->