From: ccie19226 (ccie19226@googlemail.com)
Date: Tue Dec 04 2007 - 21:38:37 ART
Just to add to Dwayne's response in case anyone else is using the same IOS
version.
The code Dwayne was using:
c2800nm-adventerprisek9-mz.124-11.T2.bin
I tested with the 3725 code:
c3725-adventerprisek9-mz.124-11.T2.bin
I got the same results whereby the summary route was not being sent -
therefore it smells like a bug in that general release.
I then tested with 3725 code:
c3725-adventerprisek9-mz.124-17.bin
I got the expected results - the /22 was being sent to R2 from R1.
Cheers,
Con.
-----Original Message-----
From: nobody@groupstudy.com [mailto:nobody@groupstudy.com] On Behalf Of
Athaide, Dwayne
Sent: Tuesday, 4 December 2007 19:32
To: Cisco certification
Subject: RE: Do a practice lab the day before?
This turned out to be an IOS issue upgraded to a new version and the
problem was resolved
-----Original Message-----
From: nobody@groupstudy.com [mailto:nobody@groupstudy.com] On Behalf Of
Athaide, Dwayne
Sent: Monday, December 03, 2007 8:42 AM
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:29 ARST