IPv6 EIGRP
In this post we will try to configure IPv6 EIGRP see the different options for the protocol and how these options are almost identical to the IPv4 version of EIGRP configuration R1 ipv6 unicast-routing interface lo0 ipv6 address 2001:1:1::1/64 interface FastEthernet0/0 ipv6 address FE80::1 link-local ipv6 address FC00:1:12::1/64 ! interface FastEthernet0/1 ipv6 address FE80::1 link-local ipv6 address FC00:1:13::1/64 ! R2 ipv6 unicast-routing interface lo0 ipv6 address 2001:2:2::2/64 interface FastEthernet0/0 ipv6 address FE80::2 link-local ipv6 address FC00:1:12::2/64 ! interface FastEthernet0/1 ipv6 address FE80::2 link-local ipv6 address FC00:1:23::2/64 R3 ipv6 unicast-routing interface lo0 ipv6 address 2001:3:3::3/64 interface lo1 ipv6 address 2001:3:4::3/64 interface lo2 ipv6 address 2001:3:5::3/64 interface FastEthernet0/0 ipv6 address FE80::3 link-...