Dear
I made the following connection. All router "show ip route" can see all routing table. I can ping from RouterC to RouterA, but I CANNOT ping from RouterA to RouterC. RouterB can ping both RouterA and C. Would you tell me how to solve the issue?
RouterA <<---- BGP ---->> RouterB <<---- EIGRP ---->> RouterC
(RouterA)
router bgp 8
no synchronization
bgp log-neighbor-changes
network 10.88.0.0 mask 255.255.0.0
neighbor 9.9.9.9 remote-as 9
no auto-summary
----------------
(RouterB)
router eigrp 1
redistribute bgp 9 metric 100 1 255 1 1500
network 10.89.0.0 0.0.255.255
network 10.48.0.0 0.0.255.255
auto-summary
!
router bgp 9
no synchronization
bgp log-neighbor-changes
network 10.89.0.0 mask 255.255.255.0
redistribute connected
redistribute static
redistribute eigrp 1
neighbor 8.8.8.8 remote-as 8
no auto-summary
-----------------
(RouterC)
router eigrp 1
network 10.35.0.0 0.0.255.255
network 10.48.0.0 0.0.255.255
no auto-summary