!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! ! ! INT ! conf t ! ! ! eBGP IPv6 Peering via Loopback ! iBGP IPv4 Peering via Loopback ! ipv6 route vrf M fd10::a/128 fa1/0.42 fe80:10::a ipv6 route vrf AW fd10::a/128 fa1/0.100 fe80:10::a ipv6 route vrf M fd10::b/128 fa1/1.42 fe80:10::b ipv6 route vrf AW fd10::b/128 fa1/1.100 fe80:10::b ! ! ! Networks ! ip route vrf M 10.0.0.67 255.255.255.255 172.16.67.2 ip route vrf AW 10.0.0.80 255.255.255.255 172.16.80.2 ! ipv6 route vrf M fd10::67/128 fa0/0.67 fe80::67 ipv6 route vrf AW fd10::80/128 fa0/0.80 fe80::80 ! ! ! router bgp 65000 bgp router-id 10.0.0.1 address-family ipv4 unicast vrf M neighbor 172.16.2.6 remote-as 65001 neighbor 172.16.2.6 password cisco neighbor 172.16.2.6 allowas-in neighbor 172.16.1.6 remote-as 65001 neighbor 172.16.1.6 password cisco neighbor 172.16.1.6 allowas-in network 10.0.0.67 mask 255.255.255.255 network 10.0.0.1 mask 255.255.255.255 exit address-family ipv4 unicast vrf AW neighbor 172.16.2.6 remote-as 65001 neighbor 172.16.2.6 password cisco neighbor 172.16.2.6 allowas-in neighbor 172.16.1.6 remote-as 65001 neighbor 172.16.1.6 password cisco neighbor 172.16.1.6 allowas-in network 10.0.0.80 mask 255.255.255.255 exit address-family ipv6 unicast vrf M neighbor fd10::a remote-as 65001 neighbor fd10::a update-source lo 42 neighbor fd10::a ebgp-multihop 3 neighbor fd10::a password cisco neighbor fd10::a allowas-in neighbor fd10::b remote-as 65001 neighbor fd10::b update-source lo 42 neighbor fd10::b ebgp-multihop 3 neighbor fd10::b password cisco neighbor fd10::b allowas-in network fd10::67/128 network fd10::1/128 exit address-family ipv6 unicast vrf AW neighbor fd10::a remote-as 65001 neighbor fd10::a update-source lo 100 neighbor fd10::a ebgp-multihop 3 neighbor fd10::a password cisco neighbor fd10::a allowas-in neighbor fd10::b remote-as 65001 neighbor fd10::b update-source lo 100 neighbor fd10::b ebgp-multihop 3 neighbor fd10::b password cisco neighbor fd10::b allowas-in network fd10::80/128 exit ! end wr !!!!!!!!!!!!!!!!!!!!!!!!!!!!!! ! ! OUT ! conf t ! ! ! eBGP IPv6 Peering via Loopback ! iBGP IPv4 Peering via Loopback ! ipv6 route vrf M fd10::a/128 ser2/1 fe80:10::a ipv6 route vrf AW fd10::a/128 tun1001 fe80:10::a ipv6 route vrf M fd10::b/128 ser2/2 fe80:10::b ipv6 route vrf AW fd10::b/128 tun1002 fe80:10::b ! ! ! Networks ! ip route vrf EXT 0.0.0.0 0.0.0.0 192.168.11.1 ipv6 route vrf EXT ::/0 fa0/0 fd00::1 ! ! ! router bgp 65000 bgp router-id 10.0.0.2 address-family ipv4 unicast vrf M neighbor 172.16.2.2 remote-as 65001 neighbor 172.16.2.2 password cisco neighbor 172.16.2.2 allowas-in neighbor 172.16.1.2 remote-as 65001 neighbor 172.16.1.2 password cisco neighbor 172.16.1.2 allowas-in network 10.0.0.2 mask 255.255.255.255 exit address-family ipv4 unicast vrf AW neighbor 172.16.2.2 remote-as 65001 neighbor 172.16.2.2 password cisco neighbor 172.16.2.2 allowas-in neighbor 172.16.1.2 remote-as 65001 neighbor 172.16.1.2 password cisco neighbor 172.16.1.2 allowas-in exit address-family ipv4 unicast vrf EXT network 0.0.0.0 exit address-family ipv6 unicast vrf M neighbor fd10::a remote-as 65001 neighbor fd10::a update-source lo 42 neighbor fd10::a ebgp-multihop 3 neighbor fd10::a password cisco neighbor fd10::a allowas-in neighbor fd10::b remote-as 65001 neighbor fd10::b update-source lo 42 neighbor fd10::b ebgp-multihop 3 neighbor fd10::b password cisco neighbor fd10::b allowas-in network fd10::2/128 exit address-family ipv6 unicast vrf AW neighbor fd10::a remote-as 65001 neighbor fd10::a update-source lo 100 neighbor fd10::a ebgp-multihop 3 neighbor fd10::a password cisco neighbor fd10::a allowas-in neighbor fd10::b remote-as 65001 neighbor fd10::b update-source lo 100 neighbor fd10::b ebgp-multihop 3 neighbor fd10::b password cisco neighbor fd10::b allowas-in exit address-family ipv6 unicast vrf EXT network ::/0 exit ! end wr !!!!!!!!!!!!!!!!!!!!!!!!!!!!!! ! ! RA ! -> primary Router VRF M ! conf t ! ! ! eBGP IPv6 Peering via Loopback ! iBGP IPv4 Peering via Loopback ! ipv6 route vrf M fd10::1/128 fa1/0.42 fe80:10::1 ipv6 route vrf AW fd10::1/128 fa1/0.100 fe80:10::1 ipv6 route vrf M fd10::2/128 ser2/1 fe80:10::2 ipv6 route vrf AW fd10::2/128 tun100 fe80:10::2 ! ip route vrf AW 10.1.0.2 255.255.255.255 10.1.166.2 ! ! ! Network fuer VRF AW ! ip route vrf AW 192.168.100.0 255.255.254.0 null 0 ! ! ! OSPF42 INTO BGP ! ip prefix-list BGP permit 10.1.0.0/24 ge 32 le 32 ip prefix-list BGP permit 10.1.42.0/24 ! route-map OSPF42-into-BGP permit 10 match ip address prefix BGP ! ! ! Primary/Secondary Path: AS-PATH PREPEND & Local Preference ! route-map ASPP permit 10 set as-path prepend 65001 65001 ! route-map LOCP permit 10 set local-preference 101 ! ! ! router bgp 65001 bgp router-id 10.1.0.1 address-family ipv4 unicast vrf M neighbor 172.16.1.1 remote-as 65000 neighbor 172.16.1.1 password cisco neighbor 172.16.1.1 route-map LOCP in neighbor 172.16.1.5 remote-as 65000 neighbor 172.16.1.5 password cisco neighbor 172.16.1.5 route-map LOCP in neighbor 10.1.0.2 remote-as 65001 neighbor 10.1.0.2 update-source lo 42 neighbor 10.1.0.2 next-hop-self neighbor 10.1.0.2 password cisco redistribute ospf 42 route-map OSPF42-into-BGP aggregate-address 10.1.0.0 255.255.255.0 summary-only exit address-family ipv4 unicast vrf AW neighbor 172.16.1.1 remote-as 65000 neighbor 172.16.1.1 password cisco neighbor 172.16.1.1 route-map ASPP out neighbor 172.16.1.5 remote-as 65000 neighbor 172.16.1.5 password cisco neighbor 172.16.1.5 route-map ASPP out neighbor 10.1.0.2 remote-as 65001 neighbor 10.1.0.2 update-source lo 100 neighbor 10.1.0.2 next-hop-self neighbor 10.1.0.2 password cisco network 192.168.100.0 mask 255.255.254.0 exit address-family ipv6 unicast vrf M neighbor fd10::1 remote-as 65000 neighbor fd10::1 update-source lo 42 neighbor fd10::1 ebgp-multihop 3 neighbor fd10::1 password cisco neighbor fd10::1 route-map LOCP in neighbor fd10::2 remote-as 65000 neighbor fd10::2 update-source lo 42 neighbor fd10::2 ebgp-multihop 3 neighbor fd10::2 password cisco neighbor fd10::2 route-map LOCP in neighbor fd10::b remote-as 65001 neighbor fd10::b update-source lo 42 neighbor fd10::b next-hop-self neighbor fd10::b password cisco redistribute eigrp 42 exit address-family ipv6 unicast vrf AW neighbor fd10::1 remote-as 65000 neighbor fd10::1 update-source lo 100 neighbor fd10::1 ebgp-multihop 3 neighbor fd10::1 password cisco neighbor fd10::1 route-map ASPP out neighbor fd10::2 remote-as 65000 neighbor fd10::2 update-source lo 100 neighbor fd10::2 ebgp-multihop 3 neighbor fd10::2 password cisco neighbor fd10::2 route-map ASPP out neighbor fd10::b remote-as 65001 neighbor fd10::b update-source lo 100 neighbor fd10::b next-hop-self neighbor fd10::b password cisco redistribute eigrp 100 exit ! ! ! BGP into OSPFv2 ! -> Primary VRF M ! -> Secondary VRF AW ! ip prefix-list OSPF permit 10.0.0.0/8 ge 32 ! route-map BGP-into-OSPF permit 10 match ip address prefix-list OSPF ! router ospf 42 vrf M default-information originate metric-type 1 redistribute bgp 65001 metric-type 1 subnets route-map BGP-into-OSPF ! router ospf 100 vrf AW default-information originate redistribute bgp 65001 subnets route-map BGP-into-OSPF ! ! ! BGP into Named EIGRP ! -> Primary VRF M ! -> Secondary VRF AW ! ipv6 prefix-list EIGRP permit fd10::/16 ge 128 ipv6 prefix-list EIGRP permit ::/0 ! route-map BGP-into-EIGRP match ipv6 address prefix EIGRP ! router eigrp EI address-family ipv6 unicast vrf M autonomous-system 42 topology base redistribute bgp 65001 metric 100000 10 255 1 1500 route-map BGP-into-EIGRP exit exit address-family ipv6 unicast vrf AW autonomous-system 100 topology base redistribute bgp 65001 metric 5000 100 255 1 1500 route-map BGP-into-EIGRP exit exit ! end wr !!!!!!!!!!!!!!!!!!!!!!!!!!!!!! ! ! RB ! primary Router -> VRF AW ! conf t ! ! ! eBGP IPv6 Peering via Loopback ! iBGP IPv4 Peering via Loopback ! ipv6 route vrf M fd10::1/128 fa1/1.42 fe80:10::1 ipv6 route vrf AW fd10::1/128 fa1/1.100 fe80:10::1 ipv6 route vrf M fd10::2/128 ser2/1 fe80:10::2 ipv6 route vrf AW fd10::2/128 tun100 fe80:10::2 ! ip route vrf AW 10.1.0.1 255.255.255.255 10.1.166.1 ! ! ! Network fuer VRF AW ! ip route vrf AW 192.168.100.0 255.255.254.0 null 0 ! ! ! OSPF42 INTO BGP ! ip prefix-list BGP permit 10.1.0.0/24 ge 32 le 32 ip prefix-list BGP permit 10.1.42.0/24 ! route-map OSPF42-into-BGP permit 10 match ip address prefix BGP ! ! ! Primary/Secondary Path: AS-PATH PREPEND & Local Preference ! route-map ASPP permit 10 set as-path prepend 65001 65001 ! route-map LOCP permit 10 set local-preference 101 ! ! ! router bgp 65001 bgp router-id 10.1.0.2 address-family ipv4 unicast vrf M neighbor 172.16.2.1 remote-as 65000 neighbor 172.16.2.1 password cisco neighbor 172.16.2.1 route-map ASPP out neighbor 172.16.2.5 remote-as 65000 neighbor 172.16.2.5 password cisco neighbor 172.16.2.5 route-map ASPP out neighbor 10.1.0.1 remote-as 65001 neighbor 10.1.0.1 update-source lo 42 neighbor 10.1.0.1 next-hop-self neighbor 10.1.0.1 password cisco redistribute ospf 42 route-map OSPF42-into-BGP aggregate-address 10.1.0.0 2 255.255.255.0 summary-only exit address-family ipv4 unicast vrf AW neighbor 172.16.2.1 remote-as 65000 neighbor 172.16.2.1 password cisco neighbor 172.16.2.1 route-map LOCP in neighbor 172.16.2.5 remote-as 65000 neighbor 172.16.2.5 password cisco neighbor 172.16.2.5 route-map LOCP in neighbor 10.1.0.1 remote-as 65001 neighbor 10.1.0.1 update-source lo 100 neighbor 10.1.0.1 next-hop-self neighbor 10.1.0.1 password cisco network 192.168.100.0 mask 255.255.254.0 exit address-family ipv6 unicast vrf M neighbor fd10::1 remote-as 65000 neighbor fd10::1 update-source lo 42 neighbor fd10::1 ebgp-multihop 3 neighbor fd10::1 password cisco neighbor fd10::1 route-map ASPP out neighbor fd10::2 remote-as 65000 neighbor fd10::2 update-source lo 42 neighbor fd10::2 ebgp-multihop 3 neighbor fd10::2 password cisco neighbor fd10::2 route-map ASPP out neighbor fd10::a remote-as 65001 neighbor fd10::a update-source lo 42 neighbor fd10::a next-hop-self neighbor fd10::a password cisco redistribute eigrp 42 exit address-family ipv6 unicast vrf AW neighbor fd10::1 remote-as 65000 neighbor fd10::1 update-source lo 100 neighbor fd10::1 ebgp-multihop 3 neighbor fd10::1 password cisco neighbor fd10::2 remote-as 65000 neighbor fd10::2 update-source lo 100 neighbor fd10::2 ebgp-multihop 3 neighbor fd10::2 password cisco neighbor fd10::a remote-as 65001 neighbor fd10::a update-source lo 100 neighbor fd10::a next-hop-self neighbor fd10::a password cisco redistribute eigrp 100 exit ! ! ! BGP into OSPFv2 ! -> Primary VRF AW ! -> Secondary VRF M ! ip prefix-list OSPF permit 10.0.0.0/8 ge 32 ! route-map BGP-into-OSPF permit 10 match ip address prefix-list OSPF ! router ospf 42 vrf M default-information originate redistribute bgp 65001 subnets route-map BGP-into-OSPF ! router ospf 100 vrf AW default-information originate metric-type 1 redistribute bgp 65001 metric-type 1 subnets route-map BGP-into-OSPF ! ! ! BGP into Named EIGRP ! -> Primary VRF AW ! -> Secondary VRF M ! ipv6 prefix-list EIGRP permit fd10::/16 ge 128 ipv6 prefix-list EIGRP permit ::/0 ! route-map BGP-into-EIGRP match ipv6 address prefix EIGRP ! router eigrp EI address-family ipv6 unicast vrf M autonomous-system 42 topology base redistribute bgp 65001 metric 50000 100 255 1 1500 route-map BGP-into-EIGRP exit exit address-family ipv6 unicast vrf AW autonomous-system 100 topology base redistribute bgp 65001 metric 100000 10 255 1 1500 route-map BGP-into-EIGRP exit exit ! end wr