set metric on route-map applied to OSPF distribute-list

From: Gustavo Novais (gustavo.novais@novabase.pt)
Date: Sat Dec 17 2005 - 16:32:18 GMT-3


Hello

I'm trying to make OSPF decide between two paths without changing any
interface values.

 The same routes are coming from both paths(two different interfaces),
but only the ones tagged with 10 are to be decided upon one interface or
the other. When one path is not available, the other path should kick
in.

To do this I'm trying to build a route-map like this.

router ospf 1

 router-id 150.1.5.5

distribute-list route-map AS10-PREFER in

route-map AS10-PREFER permit 10

 match ip next-hop R4

 match tag 10

 set metric 20

!

route-map AS10-PREFER permit 20

 match ip next-hop R3

 match tag 10

 set metric 30

!

route-map AS10-PREFER permit 30

This, theoretically would allow me to enter on the RIB the routes with
smaller metric.

The problem is that OSPF keeps ignoring my set statements and keeps the
routes always with metric 20, thus allowing load sharing to the tagged
paths.

The target routes are E2, but shouldn't the route-map act upon their
metric nonetheless?

Or because I'm using the route-map on a distribute-list the set commands
are not valid?

TIA

Gustavo Novais



This archive was generated by hypermail 2.1.4 : Mon Jan 09 2006 - 07:07:51 GMT-3