RE: ccbootcamp lab. number 5

From: SALMON, MARK (SBMS) (MARK.SALMON@xxxxxxxxxxxx)
Date: Thu Aug 02 2001 - 14:49:35 GMT-3


   
Because it is a connected route. Look in r5 routing table and you will
notice only a connected subnet of 137.20.0.0 serial 0/0.1). You are only
redistributing into IGRP from OSPF. To see the 137.20.0.0.16 you will need
to either place the subnet into IGRP directly (network 137.20.0.0) or
redistribute connected (be careful of the latter, use a route map or
distribute list to restrict the connected networks)

Mark Salmon
Sr. WAN Engineer Great Lakes Region
Cingular Wireless
2000 Ameritech Center Drive 3F07B
Hoffman Estates IL 60195
Voice: (847)765-3999
Pager: (847)992-0458
Email: mark.salmon@cingular.com

-----Original Message-----
From: Sandro Ciffali [mailto:sandyccie@yahoo.com]
Sent: Thursday, August 02, 2001 11:18 AM
To: ccielab@groupstudy.com
Subject: ccbootcamp lab. number 5

Am i missing something in Lab 5 of the ccbootcamp.

I did exaclty what is asked to do in Lab 5a, On router
R5 i am redistributing 137.20.20.0/24 from OSPF into
IGRP however on router R4 I don't see 137.20.0.0/16
route. I am posting my config and show ip route for
review, Can some one pls. guide me where i am going
wrong?
The only change is instead of ethernet between R5 and
R2 I have serial. here are the configs and show ip
route

R5
interface Serial0/0.1 point-to-point
 ip address 172.168.200.1 255.255.255.0
 no ip directed-broadcast
 frame-relay interface-dlci 403
interface Serial1/0
 ip address 137.20.20.10 255.255.255.0
 no ip directed-broadcast
 ip ospf network point-to-point
 ip ospf interface-retry 0
 clockrate 1000000

router ospf 40
 router-id 172.168.100.5
 area 10 virtual-link 172.168.100.3
 redistribute igrp 20 metric-type 1 subnets
 network 137.20.20.10 0.0.0.0 area 0
 network 172.168.65.2 0.0.0.0 area 10
 network 172.168.100.5 0.0.0.0 area 10
!
router igrp 20
 redistribute ospf 40 metric 1544 100 255 100 1500
 passive-interface Serial0/0.2
 passive-interface BRI0/0
 passive-interface Serial1/0
 network 172.168.0.0

sh ip ro

     137.20.0.0/24 is subnetted, 1 subnets
C 137.20.20.0 is directly connected, Serial1/0
     172.168.0.0/16 is variably subnetted, 8 subnets,
2 masks
O IA 172.168.30.0/24 [110/49] via 172.168.100.3,
00:07:11, Serial0/0.2
I 172.168.40.0/24 [100/6982] via 172.168.200.2,
00:01:06, Serial0/0.1
O 172.168.60.0/24 [110/58] via 172.168.100.6,
00:07:11, Serial0/0.2
C 172.168.65.0/24 is directly connected, BRI0/0
C 172.168.100.0/24 is directly connected,
Serial0/0.2
O 172.168.100.3/32 [110/48] via 172.168.100.3,
00:07:11, Serial0/0.2
O 172.168.100.6/32 [110/48] via 172.168.100.6,
00:07:12, Serial0/0.2
C 172.168.200.0/24 is directly connected,
Serial0/0.1
O E1 192.168.21.0/24 [110/68] via 137.20.20.2,
00:07:12, Serial1/0
O E1 192.168.17.0/24 [110/68] via 137.20.20.2,
00:07:12, Serial1/0
O E1 192.168.70.0/24 [110/68] via 137.20.20.2,
00:07:12, Serial1/0
O*E1 0.0.0.0/0 [110/49] via 137.20.20.2, 00:07:12,
Serial1/0

R4
interface Serial0/0
 ip address 172.168.200.2 255.255.255.0
 encapsulation frame-relay
 ip split-horizon
 frame-relay map ip 172.168.200.1 304 broadcast
 frame-relay interface-dlci 304
router igrp 20
 network 172.168.0.0

sh ip route

    172.168.0.0/24 is subnetted, 6 subnets
I 172.168.30.0 [100/8576] via 172.168.200.1,
00:00:53, Serial0/0
C 172.168.40.0 is directly connected,
Ethernet0/0
I 172.168.60.0 [100/8576] via 172.168.200.1,
00:00:53, Serial0/0
I 172.168.65.0 [100/160250] via 172.168.200.1,
00:00:53, Serial0/0
I 172.168.100.0 [100/10476] via 172.168.200.1,
00:00:53, Serial0/0
C 172.168.200.0 is directly connected, Serial0/0
I 192.168.21.0/24 [100/8576] via 172.168.200.1,
00:00:53, Serial0/0
I 192.168.17.0/24 [100/8576] via 172.168.200.1,
00:00:54, Serial0/0
I 192.168.70.0/24 [100/8576] via 172.168.200.1,
00:00:54, Serial0/0



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