! version 12.3 service timestamps debug datetime msec service timestamps log datetime msec no service password-encryption ! hostname R7 ! boot-start-marker boot-end-marker ! ! no network-clock-participate slot 1 no network-clock-participate wic 0 no aaa new-model ip subnet-zero ! ! ! ip cef no ip domain lookup ip vrf AS107 rd 107:1 route-target export 107:1 route-target import 107:1 ! ip vrf AS207 rd 207:1 route-target export 207:1 route-target import 207:1 ! ip vrf AS307 rd 307:1 route-target export 307:1 route-target import 307:1 ! ip audit po max-events 100 ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! interface Loopback107 description Routes for AS107 ip vrf forwarding AS107 ip address 192.168.11.1 255.255.255.0 secondary ip address 192.168.12.1 255.255.255.0 secondary ip address 192.168.13.1 255.255.255.0 secondary ip address 192.168.14.1 255.255.255.0 secondary ip address 192.168.10.1 255.255.255.0 ! interface Loopback207 description Routes for AS207 ip vrf forwarding AS207 ip address 192.168.21.1 255.255.255.0 secondary ip address 192.168.22.1 255.255.255.0 secondary ip address 192.168.23.1 255.255.255.0 secondary ip address 192.168.24.1 255.255.255.0 secondary ip address 192.168.20.1 255.255.255.0 ! interface Loopback307 description Routes for AS307 ip vrf forwarding AS307 ip address 192.168.31.1 255.255.255.0 secondary ip address 192.168.32.1 255.255.255.0 secondary ip address 192.168.33.1 255.255.255.0 secondary ip address 192.168.34.1 255.255.255.0 secondary ip address 192.168.30.1 255.255.255.0 ! interface FastEthernet0/0 no ip address speed auto duplex auto no shutdown ! interface FastEthernet0/0.30 encapsulation dot1Q 30 ip vrf forwarding AS107 ip address 17.80.1.7 255.255.255.0 no snmp trap link-status no shutdown ! interface FastEthernet0/0.75 encapsulation dot1Q 75 ip vrf forwarding AS207 ip address 75.75.75.7 255.255.255.0 no snmp trap link-status no shutdown ! interface FastEthernet0/0.76 encapsulation dot1Q 76 ip vrf forwarding AS307 ip address 76.76.76.7 255.255.255.0 no snmp trap link-status no shutdown ! interface BRI0/0 no ip address shutdown ! interface FastEthernet0/1 no ip address shutdown speed auto duplex auto ! interface Serial1/0 no ip address shutdown ! interface Serial1/1 no ip address shutdown ! interface Serial1/2 no ip address shutdown ! interface Serial1/3 no ip address shutdown ! interface Serial1/4 no ip address shutdown ! interface Serial1/5 no ip address shutdown ! interface Serial1/6 no ip address shutdown ! interface Serial1/7 no ip address shutdown ! router bgp 107 no synchronization bgp router-id 7.7.7.7 bgp log-neighbor-changes no auto-summary ! address-family ipv4 vrf AS307 neighbor 76.76.76.6 remote-as 300 neighbor 76.76.76.6 local-as 307 no-prepend neighbor 76.76.76.6 activate no auto-summary no synchronization network 192.168.30.0 network 192.168.31.0 network 192.168.32.0 network 192.168.33.0 network 192.168.34.0 exit-address-family ! address-family ipv4 vrf AS207 neighbor 75.75.75.5 remote-as 200 neighbor 75.75.75.5 local-as 207 no-prepend neighbor 75.75.75.5 activate no auto-summary no synchronization network 192.168.20.0 network 192.168.21.0 network 192.168.22.0 network 192.168.23.0 network 192.168.24.0 exit-address-family ! address-family ipv4 vrf AS107 neighbor 17.80.1.1 remote-as 100 neighbor 17.80.1.1 activate neighbor 17.80.1.2 remote-as 100 neighbor 17.80.1.2 activate no auto-summary no synchronization network 192.168.10.0 network 192.168.11.0 network 192.168.12.0 network 192.168.13.0 network 192.168.14.0 exit-address-family ! ip classless ! no ip http server no ip http secure-server ! ! ! ! ! ! ! dial-peer cor custom ! ! ! ! ! line con 0 exec-timeout 0 0 logging synchronous line aux 0 line vty 0 4 privilege level 15 no login ! ! end