RE: OSPF IGRP Redist

From: Babacar Diop (babacard2000@xxxxxxxxx)
Date: Thu Apr 18 2002 - 14:17:21 GMT-3


   
This is what worked on R5.

Network 133.14.55.0 is not advertised through OSPF 64.
A new OSPF process (100) is created and 133.14.55.0/29
is advertised in this process with a new area (area
5). OSPF 100 is redistributed into OSPF 64 then the
summary-address command is configured under OSPF 64 to
summarize 133.14.55.0/29 into 133.14.55.0/24

R5
interface TokenRing0
 ip address 133.14.55.1 255.255.255.248
 ring-speed 16

router ospf 64
 summary-address 133.14.55.0 255.255.255.0
 redistribute ospf 100 subnets
 network 133.14.243.0 0.0.0.255 area 0
 neighbor 133.14.243.4

router ospf 100
network 133.14.55.0 0.0.0.7 area 5

R3s routing table

r3#sh ip route
Codes: C - connected, S - static, I - IGRP, R - RIP, M
- mobile, B - BGP
       D - EIGRP, EX - EIGRP external, O - OSPF, IA -
OSPF inter area
       N1 - OSPF NSSA external type 1, N2 - OSPF NSSA
external type 2
       E1 - OSPF external type 1, E2 - OSPF external
type 2, E - EGP
       i - IS-IS, L1 - IS-IS level-1, L2 - IS-IS
level-2, ia - IS-IS inter area
       * - candidate default, U - per-user static
route, o - ODR
       P - periodic downloaded static route

Gateway of last resort is not set

     200.200.200.0/32 is subnetted, 1 subnets
O IA 200.200.200.1 [110/129] via 133.14.243.5,
00:00:03, Serial0.1
     133.14.0.0/16 is variably subnetted, 11 subnets,
4 masks
C 133.14.243.0/24 is directly connected,
Serial0.1
C 133.14.3.0/24 is directly connected, Loopback0
O IA 133.14.1.1/32 [110/129] via 133.14.243.5,
00:00:03, Serial0.1
O 133.14.6.0/24 [110/129] via 133.14.243.5,
00:00:03, Serial0.1
O 133.14.5.0/24 [110/65] via 133.14.243.5,
00:00:03, Serial0.1
O 133.14.4.0/24 [110/65] via 133.14.243.4,
00:00:04, Serial0.1
C 133.14.35.4/30 is directly connected, BRI0
O 133.14.56.0/24 [110/128] via 133.14.243.5,
00:00:04, Serial0.1
O IA 133.14.51.0/28 [110/192] via 133.14.243.5,
00:00:04, Serial0.1
O IA 133.14.51.0/24 [110/128] via 133.14.243.5,
00:00:04, Serial0.1
O E2 133.14.55.0/24 [110/6] via 133.14.243.5,
00:00:05, Serial0.1



This archive was generated by hypermail 2.1.4 : Thu Jun 13 2002 - 10:58:12 GMT-3