! ! Last configuration change at 17:48:39 UTC Wed Sep 12 2012 ! upgrade fpd auto version 15.0 service timestamps debug datetime msec service timestamps log datetime msec no service password-encryption ! hostname PE-R1 ! boot-start-marker boot-end-marker ! ! no aaa new-model ! ! ! ip source-route ip cef ! ! ip vrf VPN001_RED rd 100:500 route-target export 100:1100 route-target import 100:1100 ! ip vrf VPN002_BLUE rd 100:700 route-target export 100:2100 route-target import 100:2100 ! ! ! no ip domain lookup no ipv6 cef ! multilink bundle-name authenticated no mpls ip propagate-ttl ! ! ! ! ! ! ! ! ! redundancy ! ! ! ! ! ! ! ! ! ! interface Loopback0 ip address 10.10.10.1 255.255.255.255 ! ! interface FastEthernet0/0 description To:R3 ip address 192.168.13.1 255.255.255.0 shutdown duplex auto speed auto mpls ip ! ! interface FastEthernet0/1 description To:R5 ip vrf forwarding VPN001_RED ip address 192.168.100.1 255.255.255.0 duplex auto speed auto ! ! interface Serial1/0 description To:R4 ip address 192.168.14.1 255.255.255.0 mpls ip no fair-queue serial restart-delay 0 ! ! interface Serial1/1 description To:R2 ip address 192.168.12.1 255.255.255.0 mpls ip serial restart-delay 0 ! ! interface Serial1/2 description To:R7 ip vrf forwarding VPN002_BLUE ip address 192.168.100.1 255.255.255.0 serial restart-delay 0 ! ! interface Serial1/3 no ip address shutdown serial restart-delay 0 ! ! interface Serial1/4 no ip address shutdown serial restart-delay 0 ! ! interface Serial1/5 no ip address shutdown serial restart-delay 0 ! ! interface Serial1/6 no ip address shutdown serial restart-delay 0 ! ! interface Serial1/7 no ip address shutdown serial restart-delay 0 ! ! router ospf 100 router-id 10.10.10.1 log-adjacency-changes network 10.10.10.0 0.0.0.255 area 0 network 192.168.12.0 0.0.0.255 area 0 network 192.168.13.0 0.0.0.255 area 0 network 192.168.14.0 0.0.0.255 area 0 ! router bgp 100 no bgp default ipv4-unicast bgp log-neighbor-changes neighbor 10.10.10.3 remote-as 100 neighbor 10.10.10.3 update-source Loopback0 ! address-family ipv4 no synchronization no auto-summary exit-address-family ! address-family vpnv4 neighbor 10.10.10.3 activate neighbor 10.10.10.3 send-community extended exit-address-family ! address-family ipv4 vrf VPN001_RED no synchronization redistribute connected redistribute static exit-address-family ! address-family ipv4 vrf VPN002_BLUE no synchronization redistribute connected redistribute static exit-address-family ! ip forward-protocol nd no ip http server no ip http secure-server ! ! ip route vrf VPN001_RED 10.10.10.5 255.255.255.255 192.168.100.5 ip route vrf VPN001_RED 10.10.10.11 255.255.255.255 192.168.100.5 ip route vrf VPN002_BLUE 10.10.10.7 255.255.255.255 Serial1/2 ip route vrf VPN002_BLUE 10.10.10.11 255.255.255.255 Serial1/2 ! ! ! ! ! ! ! control-plane ! ! ! mgcp fax t38 ecm mgcp behavior g729-variants static-pt ! ! ! gatekeeper shutdown ! ! line con 0 stopbits 1 line aux 0 stopbits 1 line vty 0 4 login ! end