05-04-2006 04:23 AM - edited 03-03-2019 12:36 PM
We are in the process of implementing a vendor supplied MPLS WAN which uses BGP between the CE and PE routers. We are using EIGRP on the current Frame-Rely LAN\WAN
i cannot get BGP route into EIGRP in router C
eg
Router A
router eigrp 123
redistribute bgp 45678 metric 2048 1000 255 1 1500 route-map redistibute_bgp_eigrp_next_hop
network x.x.x.x
no auto-summary
!
router bgp 45678
no synchronization
bgp log-neighbor-changes
network x.x.x.x mask 255.255.255.0
redistribute eigrp 123 route-map redistribute_eigrp_bgp
neighbor x.x.x.x remote-as xxxxx
no auto-summary
!
router c
router eigrp 123
network x.x.x.x
no auto-summary
05-04-2006 05:44 AM
Hi,
Based on the above configurations there is nothing wrong but could you provide us with the route-maps lines even the ourput from the show route-map redistibute_bgp_eigrp_next_hop.
Best Regards,
Mounir Mohamed
05-04-2006 05:48 AM
Note: My request based on there is redistibution has been done well and the bgp route shown on the show ip route eigrp in router-A
05-04-2006 04:48 PM
hello,
Can you add this under your bgp process :
!
router bgp 45678
bgp redistribute-internal
!
and let me know.
05-08-2006 12:38 AM
Have you checked that the redistributed route is sitting in the EIGRP topology table on router A? Just cos its in the route table doesn't man its in the topology table. If not, you can't expect C to have it either. If it's in A's topology table but not C's then you may need to restart the EIGRP peering to kick it into life. EIGRP can be funny like that.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide