[nsp] Redistribute BGP routes to OSPF
    Stephen J. Wilcox 
    steve at telecomplete.co.uk
       
    Tue Jul 20 13:55:36 EDT 2004
    
    
  
try:
 router bgp XX
  bgp redistribute-internal
i've not done this (scary) thing :) but i believe the above command is required 
to allow redistribution
Steve
On Tue, 20 Jul 2004, Alexandra Alvarado wrote:
> 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
> _______________________________________________
> cisco-nsp mailing list  cisco-nsp at puck.nether.net
> https://puck.nether.net/mailman/listinfo/cisco-nsp
> archive at http://puck.nether.net/pipermail/cisco-nsp/
> 
    
    
More information about the cisco-nsp
mailing list