RE: OSPF Summary Route - E1

From: Guzman, Chris (Chris.Guzman@McKesson.com)
Date: Sat Aug 26 2006 - 01:09:13 ART


I only want to set the summary route to type E1. The rest should come in
as E2. It works if I do not include any match criteria on the route map
as shown below.....however I want to be able to match just the summary
route.

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
set metric-type type-1

-----Original Message-----
From: Victor Cappuccio [mailto:cvictor@protokolgroup.com]
Sent: Friday, August 25, 2006 4:12 PM
To: Guzman, Chris; ccielab@groupstudy.com
Subject: RE: OSPF Summary Route - E1

Hi Chris

Please try this

router ospf 10
router-id 3.3.3.3
summary-address 10.1.0.0 255.255.240.0
redistribute rip metric 200 sub metric-type 1

HTH
Victor.-

-----Mensaje original-----
De: nobody@groupstudy.com [mailto:nobody@groupstudy.com] En nombre de
chris.guzman@mckesson.com
Enviado el: Viernes, 25 de Agosto de 2006 06:58 p.m.
Para: ccielab@groupstudy.com
Asunto: OSPF Summary Route - E1

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