From: Stephen C. Feldberg (scfeldberg@xxxxxxxxxxx)
Date: Fri Jan 04 2002 - 22:34:09 GMT-3
Yo resolve this, add another area to the router and use the area range
command:
int lo0
ip add 1.1.1.1 255.255.255.255
!
router ospf 110
net 140.140.5.0 0.0.0.15 area 0
net 1.1.1.1 0.0.0.0 area 1
area 0 range 140.140.5.0 255.255.255.0
red igrp 100
!
----- Original Message -----
From: "Pierre Cazelles" <pcazou@yahoo.fr>
To: <ccielab@groupstudy.com>
Sent: Friday, January 04, 2002 7:17 PM
Subject: OSPF summary & IOS version
> hello group.
> On my router, I've got a /28 interface that I announce
> in an OSPF area 0. I wish to summarize this network in
> /24 using OSPF.
> On IOS 12.1(3), I use this configuration:
>
> interface e0
> ip address 140.140.5.1 255.255.255.240
> router ospf 110
> network 140.140.5.0 0.0.0.15 area 0
> summary-address 140.140.5.0 255.255.255.0
> redistribute igrp 100
>
> After "clear ip os process", "clear ip route" and a
> few seconds, the 140.140.5.0/24 summary route to "null
> 0" appears in routing table.
> Note that I redistribute igrp 100, but I can take
> whatever routing process I want (even if it doesn't
> exist!): this command makes the router an ASBR and the
> external LSA section appears in the database.
>
> This solution doesn't work for more recent IOS (I
> tried 12.1(5) and 12.1(9)) and I have seen no
> solution for these IOS in the archives. Anyone could
> help me?
>
>
>
This archive was generated by hypermail 2.1.4 : Thu Jun 13 2002 - 10:56:16 GMT-3