Configuration 2006.08.04.18.01.40.N.14, Device R2!
version 12.3
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname R2
!
boot-start-marker
boot-end-marker
!
!
memory-size iomem 10
no network-clock-participate slot 1 
no network-clock-participate wic 0 
no aaa new-model
ip subnet-zero
!
!
!
ip cef
no ip domain lookup
ip audit po max-events 100
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
! 
!
!
!
!
interface Loopback99
 ip address 20.1.1.1 255.0.0.0
!
interface FastEthernet0/0
 no ip address
 shutdown
 speed auto
 duplex auto
!
interface BRI0/0
 no ip address
 shutdown
!
interface FastEthernet0/1
 ip address 208.28.1.129 255.255.255.224
 speed auto
 duplex auto
 no shutdown
!
interface Serial1/0
 ip address 180.40.7.65 255.255.255.224
 encapsulation frame-relay
 no fair-queue
 frame-relay map ip 180.40.7.66 201 broadcast
 no frame-relay inverse-arp
 no shutdown
!
interface Serial1/1
 ip address 180.40.7.129 255.255.255.224
 no shutdown
!
interface Serial1/2
 bandwidth 128
 ip address 180.40.7.2 255.255.255.224
 clock rate 64000
 no shutdown
!
interface Serial1/3
 bandwidth 768
 ip address 180.40.7.34 255.255.255.224
 clock rate 128000
 no shutdown
!
interface Serial1/4
 no ip address
 shutdown
!
interface Serial1/5
 no ip address
 shutdown
!
interface Serial1/6
 no ip address
 shutdown
!
interface Serial1/7
 no ip address
 shutdown
!
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
 bgp dmzlink-bw
 network 20.0.0.0
 network 180.40.7.0 mask 255.255.255.224
 network 180.40.7.32 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.3 send-community both
 neighbor 180.40.7.3 route-map ToR3 in
 neighbor 180.40.7.3 dmzlink-bw
 neighbor 180.40.7.33 remote-as 65003
 neighbor 180.40.7.33 send-community both
 neighbor 180.40.7.33 route-map ToR3 in
 neighbor 180.40.7.33 dmzlink-bw
 neighbor 180.40.7.66 remote-as 300
 neighbor 180.40.7.66 distribute-list Prob9 out
 neighbor 180.40.7.66 route-map Prob3100 in
 neighbor 180.40.7.130 remote-as 300
 neighbor 180.40.7.130 route-map Prob3101 in
 neighbor 208.28.1.130 remote-as 200
 neighbor 208.28.1.130 route-map Prob2 in
 no auto-summary
!
ip classless
!
ip as-path access-list 1 permit _200$
no ip http server
no ip http secure-server
!
ip access-list extended Prob9
 deny   ip 17.80.1.0 0.0.0.255 255.255.255.0 0.0.0.255
 permit ip any any
!
!
ip prefix-list Prob3100 seq 5 permit 17.57.100.0/24
!
ip prefix-list Prob3101 seq 5 permit 17.57.101.0/24
!
route-map Prob2 permit 10
 match as-path 1
 set local-preference 99
!
route-map Prob2 permit 20
!
route-map Prob3101 permit 10
 match ip address prefix-list Prob3101
 set weight 2222
!
route-map Prob3101 permit 20
!
route-map Prob3100 permit 10
 match ip address prefix-list Prob3100
 set weight 1111
!
route-map Prob3100 permit 20
!
route-map ToR3 permit 10
 set ip next-hop peer-address
!
!
!
!
!
!
dial-peer cor custom
!
!
!
!
!
line con 0
 exec-timeout 0 0
 logging synchronous
line aux 0
line vty 0 4
 login
!
!
end