! version 12.4 service timestamps debug datetime service timestamps log datetime service password-encryption ! hostname 1PE2_RRC ! boot-start-marker boot-end-marker ! enable secret 5 $1$YSvn$dvaB11/5gHLHsd6pByUAm0 ! 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.4 255.255.255.255 ! interface FastEthernet0/0 description IC to POP1_RRCS fa2/1 ip address 172.19.1.14 255.255.255.252 speed 100 full-duplex ! interface FastEthernet0/1 description EXTERNAL IC to CE2_1 fa0/0 ip address 172.19.1.5 255.255.255.252 speed 100 full-duplex ! router eigrp 65001 redistribute connected passive-interface FastEthernet0/1 network 172.19.1.4 0.0.0.3 network 172.19.1.12 0.0.0.3 no auto-summary eigrp router-id 172.19.255.4 ! router bgp 65001 no synchronization bgp router-id 172.19.255.4 bgp log-neighbor-changes neighbor 172.19.1.6 remote-as 65201 neighbor 172.19.1.6 next-hop-self neighbor 172.19.1.6 send-community neighbor 172.19.1.6 soft-reconfiguration inbound neighbor 172.19.1.6 prefix-list CE2_1 in neighbor 172.19.1.6 route-map COLORIZE_IN in neighbor 172.19.1.6 filter-list 2 in neighbor 172.19.1.6 route-map STRIP_COLORS_OUT out neighbor 172.19.1.6 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 65201 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 ^(65201_)+$ ip as-path access-list 2 deny .* ! ip http server no ip http secure-server ! ! ip prefix-list CE2_1 seq 5 permit 172.18.0.0/16 le 21 route-map COLORIZE_IN permit 10 match ip address prefix-list CE2_1 set community 65201: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 104D000A0618 login line vty 5 15 password 7 104D000A0618 login ! ! end