R4#sh run | b bgp
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 R3
 neighbor 17.80.1.1 remote-as 65003
 neighbor 17.80.1.1 activate
 neighbor 17.80.1.1 next-hop-self
 neighbor 17.80.1.1 route-map Prob1 in
 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.254.0
 exit-address-family
 !
 address-family ipv4 vrf CR1
 neighbor 192.10.32.254 remote-as 1000
 neighbor 192.10.32.254 local-as 14 no-prepend
 neighbor 192.10.32.254 activate
 no auto-summary
 no synchronization
 exit-address-family
!