cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
411
Views
0
Helpful
1
Replies

BGP and EIGRP Mutual Redistribution

alan-wong
Level 1
Level 1

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

1 Reply 1

alan-wong
Level 1
Level 1

Hi All, I all below in Router A to solve the issue.  Just in case someone need for reference like me

network router bgp 1

neighbor 9.9.9.9 default-originate

default-information originate