RE: Can't receive the routes...Help!

From: Brian McGahan (brian@cyscoexpert.com)
Date: Sat Sep 28 2002 - 23:54:18 GMT-3


        This is a fun problem, and it would be too easy for me just to
give the answer away. Therefore, I just have a little hint to add.

        The "network" statement in IGP does *NOT* mean what networks you
are advertising. The network statement is used to specify which
interfaces you are running that protocol on.

        Think about it.

HTH

Brian McGahan, CCIE #8593
Director of Design and Implementation
brian@cyscoexpert.com

CyscoExpert Corporation
Internetwork Consulting & Training
http://www.cyscoexpert.com
Voice: 847.674.3392
Fax: 847.674.2625

> -----Original Message-----
> From: nobody@groupstudy.com [mailto:nobody@groupstudy.com] On Behalf
Of
> Song Mu
> Sent: Saturday, September 28, 2002 9:18 PM
> To: Robert Massiache; dvoss@heidrick.com
> Cc: ccielab@groupstudy.com
> Subject: RE: Can't receive the routes...Help!
>
> This is a working config:
>
> This is R1's interfaces:
> ---------------------------------------------------------
> Ethernet0 172.168.80.1 YES NVRAM up up
> Loopback0 137.20.81.1 YES manual up up
> Loopback1 137.20.80.1 YES manual up up
> Serial0 137.20.86.1 YES NVRAM up up <--Connect to
R2
> TokenRing0 137.20.82.1 YES manual up up
> --------------------------------------------------------
> This is R1's Configuration:
> !
> router rip
> redistribute connected
> passive-interface Serial0
> network 137.20.0.0
> neighbor 137.20.64.6
>
> R2's Interfaces:
> -------------------------------------------------
> Ethernet0 137.20.64.6 YES NVRAM up up
> Loopback0 137.20.60.1 YES NVRAM up up
> Serial0 137.20.86.2 YES NVRAM up up <-----Connect to R1
> ------------------------------------------------
> R2's config:
> router rip
> passive-interface Serial0
> network 137.20.0.0
> neighbor 137.20.86.1
> ---------------------------------
> r2#sh ip route rip
> 137.20.0.0/16 is variably subnetted, 15 subnets, 4 masks
> R 137.20.81.0/24 [120/1] via 137.20.86.1, 00:00:20, Serial0
> R 137.20.80.0/24 [120/1] via 137.20.86.1, 00:00:20, Serial0
> R 137.20.82.0/24 [120/1] via 137.20.86.1, 00:00:20, Serial0
> R 172.168.0.0/16 [120/1] via 137.20.86.1, 00:00:20, Serial0
>
> Note: 137.20.81.86.0/24 is not there
>
> HTH,
>
> Song
>
> passive interface e0
> neighbor
> --- Robert Massiache <robert2140@hotmail.com> wrote:
> > David,
> > Inorder for RIP to send and receive the broadcast(v1) or
> > multicast(v2) you
> > need to have the Ethernet subnet enabled with RIP but we are left
> > with a
> > choice of not advertising it upfront. You are not permitted to use
> > the the
> > network statement under router rip 151.1.0.0 anyway. If you use it,
> > its just
> > a normal case direct advt.
> >
> > We need to seek a back door advertisement.
> >
> > thanks
> >
> >
> > >From: "Voss, David" <dvoss@heidrick.com>
> > >To: "'Robert Massiache'" <robert2140@hotmail.com>
> > >Subject: RE: Can't receive the routes...Help!
> > >Date: Sat, 28 Sep 2002 17:46:42 -0500
> > >
> > >Robert,
> > >
> > >Why not this?
> > >
> > >router rip
> > >network 151.1.0.0
> > >network 131.1.0.0
> > >distribute-list 1 out
> > >
> > >access-list 1 permit 131.1.0.0 0.0.255.255
> > >
> > >He states he does not want to advertise ethernet, but ethernet is
> > directly
> > >connected, so R2 knows about it anyway. Regardless, I don't know
> > why the
> > >above config would not work for what he is asking.
> > >
> > >
> > >
> > >
> > >-----Original Message-----
> > >From: Robert Massiache [mailto:robert2140@hotmail.com]
> > >Sent: Saturday, September 28, 2002 5:17 PM
> > >To: prashanthcm@yahoo.com; ccielab@groupstudy.com
> > >Subject: Re: Can't receive the routes...Help!
> > >
> > >
> > >the catch here you are not allowed to advertise the ethernet, only
> > allowed
> > >to advertise the loop 20 which is 131.1.100.1 255.255.255.0
> > >
> > >so we are trying the alternate methods of indirect
> > advertisements...whcih
> > >don't work including the redistribute connected with a rotue map
> > matching
> > >interface e0.
> > >
> > >thanks
> > >
> > >
> > > >From: Prashanth <prashanthcm@yahoo.com>
> > > >Reply-To: Prashanth <prashanthcm@yahoo.com>
> > > >To: Robert Massiache <robert2140@hotmail.com>,
> > ccielab@groupstudy.com
> > > >Subject: Re: Can't receive the routes...Help!
> > > >Date: Sat, 28 Sep 2002 13:31:13 -0700 (PDT)
> > > >
> > > >just advertizing the
> > > >151.1.0.0 in RIP doesnt work? it should be simple as
> > > >that... its working in my setup...
> > > >
> > > >prashanth
> > > >
> > > >
> > > >--- Robert Massiache <robert2140@hotmail.com> wrote:
> > > > > Hi all,
> > > > > I got a questins for you all. Here the R2 is an
> > > > > unkown router running RIP.
> > > > > No idea about what version. You need to receive the
> > > > > rotues from R2.
> > > > >
> > > > >
> > > > > loop20-R1----Ethernet----R2
> > > > >
> > > > > R1:
> > > > >
> > > > > interface loop 20
> > > > > 131.1.100.1 255.255.255.0
> > > > >
> > > > > interface Ethernet0
> > > > > ip address 151.1.100.1 255.255.255.0
> > > > >
> > > > > router rip
> > > > > redistribute connected metric 2 route-map west
> > > > > network 131.1.0.0
> > > > >
> > > > > route-map west permit 10
> > > > > match interface e0
> > > > >
> > > > > route-map west permit 20
> > > > > !
> > > > > end.
> > > > >
> > > > >
> > > > > How can I configure R1 to receive those R2 routes. I
> > > > > should only advertise
> > > > > the loop 20 I should not advt. the Ethernet.
> > > > >
> > > > > In all the above trials the RIP is not getting
> > > > > enabled on the Ethernet even
> > > > > if I use access-list option insdie the route-map.
> > > > > Any help would be
> > > > > appreciated.
> > > > >
> > > > >
> > > > > thanks
> > > > >
> > > > >
> > > >_________________________________________________________________
> > > > > Send and receive Hotmail on your mobile device:
> > > >http://mobile.msn.com
> > > >
> > > >
> > > >__________________________________________________
> > > >Do you Yahoo!?
> > > >New DSL Internet Access from SBC & Yahoo!
> > > >http://sbc.yahoo.com
> > >
> > >
> > >
> > >
> > >_________________________________________________________________
> > >Send and receive Hotmail on your mobile device:
> > http://mobile.msn.com
> >
> >
> >
> >
> > _________________________________________________________________
> > Join the worlds largest e-mail service with MSN Hotmail.
> > http://www.hotmail.com
>
>
> __________________________________________________
> Do you Yahoo!?
> New DSL Internet Access from SBC & Yahoo!
> http://sbc.yahoo.com



This archive was generated by hypermail 2.1.4 : Mon Oct 07 2002 - 07:44:06 GMT-3