! version 15.4 service timestamps debug datetime msec service timestamps log datetime msec no service password-encryption ! hostname PE02 ! boot-start-marker boot-end-marker ! aqm-register-fnf ! vrf definition VPN-10 rd 10:10 ! address-family ipv4 route-target export 10:10 route-target import 10:10 exit-address-family ! vrf definition VPN-20 rd 20:20 ! address-family ipv4 route-target export 20:20 route-target import 20:20 exit-address-family ! ! no aaa new-model clock timezone EET 2 0 mmi polling-interval 60 no mmi auto-configure no mmi pvc mmi snmp-timeout 180 ! ! ! ! ! ! ! ! ! ! ! ! no ip domain lookup ip cef no ipv6 cef ! multilink bundle-name authenticated mpls label range 4000 4999 mpls label protocol ldp ! ! ! ! ! ! ! ! ! redundancy ! ! pseudowire-class ETH-2-PPP encapsulation mpls interworking ip ! ! ! ! ! ! ! ! ! ! ! ! ! ! interface Loopback0 ip address 4.4.4.4 255.255.255.255 ip router isis ! interface Ethernet0/0 vrf forwarding VPN-10 ip address 192.168.112.4 255.255.255.0 ! interface Ethernet0/1 vrf forwarding VPN-20 ip address 192.168.122.4 255.255.255.0 ! interface Ethernet0/2 ip address 192.168.210.4 255.255.255.0 ip router isis mpls ip ! interface Ethernet0/3 ip address 192.168.220.4 255.255.255.0 ip router isis mpls ip ! interface Ethernet1/0 no ip address xconnect 1.1.1.1 40 encapsulation mpls ! interface Ethernet1/1 no ip address xconnect 1.1.1.1 30 encapsulation mpls pw-class ETH-2-PPP ! interface Ethernet1/2 no ip address shutdown ! interface Ethernet1/3 no ip address shutdown ! ! router eigrp CISCO ! address-family ipv4 unicast vrf VPN-10 autonomous-system 10 ! topology base redistribute bgp 1453 metric 10000 10 255 1 1500 exit-af-topology network 192.168.112.4 0.0.0.0 exit-address-family ! router isis net 49.0001.0004.0004.0004.00 metric-style wide ! router bgp 1453 bgp router-id 4.4.4.4 bgp log-neighbor-changes no bgp default ipv4-unicast neighbor 99.99.99.99 remote-as 1453 neighbor 99.99.99.99 update-source Loopback0 ! address-family ipv4 redistribute eigrp 10 route-map INTERLINK-DENY neighbor 99.99.99.99 activate exit-address-family ! address-family vpnv4 neighbor 99.99.99.99 activate neighbor 99.99.99.99 send-community extended exit-address-family ! address-family ipv4 vrf VPN-10 redistribute eigrp 10 route-map INTERLINK-DENY exit-address-family ! address-family ipv4 vrf VPN-20 neighbor 192.168.122.22 remote-as 65000 neighbor 192.168.122.22 activate exit-address-family ! ip forward-protocol nd ! ! no ip http server no ip http secure-server ! ! ip prefix-list VPN-10-LINK seq 5 permit 192.168.112.0/24 ! ip prefix-list VPN-20-LINK seq 5 permit 192.168.122.0/24 ! route-map INTERLINK-DENY deny 10 match ip address prefix-list VPN-10-LINK VPN-20-LINK ! route-map INTERLINK-DENY permit 20 ! ! mpls ldp router-id Loopback0 ! control-plane ! ! ! ! ! ! ! ! line con 0 exec-timeout 0 0 privilege level 15 logging synchronous login line aux 0 line vty 0 4 login transport input none ! ! end