[c-nsp] dueling OSPF routes

Oliver Boehmer (oboehmer) oboehmer at cisco.com
Tue Nov 14 01:43:46 EST 2006


cisco-nsp-bounces at puck.nether.net <> wrote on Tuesday, November 14, 2006
6:48 AM:

> I have a 7500-series router running IOS 12.something.S with two
> OSPF processes, 1 and 2.  I am receiving the same route from both
> processes.  I want to always prefer the route from OSPF 2 if it
> exists. 

router ospf 2
 distance 109

(or "distance 101" in ospf 1). OSPF's default distance is 110. 

When the RIP needs to discriminate between different processes (static,
connected is a process in this context as well) presenting the same
route, it uses the admin distance as the protocols' metric is not
necessarily comparable..
see http://www.cisco.com/warp/public/105/admin_distance.html

	oli



More information about the cisco-nsp mailing list