Need help with RIP config [7:51483]

2002-08-15 Thread Jack Lane
Hopefully someone can help me with this problem. I have three routers: Router2501A: E0: 192.168.1.2/24 S0: 172.16.20.1/24 Router2502A TR: 172.16.30.2/24 (configured, but not up as I don't a T/R hub S0: 172.16.20.2/24 (DCE back to back connection to Router2501A, S0)

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

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

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 routi

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 pi