! version 12.3 service timestamps debug datetime msec service timestamps log datetime service password-encryption ! hostname PE1 ! boot-start-marker boot-end-marker ! ! no aaa new-model ! resource policy ! memory-size iomem 5 ip subnet-zero ! ! ip cef no ip domain lookup no ip dhcp use vrf connected ! ! ip vrf customer1 rd 99:100 export map management route-target export 99:100 route-target import 99:100 route-target import 99:99 ! ip vrf customer2 rd 99:101 export map management route-target export 99:101 route-target import 99:101 route-target import 99:99 ! ip vrf management rd 99:99 route-target export 99:99 route-target import 99:99 route-target import 99:98 ! ip vrf mangement ! no ip ips deny-action ips-interface ! mpls label protocol ldp no ftp-server write-enable ! ! ! ! ! ! ! ! ! ! ! ! ! ! no crypto isakmp ccm ! ! ! ! interface Loopback0 ip address 99.12.1.1 255.255.255.255 ip router isis ! interface FastEthernet0/0 description PE2 ip address 99.12.13.1 255.255.255.252 ip router isis duplex auto speed auto tag-switching ip ! interface FastEthernet1/0 description customer1:CE1 ip vrf forwarding customer1 ip address 192.168.1.2 255.255.255.252 duplex auto speed auto ! interface FastEthernet2/0 description MGMT ip vrf forwarding management ip address 10.10.1.2 255.255.255.252 duplex auto speed auto ! interface Ethernet3/0 description Customer2: CE3 ip vrf forwarding customer2 ip address 192.168.0.1 255.255.255.252 ip ospf priority 20 half-duplex ! interface Ethernet3/1 no ip address shutdown half-duplex ! interface Ethernet3/1 no ip address shutdown half-duplex ! interface Ethernet3/2 no ip address shutdown half-duplex ! interface Ethernet3/3 no ip address shutdown half-duplex ! router ospf 100 vrf customer1 log-adjacency-changes area 0 sham-link 192.168.1.2 192.168.1.6 redistribute bgp 99 subnets network 192.168.1.0 0.0.0.3 area 0 default-information originate ! router ospf 101 vrf customer2 router-id 0.0.101.1 log-adjacency-changes area 0 sham-link 192.168.0.1 192.168.0.5 redistribute bgp 99 subnets network 192.168.0.0 0.0.0.3 area 0 ! router isis net 49.0001.cc00.1c3c.0000.00 ! router bgp 99 no bgp default ipv4-unicast bgp log-neighbor-changes neighbor 99.12.1.2 remote-as 99 neighbor 99.12.1.2 update-source Loopback0 ! address-family ipv4 neighbor 99.12.1.2 activate neighbor 99.12.1.2 next-hop-self no auto-summary no synchronization exit-address-family ! address-family vpnv4 neighbor 99.12.1.2 activate neighbor 99.12.1.2 send-community extended exit-address-family ! address-family ipv4 vrf management redistribute connected no auto-summary no synchronization exit-address-family ! address-family ipv4 vrf customer2 redistribute ospf 101 vrf customer2 no auto-summary no synchronization exit-address-family ! address-family ipv4 vrf customer1 redistribute ospf 100 vrf customer1 no auto-summary no synchronization exit-address-family ! address-family ipv4 vrf customer1 redistribute ospf 100 vrf customer1 no auto-summary no synchronization exit-address-family ! ! ip http server no ip http secure-server ip classless ! ! ! ip access-list standard management permit 172.16.1.0 0.0.0.255 ip access-list standard managementhost permit 172.16.1.1 ! route-map management permit 10 match ip address management set extcommunity rt 99:98 additive ! ! ! control-plane ! ! ! ! ! ! ! ! ! ! line con 0 line aux 0 line vty 0 4 login ! ! end