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

Redistributing BGP into RIP

alban.dani
Level 1
Level 1

I am trying to redistribute some bgp routes into rip.

the configuration for the rip proccess is:

router rip

version 2

timers basic 5 17 17 17

redistribute static metric 5

redistribute bgp 20414 metric 5

passive-interface default

no passive-interface Vlan801

network 10.0.0.0

distribute-list 1 out Vlan801

distribute-list 1 in Vlan801

no auto-summary

ip access-list 1

deny 211.211.202.0 0.0.15.255

permit any

The bgp routes that the router learns via bgp do not get redistributed for some reason.

If I put static entries for the same routes then they do.

Why this behaviour?

thank you,

alban

5 Replies 5

tdrais
Level 7
Level 7

Make sure the BGP routes you are tring to redistrubute are EBGP routes. Also be sure the routes are in the routing table. It will not redistribute routes that are only in the bgp internal routing table.

The routes are both in the routing table and BGP internal routing table.

What exaclty do you mean by:

"Make sure the BGP routes you are tring to redistrubute are EBGP routes"

thank you,

Alban

The bgp routes are internal

bgp redistribute-internal shold do it right?

(with the proper care of course)

thank you

Alban

Yes that is how you get it to redistribute IBGP routes.

The main reason for this is to avoid routing loops but you will be fine as long as you are only redistributing in a single direction.

thank you

Alban

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