RE: summarization, of ospf routes into Rip

From: Wayne Hu (wayneccie@xxxxxxxxx)
Date: Sat Dec 09 2000 - 12:32:49 GMT-3


   
On R3:
Try redistribute connected to OSPF then use summary command under OSPF

-----Original Message-----
From: nobody@groupstudy.com [mailto:nobody@groupstudy.com]On Behalf Of
khalid siddiq
Sent: December 9, 2000 8:18 AM
To: ccielab@groupstudy.com
Subject: summarization, of ospf routes into Rip

hi all,
i have a scenerio in which i have R3 connected to frame relay network
having ospf area 0, R2 is connect to r3 through lan rip running.
No discontigous subnet.

Ospf --- r3 ---rip--- R2

i try to summarize the ospf routes into the rip but no luck.
137.20.1.4,137.20.1.5,137.20.1.0 -------- 137.20.1.0

R3:

interface Ethernet0
ip address 137.20.2.3 255.255.255.0
ip pim dense-mode
ip igmp join-group 224.10.1.2
no keepalive
priority-group 1
!
interface Serial0
no ip address
encapsulation frame-relay
!
interface Serial0.1 point-to-point
ip address 137.20.1.3 255.255.255.0
ip ospf network point-to-multipoint
frame-relay interface-dlci 301
!
router ospf 1
summary-address 137.20.1.0 255.255.255.0 --- NOT WORKING
network 137.20.1.0 0.0.0.255 area 0
area 0 range 137.20.1.0 255.255.255.0 --- NOT WORKING
!
router rip
version 2
redistribute ospf 1 metric 10
passive-interface Serial0.1
network 137.20.0.0
!
ip classless

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, * - candidate
default
       U - per-user static route, o - ODR

Gateway of last resort is 137.20.1.5 to network 0.0.0.0

     137.20.0.0/16 is variably subnetted, 4 subnets, 2 masks
O 137.20.1.4/32 [110/1626] via 137.20.1.5, 00:22:24, Serial0.1
O 137.20.1.5/32 [110/64] via 137.20.1.5, 00:22:24, Serial0.1
C 137.20.1.0/24 is directly connected, Serial0.1
C 137.20.2.0/24 is directly connected, Ethernet0
O E1 10.0.0.0/8 [110/1636] via 137.20.1.5, 00:22:24, Serial0.1
     134.1.0.0/20 is subnetted, 1 subnets
C 134.1.32.0 is directly connected, Serial1
O*E1 0.0.0.0/0 [110/1636] via 137.20.1.5, 00:22:25, Serial0.1
R3#

R2:

interface Ethernet0
ip address 137.20.2.2 255.255.255.0
no ip redirects
no ip directed-broadcast
ip ospf interface-retry 0

router rip
version 2
network 137.20.0.0

R2#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, * - candidate
default
       U - per-user static route, o - ODR

Gateway of last resort is 137.20.2.3 to network 0.0.0.0

     137.20.0.0/16 is variably subnetted, 4 subnets, 2 masks
R 137.20.1.4/32 [120/10] via 137.20.2.3, 00:00:00, Ethernet0
R 137.20.1.5/32 [120/10] via 137.20.2.3, 00:00:00, Ethernet0
R 137.20.1.0/24 [120/1] via 137.20.2.3, 00:00:00, Ethernet0
C 137.20.2.0/24 is directly connected, Ethernet0
R 10.0.0.0/8 [120/10] via 137.20.2.3, 00:00:00, Ethernet0
R* 0.0.0.0/0 [120/10] via 137.20.2.3, 00:00:00, Ethernet0

thanks in advance.
regards,
khalid



This archive was generated by hypermail 2.1.4 : Thu Jun 13 2002 - 08:26:00 GMT-3