! upgrade fpd auto version 12.4 service timestamps debug datetime service timestamps log datetime service password-encryption ! hostname EXT_PE_RRC ! boot-start-marker boot-end-marker ! enable secret 5 $1$SMe4$gWNlLlrCm8c9Sn67GiWTz/ ! no aaa new-model ip cef ! ! ! ! no ip domain lookup ! multilink bundle-name authenticated ! ! ! ! ! ! ! ! ! ! ! ! ! ! archive log config hidekeys ! ! ! ! ! ! ! ! interface Loopback0 description MANAGEMENT IP ip address 172.19.255.6 255.255.255.255 ! interface FastEthernet0/0 no ip address shutdown duplex half ! interface FastEthernet1/0 description IC to Core_RR1 fa1/1 ip address 172.19.254.14 255.255.255.252 ip summary-address eigrp 65001 172.19.253.0 255.255.255.0 5 duplex full speed 100 ! interface FastEthernet1/1 description IC to Core_RR2 fa1/1 ip address 172.19.254.18 255.255.255.252 ip summary-address eigrp 65001 172.19.253.0 255.255.255.0 5 duplex full speed 100 ! interface FastEthernet2/0 description EXTERNAL IC to EXT_PE fa0/0 ip address 172.19.253.1 255.255.255.252 duplex full speed 100 ! interface FastEthernet2/1 no ip address shutdown duplex auto speed auto ! interface FastEthernet3/0 no ip address shutdown duplex auto speed auto ! interface FastEthernet3/1 no ip address shutdown duplex auto speed auto ! router eigrp 65001 redistribute connected passive-interface FastEthernet2/0 network 172.19.254.12 0.0.0.3 network 172.19.254.16 0.0.0.3 no auto-summary eigrp router-id 172.19.255.6 ! router bgp 65001 no synchronization bgp router-id 172.19.255.6 bgp log-neighbor-changes neighbor 172.19.253.2 remote-as 65002 neighbor 172.19.253.2 next-hop-self neighbor 172.19.253.2 send-community neighbor 172.19.253.2 soft-reconfiguration inbound neighbor 172.19.253.2 route-map COLORIZE_IN in neighbor 172.19.253.2 filter-list 2 in neighbor 172.19.253.2 route-map STRIP_COLORS_OUT out neighbor 172.19.253.2 filter-list 1 out neighbor 172.19.255.1 remote-as 65001 neighbor 172.19.255.1 description Core_RR1 neighbor 172.19.255.1 update-source Loopback0 neighbor 172.19.255.1 next-hop-self neighbor 172.19.255.1 send-community neighbor 172.19.255.1 soft-reconfiguration inbound neighbor 172.19.255.2 remote-as 65001 neighbor 172.19.255.2 description Core_RR2 neighbor 172.19.255.2 update-source Loopback0 neighbor 172.19.255.2 next-hop-self neighbor 172.19.255.2 send-community neighbor 172.19.255.2 soft-reconfiguration inbound no auto-summary ! ip forward-protocol nd no ip http server no ip http secure-server ! ip bgp-community new-format ip as-path access-list 1 deny 65002 ip as-path access-list 1 permit ^(65001_)*(_[0-9]+)*$ ip as-path access-list 1 deny .* ip as-path access-list 2 deny _(_[0-9]+)_\1_\1_\1_\1_\1_\1_\1_\1_\1_ ip as-path access-list 2 permit ^(65002_)+(_[0-9]+)*$ ip as-path access-list 2 deny .* ip as-path access-list 3 permit ^(65002_)+([0-9]+)+$ ip as-path access-list 3 deny .* ! ! ! ip prefix-list EXT_PE seq 5 permit 172.0.0.0/8 ge 14 le 16 logging alarm informational ! ! route-map COLORIZE_IN permit 10 match ip address prefix-list EXT_PE set community 65002:1000 ! route-map COLORIZE_IN permit 20 match as-path 3 set community 65002:2000 additive ! route-map COLORIZE_IN deny 300 ! route-map STRIP_COLORS_OUT permit 10 set community none ! ! ! control-plane ! ! ! ! ! ! gatekeeper shutdown ! ! line con 0 stopbits 1 line aux 0 stopbits 1 line vty 0 4 password 7 00071A150754 login line vty 5 15 password 7 00071A150754 login ! ! end