upgrade fpd auto version 12.4 service timestamps debug datetime msec service timestamps log datetime msec no service password-encryption ! hostname Router1 ! boot-start-marker boot-end-marker ! logging message-counter syslog ! no aaa new-model ip source-route no ip icmp rate-limit unreachable ip cef ! ! ip vrf CUSTOMER_B rd 64512:200 route-target export 64512:200 route-target import 64512:200 ! ip vrf SUSAN_SARANDON rd 64512:300 route-target export 64512:300 route-target import 64512:300 ! ! ! no ip domain lookup no ipv6 cef ! multilink bundle-name authenticated ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! archive log config hidekeys ! ! ! ! ! ip tcp synwait-time 5 ! ! ! ! interface Loopback0 ip address 50.1.1.1 255.255.255.255 ! interface Loopback100 no ip address ! interface Loopback200 no ip address ! interface Ethernet0/0 no ip address shutdown duplex auto ! interface GigabitEthernet0/0 no ip address shutdown duplex full speed 1000 media-type gbic negotiation auto ! interface FastEthernet1/0 no ip address shutdown duplex auto speed auto ! interface FastEthernet1/1 no ip address shutdown duplex auto speed auto ! interface GigabitEthernet2/0 ip address 50.1.2.1 255.255.255.252 negotiation auto mpls ip ! interface GigabitEthernet3/0 no ip address shutdown negotiation auto ! interface GigabitEthernet4/0 no ip address shutdown negotiation auto ! interface FastEthernet5/0 description WAN link to Customer A ip address 50.1.3.1 255.255.255.252 duplex auto speed auto ! interface FastEthernet5/1 description WAN link to Customer B ip vrf forwarding CUSTOMER_B ip address 192.168.1.1 255.255.255.252 duplex auto speed auto ! interface FastEthernet6/0 description WAN link to Susan Sarandon ip vrf forwarding SUSAN_SARANDON ip address 192.168.1.9 255.255.255.252 duplex auto speed auto ! interface FastEthernet6/1 no ip address shutdown duplex auto speed auto ! router ospf 1 log-adjacency-changes redistribute connected subnets redistribute static subnets network 50.1.1.0 0.0.0.255 area 0 network 50.1.2.0 0.0.0.255 area 0 ! router bgp 64512 no bgp default ipv4-unicast bgp log-neighbor-changes neighbor 50.1.1.2 remote-as 64512 neighbor 50.1.1.2 update-source Loopback0 neighbor 50.1.1.3 remote-as 64512 neighbor 50.1.1.3 update-source Loopback0 ! address-family ipv4 redistribute connected redistribute static redistribute ospf 1 neighbor 50.1.1.2 activate neighbor 50.1.1.2 send-community extended neighbor 50.1.1.3 activate neighbor 50.1.1.3 send-community extended no auto-summary no synchronization exit-address-family ! address-family vpnv4 neighbor 50.1.1.2 activate neighbor 50.1.1.2 send-community extended neighbor 50.1.1.3 activate neighbor 50.1.1.3 send-community extended exit-address-family ! address-family ipv4 vrf SUSAN_SARANDON redistribute connected redistribute static no synchronization exit-address-family ! address-family ipv4 vrf CUSTOMER_B redistribute connected redistribute static no synchronization exit-address-family ! ip forward-protocol nd ip route 50.1.128.0 255.255.255.0 50.1.3.2 ip route vrf CUSTOMER_B 10.1.1.0 255.255.255.0 192.168.1.2 ip route vrf SUSAN_SARANDON 10.1.1.0 255.255.255.0 192.168.1.10 no ip http server no ip http secure-server ! ! ! no cdp log mismatch duplex ! ! ! ! ! ! control-plane ! ! ! ! ! ! ! gatekeeper shutdown ! ! line con 0 exec-timeout 0 0 privilege level 15 logging synchronous stopbits 1 line aux 0 exec-timeout 0 0 privilege level 15 logging synchronous stopbits 1 line vty 0 4 login ! end