! version 12.4 service timestamps debug datetime service timestamps log datetime service password-encryption ! hostname 1PE1_RRC ! boot-start-marker boot-end-marker ! enable secret 5 $1$lpt.$gH1RhCAjyPUmWMg8F5foi1 ! no aaa new-model memory-size iomem 5 ip cef ! ! ! ! no ip domain lookup multilink bundle-name authenticated ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! archive log config hidekeys ! ! ! ! ! ! interface Loopback0 description MANAGEMENT IP ip address 172.19.255.5 255.255.255.255 ! interface FastEthernet0/0 description IC to POP1_RRCS fa2/0 ip address 172.19.1.10 255.255.255.252 speed 100 full-duplex ! interface FastEthernet0/1 description IC to CE1_1 fa0/0 ip address 172.19.1.1 255.255.255.252 speed 100 full-duplex ! router eigrp 65001 redistribute connected passive-interface FastEthernet0/1 network 172.19.1.0 0.0.0.3 network 172.19.1.8 0.0.0.3 no auto-summary eigrp router-id 172.19.255.5 ! router bgp 65001 no synchronization bgp router-id 172.19.255.5 bgp log-neighbor-changes neighbor 172.19.1.2 remote-as 65101 neighbor 172.19.1.2 next-hop-self neighbor 172.19.1.2 send-community neighbor 172.19.1.2 soft-reconfiguration inbound neighbor 172.19.1.2 prefix-list CE1_1 in neighbor 172.19.1.2 route-map COLORIZE_IN in neighbor 172.19.1.2 filter-list 2 in neighbor 172.19.1.2 route-map STRIP_COLORS_OUT out neighbor 172.19.1.2 filter-list 1 out neighbor 172.19.255.3 remote-as 65001 neighbor 172.19.255.3 update-source Loopback0 neighbor 172.19.255.3 next-hop-self neighbor 172.19.255.3 send-community neighbor 172.19.255.3 soft-reconfiguration inbound no auto-summary ! ip forward-protocol nd ! ip bgp-community new-format ip as-path access-list 1 deny 65101 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 ^(65101_)+$ ip as-path access-list 2 deny .* ! ip http server no ip http secure-server ! ! ip prefix-list CE1_1 seq 5 permit 172.17.0.0/16 le 21 route-map COLORIZE_IN permit 10 match ip address prefix-list CE1_1 set community 65101:1000 ! route-map COLORIZE_IN deny 300 ! route-map STRIP_COLORS_OUT permit 10 set community none ! ! ! ! control-plane ! ! ! ! ! ! ! ! ! line con 0 line aux 0 line vty 0 4 password 7 045802150C2E login line vty 5 15 password 7 045802150C2E login ! ! end