R2#sh run | b router
router bgp 65002
 no synchronization
 bgp router-id 2.2.2.2
 bgp log-neighbor-changes
 bgp confederation identifier 100
 bgp confederation peers 65003 65004
 bgp bestpath med missing-as-worst
 network 2.2.2.2 mask 255.255.255.255
 network 180.40.7.0 mask 255.255.255.224
 neighbor 180.40.7.3 remote-as 65003
 neighbor 180.40.7.3 next-hop-self
 neighbor 180.40.7.66 remote-as 300
 neighbor 180.40.7.66 route-map Prob3a in
 neighbor 180.40.7.130 remote-as 300
 neighbor 180.40.7.130 route-map Prob3b in
 neighbor 208.28.1.130 remote-as 200
 neighbor 208.28.1.130 route-map Prob2 in
 no auto-summary
!
no ip http server
no ip http secure-server
ip classless
!

R2#
RACK16AS>3
[Resuming connection 3 to r3 ... ]

*Mar
R3#sh run | b router
router bgp 65003
 no synchronization
 bgp router-id 3.3.3.3
 bgp log-neighbor-changes
 bgp confederation identifier 100
 bgp confederation peers 65002 65004
 bgp bestpath med missing-as-worst
 network 3.3.3.3 mask 255.255.255.255
 neighbor 17.80.1.2 remote-as 65004
 neighbor 17.80.1.2 next-hop-self
 neighbor 180.40.7.2 remote-as 65002
 neighbor 180.40.7.2 next-hop-self
 neighbor 208.28.1.1 remote-as 300
 neighbor 208.28.1.1 prefix-list Prob8 out
 no auto-summary
!
no ip http server
no ip http secure-server
ip classless
!
!
!
ip prefix-list Prob8 seq 5 deny 17.80.0.0/20 ge 21
ip prefix-list Prob8 seq 10 permit 0.0.0.0/0 le 32
!
!
!
call rsvp-sync
!
!
mgcp profile default
!
!
!
dial-peer cor custom
!
!
!
!
!
line con 0
 exec-timeout 0 0
 logging synchronous
line aux 0
line vty 0 4
 login

R3#
RACK16AS>4
[Resuming connection 4 to r4 ... ]

1
R4#sh run | b router
router bgp 65004
 no synchronization
 bgp router-id 4.4.4.4
 bgp log-neighbor-changes
 bgp confederation identifier 100
 bgp confederation peers 65002 65003
 bgp bestpath med missing-as-worst
 network 4.4.4.4 mask 255.255.255.255
 network 17.80.0.0 mask 255.255.255.0
 network 17.80.1.0 mask 255.255.255.0
 network 17.80.2.0 mask 255.255.255.0
 network 17.80.3.0 mask 255.255.255.0
 aggregate-address 17.80.0.0 255.255.240.0
 neighbor 17.80.1.1 remote-as 65003
 neighbor 17.80.1.1 next-hop-self
 neighbor 192.10.32.254 remote-as 1000
 neighbor 192.10.32.254 local-as 16
 no auto-summary
!
no ip http server
ip classless
!
!
!
!
route-map Peer permit 10
 set ip next-hop peer-address
!