[c-nsp] redistributing bgp into rip

Alban Dani albcisco at gmail.com
Thu Sep 21 08:26:26 EDT 2006


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


More information about the cisco-nsp mailing list