cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
473
Views
0
Helpful
5
Replies

Default BGP Route is not getting Redistribute into EIGRP...

Hi All,

I am in a situation while Redistributing the Default Route from the BGP (External) to EIGRP??? But, I am not getting the default route in the eigrp domain...

Let me know that what i am missing here...

Output,

R1# sh ip route | in 0.0.0.0/0

B* 0.0.0.0/0 [20/0] via xx.xx.xx.xx, 00:11:44

R1#

---------------------

RTR02B2-2454AD1#sh run | b r e

router eigrp 100

redistribute static

redistribute bgp 65089

network 10.13.2.2 0.0.0.0

network *.*.*.* *.*.*.*

no auto-summary

-----------------

Looking for quick response...

Regards,

Mubasher

1 Accepted Solution

Accepted Solutions

rais
Level 7
Level 7

You must provide metrics for EIGRP for this route to be redistributed.

Thanks.

View solution in original post

5 Replies 5

rais
Level 7
Level 7

You must provide metrics for EIGRP for this route to be redistributed.

Thanks.

Thanks Man, it worked with

router eigrp 100

redistribute bgp 65089 metric 1 1 1 1 1

Rate 5

peterlmyers
Level 1
Level 1

Hi Mubasher,

By default you cannot redistribute from BGP into IGP protocols. You need to add the command 'bgp redistribute-internal' under router bgp to make this work.

Cheers

This is true for routes learned via iBGP only. This appears to be the case in question.

A route-map restricting only default route to be redistributed would also help.

Thanks.

carlos.morillo
Level 1
Level 1

Assuming the following:

-These router are connected to a WAN

-RTR02 is the router closer to the default gateway.

-R1 is a far-end router with a local EIGRP network.

If that is the case RTR02 is correctly redistributing 0.0.0.0

at the R1 site; for that route to be re-distributed to the LAN you routing configuration in R1 sould look like:

router eigrp 100

redistribute bgp 65abc

network 10.0.0.0

default-metric 44210 20 255 255 4470

no auto-summary

!

router bgp 65abc

no synchronization

bgp log-neighbor-changes

redistribute eigrp 100

neighbor aaa.bbb.ccc.ddd remote-as xyz

no auto-summary

That metric is a default for a DS/3; for a T1 will be a bit diferent.

--

Carlos

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