cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
633
Views
5
Helpful
2
Replies

Cannot Redistribute BGP into EIGRP

mnlatif
Level 3
Level 3

Hi,

Trying to re-distribute BGP into EIGRP with no luck.

+++++++++++++++++

router eigrp 2

redistribute bgp 64520 metric 3000 1 1 1 1

network 10.63.253.0 0.0.0.255

no auto-summary

!

router bgp 64520

no synchronization

bgp log-neighbor-changes

neighbor 10.3.254.33 remote-as 64520

no auto-summary

sfsl-router-vpn#show ip bgp

BGP table version is 5, local router ID is 10.63.253.3

Status codes: s suppressed, d damped, h history, * valid, > best, i - internal,

r RIB-failure, S Stale

Origin codes: i - IGP, e - EGP, ? - incomplete

Network Next Hop Metric LocPrf Weight Path

*>i10.3.0.0/16 10.3.254.33 30720 100 0 i

show ip route bgp

10.0.0.0/8 is variably subnetted, 8 subnets, 5 masks

B 10.3.0.0/16 [200/30720] via 10.3.254.33, 00:28:27

sfsl-router-vpn#show ip eigrp topology

IP-EIGRP Topology Table for AS(2)/ID(10.63.253.3)

Codes: P - Passive, A - Active, U - Update, Q - Query, R - Reply,

r - reply Status, s - sia Status

P 10.63.253.134/32, 1 successors, FD is 297372416

via 10.63.253.126 (297372416/128256), Tunnel3

P 10.63.253.0/25, 1 successors, FD is 297244416

via Connected, Tunnel3

++++++++++++++++++++++++++

Am i missing something here ?

1 Accepted Solution

Accepted Solutions

Richard Burts
Hall of Fame
Hall of Fame

Muhammad

What you are missing is that by default routes learned by IBGP do not redistribute into an Interior routing protocol like EIGRP. So this is the cause of your problem.

You can use the command bgp redistribute-internal under the bgp process to change this behavior. It should allow the redistribution of the BGP routes into EIGRP.

HTH

Rick

HTH

Rick

View solution in original post

2 Replies 2

Richard Burts
Hall of Fame
Hall of Fame

Muhammad

What you are missing is that by default routes learned by IBGP do not redistribute into an Interior routing protocol like EIGRP. So this is the cause of your problem.

You can use the command bgp redistribute-internal under the bgp process to change this behavior. It should allow the redistribution of the BGP routes into EIGRP.

HTH

Rick

HTH

Rick

Muhammad

I am glad that my answer was helpful. Thank you for using the rating system to indicate that your issue was resolved (and thanks for the rating). It makes the forum more useful when people can read about an issue and can know that they will read a response which did resolve the issue.

The forum is an excellent place to learn about Cisco networking. I encourage you to continue your participation in the forum.

HTH

Rick

HTH

Rick
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:

Review Cisco Networking products for a $25 gift card