Configuración OSPF multiarea con IPV6.
Comándos: R1 conf t ipv6 unicast-routing int e0/0 ipv6 add 2001:1:1:10::1/64 no shut ipv6 ospf 10 area 10 exit int e0/1 ipv6 add 2001:1:1:2A::1/64 no shut ipv6 ospf 10 area 0 exit int e0/2 ipv6 add 2001:1:1:11::1/64 no shut ipv6 ospf 10 area 20 exit ipv6 router ospf 10 router-id 1.1.1.1 exit ======================================== BROCADE-1 configure set interfaces ethernet eth0 address 2001:1:1:2A::2/64 set interfaces ethernet eth1 address 2001:1:1:1A::1/64 set protocols ospfv3 parameters router-id 2.2.2.2 set protocols ospfv3 area 0.0.0.0 range 2001:1:1:2a::/64 set protocols ospfv3 area 0.0.0.0 range 2001:1:1:1a::/64 set protocols ospfv3 area 0.0.0.0 interface eth0 set protocols ospfv3 area 0.0.0.0 interface eth1 commit ======================================= HPE interface ge1/0 ipv6 add 2001:1:1:10::2/64 exit interface ge2/0 ipv6 add 2001:1:1:3D::1/64 exit ospfv3 10 router-id 5.5.5.5 exit interface ge1/0 ospfv3 10 area 1...