BGP Confederation Explained

Hi Rene,

I was making my own topology for BGP Confederation, I had divided one AS 2 into two sub AS, 100 and 200 and in each sub AS I had configured route -reflector, the router which is connected to the EBGP on both the Sub As is having an error for

 RIB-failure   RIB-NH Matches
88.1.1.0/24        88.1.1.2            Higher admin distance 

This is for both the Sub AS, can you please tell how I can fix it?

R7:

router ospf 2
 log-adjacency-changes
 network 7.7.7.0 0.0.0.255 area 0
 network 14.1.1.0 0.0.0.255 area 0
!
router bgp 200
 no synchronization
 bgp log-neighbor-changes
 bgp confederation identifier 2
 neighbor 6.6.6.6 remote-as 200
 neighbor 6.6.6.6 update-source Loopback0
 neighbor 6.6.6.6 next-hop-self
 neighbor 88.1.1.2 remote-as 3
 no auto-summary

R8:

R8#sh run | s bgp
router bgp 3
 no synchronization
 bgp log-neighbor-changes
 network 8.8.8.0 mask 255.255.255.0
 network 88.1.1.0 mask 255.255.255.0
 neighbor 88.1.1.1 remote-as 2
 no auto-summary
R8#