From: chris.guzman@mckesson.com
Date: Fri Aug 25 2006 - 19:58:19 ART
When redistributing between RIP and OSPF, I am trying to set a metric-type type-1 on the summary address such as..
router ospf 10
router-id 3.3.3.3
summary-address 10.1.0.0 255.255.240.0
redistribute rip metric 200 subnets route-map rip2ospf
route-map rip2ospf permit 20
match ip address prefix-list setmet
set metric-type type-1
ip prefix-list setmet seq 5 permit 10.1.0.0/20
The route-map rip2ospf does NOT seem to work, since this is only looking at the RIP routes that are redistributed into OSPF. The summary route is not in the RIP database, so it doesnt get changed in the route-map.
Am I correct in this assumption? What would be the best way to change the metric-type for an OSPF summary route, so that it gets brought in the OSPF domain as an E1 route?
Thanks
This archive was generated by hypermail 2.1.4 : Fri Sep 01 2006 - 15:41:58 ART