RE: Do a practice lab the day before?

From: Athaide, Dwayne (DAthaide@eprod.com)
Date: Mon Dec 03 2007 - 12:26:25 ART


I did reboot routers and switch, reapplied the configs etc etc before I
posted but had no success.
Thanks
-----Original Message-----
From: ccie19226 [mailto:ccie19226@googlemail.com]
Sent: Monday, December 03, 2007 9:23 AM
To: Athaide, Dwayne; 'Cisco certification'
Subject: RE: Do a practice lab the day before?

Your configs looked okay but to be sure I whacked them into a lab.

R2 routing table:

     200.0.0.0/32 is subnetted, 2 subnets
R 200.0.0.1 [120/1] via 150.50.17.1, 00:00:18, FastEthernet0/0
C 200.0.0.2 is directly connected, Loopback0
     172.1.0.0/22 is subnetted, 1 subnets
R 172.1.0.0 [120/1] via 150.50.17.1, 00:00:18, FastEthernet0/0
     150.50.0.0/24 is subnetted, 1 subnets
C 150.50.17.0 is directly connected, FastEthernet0/0

Getting the /22 as expected. I'd try clearing the routing table and if
no
cigar - shutdown the common interfaces - clear the routing tables on
both
routers and no shut the interfaces. Worst case - reload.

Cheers,
Con.

-----Original Message-----
From: nobody@groupstudy.com [mailto:nobody@groupstudy.com] On Behalf Of
Athaide, Dwayne
Sent: Monday, 3 December 2007 14:42
To: Cisco certification
Subject: RE: Do a practice lab the day before?

Having problems with RIP route summarization. Got two routers connected
with via Fastethernet's. R1 is summarizing the loopbacks however I
don't see the summary for 172.1.0.0 on R2.

Thanks

RI Config

interface Loopback0

 ip address 200.0.0.1 255.255.255.255

!

interface Loopback1

 ip address 172.1.0.1 255.255.255.0

!

interface Loopback2

 ip address 172.1.2.1 255.255.255.0

!

interface Loopback3

 ip address 172.1.3.1 255.255.255.0

!

interface FastEthernet0/0

 ip address 150.50.17.1 255.255.255.0

 no ip split-horizon

 ip summary-address rip 172.1.0.0 255.255.252.0

 duplex auto

 speed auto

!

interface FastEthernet0/1

 no ip address

 shutdown

 duplex auto

 speed auto

!

interface Serial0/0/0

 no ip address

 shutdown

!

router rip

 version 2

 network 150.50.0.0

 network 172.1.0.0

 network 200.0.0.0

 no auto-summary

!

R2

interface Loopback0

 ip address 200.0.0.2 255.255.255.255

!

interface FastEthernet0/0

 ip address 150.50.17.2 255.255.255.0

 no ip split-horizon

 duplex auto

 speed auto

!

interface FastEthernet0/1

 no ip address

 shutdown

 duplex auto

 speed auto

!

interface Serial0/0/0

 no ip address

 shutdown

 no fair-queue

!

interface Serial0/1/0

 no ip address

 shutdown

!

interface Serial0/2/0

 no ip address

 shutdown

!

router rip

 version 2

 network 150.50.0.0

 network 200.0.0.0

 no auto-summary

!



This archive was generated by hypermail 2.1.4 : Tue Jan 01 2008 - 12:04:28 ARST