How to configure IPv4 and IPv6 Networks with OSPFv3 using Address - TopicsExpress



          

How to configure IPv4 and IPv6 Networks with OSPFv3 using Address Families and the adding of the new LSAs Type 8 and Type 9 for IPv4 ? OSPFv3 using address families helps us to run a single OSPFv3 process for both address families IPv4 and IPv6, in other words we can have have two separate instances running under the single OSPFv3 process 1—one for IPv6 AF and the other for IPv4 AF. Here the configuration of OSPFv3 using Address Families: R1: interface Loopback0 ospfv3 1 ipv4 area 0 ospfv3 1 ipv6 area 0 ospfv3 network point-to-point ! interface Serial1/0 ospfv3 1 ipv6 area 0 ospfv3 1 ipv4 area 0 R2: interface Serial1/0 ospfv3 1 ipv6 area 0 ospfv3 1 ipv4 area 0 ! interface Serial1/1 ospfv3 1 ipv6 area 23 ospfv3 1 ipv4 area 23 R3: interface Loopback0 ospfv3 1 ipv4 area 23 ospfv3 1 ipv6 area 23 ospfv3 network point-to-point ! interface Serial1/1 ospfv3 1 ipv6 area 23 ospfv3 1 ipv4 area 23 R1: router ospfv3 1 ! address-family ipv4 unicast router-id 1.1.1.1 exit-address-family ! address-family ipv6 unicast router-id 1.1.1.1 exit-address-family R2: router ospfv3 1 ! address-family ipv4 unicast router-id 2.2.2.2 exit-address-family ! address-family ipv6 unicast router-id 2.2.2.2 exit-address-family R3: router ospfv3 1 ! address-family ipv4 unicast router-id 3.3.3.3 exit-address-family ! address-family ipv6 unicast router-id 3.3.3.3 exit-address-family
Posted on: Sat, 03 Jan 2015 14:56:04 +0000

Trending Topics



Recently Viewed Topics




© 2015