Configuration 2006.04.28.17.36.58.N.13, Device R4!
version 12.3
service timestamps debug uptime
service timestamps log uptime
no service password-encryption
!
hostname R4
!
boot-start-marker
boot-end-marker
!
!
memory-size iomem 15
no aaa new-model
ip subnet-zero
!
!
ip cef
no ip domain lookup
!
ip vrf ToCR1
 rd 1000:1
 route-target export 1000:1
 route-target import 1000:1
!
ip vrf ToR3
 rd 100:1
 route-target export 100:1
 route-target import 100:1
 route-target import 1000:1
!
ip audit po max-events 100
!
!
!
!
!
!
!
!
!
!
!
!
!
! 
!
!
!
interface Loopback0
 ip address 17.80.0.1 255.255.255.0
!
interface Loopback1
 ip address 17.80.2.1 255.255.255.0
!
interface Loopback2
 ip address 17.80.3.1 255.255.255.0
!
interface Loopback99
 ip vrf forwarding ToR3
 ip address 40.1.1.1 255.0.0.0
!
interface FastEthernet0/0
 ip vrf forwarding ToR3
 ip address 17.80.1.2 255.255.255.0
 speed auto
 duplex auto
 no shutdown
!
interface ATM1/0
 ip vrf forwarding ToCR1
 ip address 192.10.32.13 255.255.255.0
 no atm ilmi-keepalive
 pvc 0/72 
  protocol ip 192.10.32.254 broadcast
 !
 no shutdown
!
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 
 no auto-summary
 !
 address-family ipv4 vrf ToR3
 neighbor 17.80.1.1 remote-as 65003
 neighbor 17.80.1.1 activate
 neighbor 17.80.1.1 next-hop-self
 no auto-summary
 no synchronization
 network 17.80.1.0 mask 255.255.255.0
 network 40.0.0.0
 aggregate-address 17.80.0.0 255.255.252.0
 exit-address-family
 !
 address-family ipv4 vrf ToCR1
 neighbor 192.10.32.254 remote-as 1000
 neighbor 192.10.32.254 local-as 13 no-prepend
 neighbor 192.10.32.254 activate
 no auto-summary
 no synchronization
 exit-address-family
!
no ip http server
no ip http secure-server
ip classless
!
!
access-list 1 deny   any
!
route-map Prob1 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