redistribute + route-map option

From: Radoslav Vasilev (deckland@gmail.com)
Date: Tue May 23 2006 - 15:44:16 ART


Hi Group,

I was trying to increase the metric of an EIGRP route being redistributed in
OSPF domain.
The idea was to increase the metric of a single route of of a bunch of other
routes coming from EIGRP to OSPF.
Therefore i tried the follwoing:

router ospf 100
 redistribute eigrp 10 subnets route-map eigrp10ospf100
[...]

route-map eigrp10ospf100 permit 10
 match ip address prefix net1
 set metric 1000000
route-map eigrp10ospf100 permit 100

That didn't work. So, what the heck - i did:

router ospf 100
 redistribute eigrp10 subnets metric 1000000

Now you see how desparate i was.

My question: Is the metric tuning inside a ``redistribute ... route-map``
supposed to work or is the route-map only for filtering routes out?
Any other way i can influence route-metric (maybe in general, not only for
OSPF) while redistributing?

Thanks!
Rado



This archive was generated by hypermail 2.1.4 : Thu Jun 01 2006 - 06:33:22 ART