cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
574
Views
0
Helpful
3
Replies

Redistribute EIGRP to BGP (Need Assistance)

network_dude
Level 1
Level 1

Hello,

This is my first time trying to redistribute EIGRP routes to BGP. I am using EIGRP in my local network, but would like to redistrubute my routes into BGP to load share our MPLS links. I can't really find any tutorial on the Internet to achieve this. Please take a look at my confiuration and let me know what you think:

MPLS Router1:

router bgp 100

no synchronization

bgp log-neighbor-changes

neighbor 172.1.1.2 remote-as 200

neighbor 172.1.1.2 default-originate

neighbor 172.1.1.5 remote-as 100

neighbor 172.1.1.5 next-hop-self

redistribute eigrp 10

no auto-summary

Core Router:

router eigrp 10

network 10.1.1.0

network 10.1.2.0

network 10.1.3.0

redistribute bgp 100

default-metric 1000 100 250 100 1500

no auto-summary

I must be missing something.

Thank you!

3 Replies 3

nsn-amagruder
Level 5
Level 5

Adding the metric show do the trick. Do you have L3 switches behind the router to verify that the routes are being received?

router eigrp 10

redistribute bgp 100 metric (WAN BW) 200 1 254 1500

network 10.1.x.0 0.0.0.255

If the 10.1.x.0 networks are all connected to the router and connected to the wan, just move the network statements under BGP.

Aaron

NonStop Networks, LLC

Okay, so on my BGP router, I should add the network statements from the core routers eigrp config? Should I then remove the redistribute commands? Do I even need to run eigrp on my core if it's connected directly to the bgp router?

Giuseppe Larosa
Hall of Fame
Hall of Fame

Hello Scott,

I agree with Aaron

BGP can advertise whatever IP prefix is in the routing table if the correct network command is added in router bgp config.

This allows you to avoid two-way mutual redistribution that is potentially dangerous if you do it on multiple routers.

you can use up to 200 network commands under router bgp.

Hope to help

Giuseppe

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community: