Influencing OSPF Routes

Influencing OSPF Routes

NewsGroups | Search | Tools
 comp.dcom.sys.cisco  Post an article  get this group's latest topics as an RSS feed add this group's latest topics to your My MSN content add this group's latest topics to your My Yahoo content  add this group's latest topics to your Google content  YahooMyWeb Yahoo!  Google Google  Windows Live Favorites Windows Live  del.icio.us del.icio.us  digg digg  Add to Netscape Netscape
Subject Author Date
Influencing OSPF Routes amospjohnson 03-21-2006
Posted by on March 21, 2006, 8:07 pm
If you were  Registered and logged in, you could reply and use other advanced thread options
I have a 2 Cisco routers and a Cisco VPN concentrator in parallel, plus
there is another cisco router sitting behind them.

-- VPN Concentrator---------------
Internet| |---------Cisco
Router3
-- Cisco Router1----------------------
-- Cisco Router2--------------------

OSPF is running between the all 4 devices. There is a route towards
the internet out of each router, and there is a *Backup* Route for each
cisco router pointing towards the VPN concentrator. For example, I
need a way in ospf to have Router3 Prefer the Route thru Router 2, and
if the wan link is down, have Router3 prefer the route over the VPN
conentrator. In addition I need Router3 to prefer the route thru
Router1 and if its wan link is down, have Router3 prefer the route over
VPN.

Keep in mind that there are multiple "primary" routes to each of the
cisco routers, so costing the physical links will not work. I need a
way to cost each route on Router3.

Thanks


Pure Networks
Posted by Merv on March 21, 2006, 8:27 pm
If you were  Registered and logged in, you could reply and use other advanced thread options
Consider changing to BGP, then use route-map to maniuplate the routes
almost anyway you want


Posted by on March 21, 2006, 10:36 pm
If you were  Registered and logged in, you could reply and use other advanced thread options
BGP will not work because the cisco VPN concentrator does not support
BGP


Posted by Merv on March 22, 2006, 6:17 am
If you were  Registered and logged in, you could reply and use other advanced thread options
Check out OSPF inbound route filtering using route maps



route-map SELECT_OSPF_ROUTES permit 20
match ip route-source ! router 2
match ip
set metric

route-map SELECT_OSPF_ROUTES permit 30
match ip route-source !VPN concentrator
match ip
set metric

route-map tag-filter permit 40



router ospf 1
router-id x.x.x.x ! ensure router-id is configured on all router
involved
distribute-list route-map SELECT_OSPF_ROUTES in


Posted by John Agosta on March 21, 2006, 10:19 pm
If you were  Registered and logged in, you could reply and use other advanced thread options
You may want to look into playing with changing administrative distances
bases on the 'source' of the route:

distance xxx [ipofroutesource] [mask] [newdistance]

-ja




>I have a 2 Cisco routers and a Cisco VPN concentrator in parallel, plus
> there is another cisco router sitting behind them.
>
> -- VPN Concentrator---------------
> Internet| |---------Cisco
> Router3
> -- Cisco Router1----------------------
> -- Cisco Router2--------------------
>
> OSPF is running between the all 4 devices. There is a route towards
> the internet out of each router, and there is a *Backup* Route for each
> cisco router pointing towards the VPN concentrator. For example, I
> need a way in ospf to have Router3 Prefer the Route thru Router 2, and
> if the wan link is down, have Router3 prefer the route over the VPN
> conentrator. In addition I need Router3 to prefer the route thru
> Router1 and if its wan link is down, have Router3 prefer the route over
> VPN.
>
> Keep in mind that there are multiple "primary" routes to each of the
> cisco routers, so costing the physical links will not work. I need a
> way to cost each route on Router3.
>
> Thanks
>



Similar ThreadsPosted
Routes received by BGP and OSPF February 5, 2007, 11:48 am
OSPF and Static routes convergence December 21, 2004, 11:16 pm
How do I remove routes from the OSPF RIF table ? August 26, 2005, 11:20 am
OSPF routes not in routing table June 10, 2006, 1:07 am
ospf and multiple static routes August 4, 2006, 1:39 pm
OSPF O routes vs. redist connected (E2) October 2, 2006, 12:01 pm
standby ASA doesn't learn ospf routes May 30, 2007, 2:24 pm
OSPF external routes filtering between areas March 21, 2006, 3:45 am
OSPF Stub area question re: Default Routes June 17, 2005, 5:36 pm
OSPF adjacency problem while adding multiple routes. January 9, 2007, 10:13 pm

other useful resources:
The Federal Communications Commission (FCC)
Telecommunications Industry Association
Electronic and Software Security Products and Services
International Telecommunication Union

Custom CGI Perl and PHP programming by 1-Script.com

Contact Us | Privacy Policy
The site map in XML format XML site map