[nsp] Redistribute BGP routes to OSPF
Alexandra Alvarado
aaaa at telconet.net
Tue Jul 20 13:26:15 EDT 2004
Hello,
My network is like this:
Clients ----- [[eth1]LINUX ROUTER[eth0 (172.16.2.138)]] ----- [[FE9/0/0 (172.16.2.137)]CISCO 7513]
I have established ebgp sesion between some clients and CISCO 7513, but to avoid configure
static routes in the linux router, I want to pass the learned routes in Cisco 7513 to Linux Router
in a dynamic way with a protocol like ospf.
I only want to redistribute routes but not propagate in ospf.
Thanks
Alexandra Alvarado
PD: I tried with the below config but it does not work!
CISCO CONFIG
============
router ospf 10101
router-id 172.16.2.137
log-adjacency-changes
redistribute bgp 10101 metric-type 1 subnets route-map BGPtoOSPF
passive-interface Serial8/0/1
LINUX OSPFD.CONF
===============
interface eth0
!
interface eth1
!
interface eth2
!
interface lo
!
router ospf
ospf abr-type cisco
More information about the cisco-nsp
mailing list