IPv6 redistribution
IPv6 redistribution is almost identical to the IPv4 version, expect IPv6 redistribution doesn’t include the connected interfaces by default In the above topology, the setup is quite simple R1-R2 are running RIP and R1-R3 are running OSPFv3 Configurations R1 interface Loopback0 ipv6 address 2001:1:1::1/64 ipv6 rip RIP enable ! interface FastEthernet0/0 ipv6 address FE80::1 link-local ipv6 address FC00:12:12::1/64 ipv6 rip RIP enable R2 interface Loopback0 ipv6 address 2001:2:2::2/64 ipv6 rip RIP enable ! interface FastEthernet0/0 ipv6 address FE80::2 link-local ipv6 address FC00:12:12::2/64 ipv6 rip RIP enable ! interface FastEthernet0/1 ipv6 address FE80::2 link-local ipv6 address FC00:23:23::2/64 ipv6 ospf 1 area 0 ! ipv6 router ospf 1 router-id 2.2.2.2 R3 interface Loopback0 ipv6 address 2001:3:3::3/64 ipv6 ospf 1 area 0 ! interface FastEthernet0/0 ...