! ! Last configuration change at 17:52:59 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-R3 ! boot-start-marker boot-end-marker ! ! no aaa new-model ! ! ! ip source-route ip cef ! ! ip vrf VPN001_RED rd 100:600 route-target export 100:1100 route-target import 100:1100 ! ip vrf VPN002_BLUE rd 100:800 route-target export 100:2100 route-target import 100:2100 ! ! ! no ipv6 cef ! multilink bundle-name authenticated no mpls ip propagate-ttl ! ! ! ! ! ! ! ! ! redundancy ! ! ! ! ! ! ! ! ! ! interface Loopback0 ip address 10.10.10.3 255.255.255.255 ! ! interface FastEthernet0/0 ip address 192.168.13.3 255.255.255.0 duplex auto speed auto mpls ip ! ! interface FastEthernet0/1 description To:R6 ip vrf forwarding VPN001_RED ip address 192.168.200.3 255.255.255.0 duplex auto speed auto ! ! interface Serial1/0 ip address 192.168.23.3 255.255.255.0 mpls ip serial restart-delay 0 ! ! interface Serial1/1 ip address 192.168.34.3 255.255.255.0 mpls ip serial restart-delay 0 ! ! interface Serial1/2 description To:R8 ip vrf forwarding VPN002_BLUE ip address 192.168.200.3 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.3 log-adjacency-changes network 10.10.10.0 0.0.0.255 area 0 network 192.168.13.0 0.0.0.255 area 0 network 192.168.23.0 0.0.0.255 area 0 network 192.168.34.0 0.0.0.255 area 0 ! router bgp 100 no bgp default ipv4-unicast bgp log-neighbor-changes neighbor 10.10.10.1 remote-as 100 neighbor 10.10.10.1 update-source Loopback0 ! address-family ipv4 no synchronization no auto-summary exit-address-family ! address-family vpnv4 neighbor 10.10.10.1 activate neighbor 10.10.10.1 send-community both 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.6 255.255.255.255 192.168.200.6 ip route vrf VPN001_RED 10.10.10.22 255.255.255.255 192.168.200.6 ip route vrf VPN002_BLUE 10.10.10.8 255.255.255.255 Serial1/2 ip route vrf VPN002_BLUE 10.10.10.22 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