hi,
i read through about ORF at http://www.cisco.com/en/US/docs/ios/12_2t/12_2t11/feature/guide/ft11borf.html. From the question, it stated clearly R1 should send only the following prefixes to R4.
my understanding is R1 is only allow to send at ORF command. thus, the configuration shall look like below
Rack1R1# sh run | s router bgp
router bgp 65178
no synchronization
bgp router-id 150.1.1.1
bgp log-neighbor-changes
bgp confederation identifier 100
bgp confederation peers 65026
neighbor 130.1.17.7 remote-as 65178
neighbor 130.1.124.2 remote-as 65026
neighbor 130.1.124.2 capability orf prefix-list send
neighbor 130.1.124.4 remote-as 200
no auto-summary
But why at the solution guide was the other way round?