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

From: Adam Crisp (adam.crisp@totalise.co.uk)
Date: Sat Sep 28 2002 - 10:22:29 GMT-3


don;t know I'm afraid,
Are you sure there isn't a typo?

at least you know that router 2 is runing rip V1,
you could add the "version 1" keyword to rip.

I find that sometimes routers behave better if you kill the rip process and
start again.

try

conf t
no router rip
router rip
version 1
network 131.1.0.0
network 151.1.0.0
distribute-list prefix rip_prefix out

-----Original Message-----
From: nobody@groupstudy.com [mailto:nobody@groupstudy.com]On Behalf Of
Robert Massiache
Sent: 28 September 2002 13:58
To: adam.crisp@totalise.co.uk; ccielab@groupstudy.com
Subject: RE: Can't receive the routes...Help!

Adam,
Thanks for your help. I tried yours I am getting the following while
debugging

04:41:03: RIP: ignored v1 packet from 151.1.100.2 (not enabled on Ethernet0)

Show ip protocols shows RIP is not enabled on E0.

Any clue?

thanks

>From: "Adam Crisp" <adam.crisp@totalise.co.uk>
>To: "Robert Massiache" <robert2140@hotmail.com>,<ccielab@groupstudy.com>
>Subject: RE: Can't receive the routes...Help!
>Date: Sat, 28 Sep 2002 13:39:20 +0100
>
>In order for you to talk rip, you need a network statment that matches the
>Ethernet segment.
>If you don't want to advertise this segment to another rip router then use
>a
>distribute list
>eg
>
>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
>network 131.1.0.0
>network 151.1.0.0
>distribute-list prefix rip_prefix out
>!
>ip prefix-list rip_prefix seq 5 permit 131.1.100.0/24
>
>
>hope this helps....
>
>
>
>
>
>-----Original Message-----
>From: nobody@groupstudy.com [mailto:nobody@groupstudy.com]On Behalf Of
>Robert Massiache
>Sent: 28 September 2002 10:16
>To: ccielab@groupstudy.com
>Subject: Can't receive the routes...Help!
>
>
>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



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