Re: Need help with RIP config [7:51483]

2002-08-16 Thread Jack Lane

Ronnie,

I guess that is the puzzeling part of this.  I took the default config,
meaning I only added the "router rip" and "network 172.16.0.0" commands.  I
never added a version or redistribute command.   I ended up added "version
2" and a "redistribute connected" command and that corrected my ping
problem.  Also, on Router2501A, I have no idea where the no auto-summary
statement came from either.  But, it is working now

Thanks for your help and ideas.


Jack


Message Posted at:
http://www.groupstudy.com/form/read.php?f=7&i=51500&t=51483
--
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



Re: Need help with RIP config [7:51483]

2002-08-16 Thread Ronnie Higginbotham

If these are the configs you are running two different versions of RIP.
Router 2501A is running version 2 while the others are version 1.

Did you mean to do this?

What is the reason you need to redistribute the connected interfaces on the
bottom 2 routers? Rip will do this for you. Let the routing protocol do its
job.


I would remove the redistribute connected  on the bottom two routers and
load version 2 under rip. This should correct your issues.

Rip 2 is classless protocol and supports VLSM as apposed to Rip version 1
which is classful and doesn't support VLSM. (Variable Length Subnet Mask)

Ronnie
""Jack Lane""  wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> Thanks for the quick response.  Here is the current setup:
>
> Router2501A:
> Router rip
> version 2
> network 172.16.0.0
> network 192.168.1.0
> no auto-summary
>
> Router2502A:
> router rip
> redistribute connected
> network 172.16.0.0
>
> Router2524A:
> router rip
> redistribute connected
> network 172.16.0.0
> network 192.168.2.0
>
> Any further ideas?
>
> Thanks,
>
> Jack




Message Posted at:
http://www.groupstudy.com/form/read.php?f=7&i=51499&t=51483
--
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



RE: Need help with RIP config [7:51483]

2002-08-15 Thread Jack Lane

Thanks for the quick response.  Here is the current setup:

Router2501A:
Router rip
version 2
network 172.16.0.0
network 192.168.1.0
no auto-summary

Router2502A:
router rip
redistribute connected
network 172.16.0.0

Router2524A:
router rip
redistribute connected
network 172.16.0.0
network 192.168.2.0

Any further ideas?

Thanks,

Jack


Message Posted at:
http://www.groupstudy.com/form/read.php?f=7&i=51485&t=51483
--
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



RE: Need help with RIP config [7:51483]

2002-08-15 Thread Raj Santiago

Hi Jack,


what network statement do you have on all routers ?

you should have on router ***Router2501A***
router rip
   network 172.16.0.0
   network 192.168.1.0

you should have on router ***Router2502A***
router rip
   network 172.16.0.0

you should have on router ***Router2524A***
router rip
   network 172.16.0.0
   network 192.168.2.0


Message Posted at:
http://www.groupstudy.com/form/read.php?f=7&i=51484&t=51483
--
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]