CE#1 - C3550 interface Loopback123 description Pretend customer local lan ip address 20.0.0.3 255.255.255.0 ! interface FastEthernet0/1 description CE#1 to PE#1 no switchport ip address 11.11.11.2 255.255.255.252 duplex full speed 100 ! router bgp 1001 bgp log-neighbor-changes network 20.0.0.0 mask 255.255.255.0 redistribute connected redistribute static neighbor 11.11.11.1 remote-as 10 neighbor 11.11.11.1 soft-reconfiguration inbound no auto-summary PE#1 - C6503 ! ip vrf Customer1 description This contains Customer #1 routing information rd 1001:10 route-target export 1001:10 route-target import 1001:10 ! ! interface Loopback1 description Loopback 1 ip address 4.0.0.1 255.255.255.255 ! interface GigabitEthernet3/1 description Customer CE#1 Access (CUST1) ip vrf forwarding Customer1 ip address 11.11.11.1 255.255.255.252 no cdp enable ! interface GigabitEthernet3/12 description Backbone Link to 6524 ip address 4.4.0.1 255.255.255.252 speed 1000 duplex full mpls label protocol ldp tag-switching ip ! router bgp 10 bgp log-neighbor-changes neighbor 4.4.0.2 remote-as 10 ! address-family ipv4 redistribute connected redistribute static neighbor 4.4.0.2 activate neighbor 4.4.0.2 route-reflector-client neighbor 4.4.0.2 send-label default-information originate no auto-summary no synchronization exit-address-family ! address-family vpnv4 neighbor 4.4.0.2 activate neighbor 4.4.0.2 send-community extended exit-address-family ! address-family ipv4 vrf Customer2 neighbor 99.99.99.99 remote-as 1002 neighbor 99.99.99.99 activate no auto-summary no synchronization exit-address-family ! address-family ipv4 vrf Customer1 redistribute connected redistribute static neighbor 11.11.11.2 remote-as 1001 neighbor 11.11.11.2 ebgp-multihop 20 neighbor 11.11.11.2 activate neighbor 11.11.11.2 soft-reconfiguration inbound default-information originate no auto-summary no synchronization exit-address-family PE#2 - ME6524 ! ip vrf Customer1 description This contains Customer #1 routing information rd 1001:10 route-target export 1001:10 route-target import 1001:10 ! interface Loopback1 description Loopback 1 ip address 4.0.0.2 255.255.255.255 ! interface GigabitEthernet1/1 description Customer CE#2 Access (CUST2) ip vrf forwarding Customer1 ip address 11.11.12.1 255.255.255.252 ! ! interface GigabitEthernet1/12 description Backbone Link to 6503 ip address 4.4.0.2 255.255.255.252 speed 1000 duplex full mpls label protocol ldp tag-switching ip random-detect ! router bgp 10 bgp log-neighbor-changes neighbor 4.4.0.1 remote-as 10 ! address-family ipv4 redistribute connected redistribute static neighbor 4.4.0.1 activate neighbor 4.4.0.1 route-reflector-client neighbor 4.4.0.1 send-label no auto-summary no synchronization exit-address-family ! address-family vpnv4 neighbor 4.4.0.1 activate neighbor 4.4.0.1 send-community extended exit-address-family ! CE#2 - C3550 interface Loopback100 ip address 30.0.0.3 255.255.255.0 ! interface FastEthernet0/1 description CE#2 to PE#2 no switchport ip address 11.11.12.2 255.255.255.252 ! ! router bgp 1001 bgp log-neighbor-changes neighbor 11.11.12.1 remote-as 10 ! address-family ipv4 redistribute connected redistribute static neighbor 11.11.12.1 activate neighbor 11.11.12.1 soft-reconfiguration inbound no auto-summary no synchronization network 11.11.12.0 mask 255.255.255.252 network 30.0.0.0 mask 255.255.255.0 exit-address-family !