Question about Cisco 2500 routers

in CCNA & CCENT
Hi. I have a problem connecting to certain routers on my school project. This is the scenario. We are using 2 computers to configure 3 routers. We have two cat5 cables connected to the console ports of each of the two routers (one to each router). We configure those two first, and then we take the cat5 out of one router, and put it into the third router so that we can configure that one too. We use Hyperterminal to do this.
Router 1: s0=dce
Router 2: s0=dce, s1=dte
Router 3: s1=dte
It's basically s0 connected to s1, s0 connected to s1
Routers 1 and 2 can connect to each other
Routers 2 and 3 can connect to each other
Routers 1 and 3 cannot connect to each other
I've heard that I need to use RIP version 2 in order to do this. I've tried it, but it doesn't seem to be working. All routers are cisco 2500 routers. If anyone has any input, or can guide me in the right direction, it would be GREATLY appreciated.
Thanks.
Router 1: s0=dce
Router 2: s0=dce, s1=dte
Router 3: s1=dte
It's basically s0 connected to s1, s0 connected to s1
Routers 1 and 2 can connect to each other
Routers 2 and 3 can connect to each other
Routers 1 and 3 cannot connect to each other
I've heard that I need to use RIP version 2 in order to do this. I've tried it, but it doesn't seem to be working. All routers are cisco 2500 routers. If anyone has any input, or can guide me in the right direction, it would be GREATLY appreciated.
Thanks.
The biggest risk in life is not taking one.
Comments
especialy the output of "show interface" and "show ip route"
Router(config)#router rip
Router(config-router)#version 2
Router(config-router)#network xxx.xxx.xxx.xxx
Router(config-router)#network xxx.xxx.xxx.xxx
Yankee
Also, on the router rip part, I put in my network ID and the other two network ID's. Was I only supposed to put the networks that I am trying to telnet to?
Try a sh ip route, and see what comes up there.
If 1-2 and 2-3 work OK, then there can't be too much wrong with the individual connections. What IP addressing do you have on the interfaces?
When configuring RIP, you should only configure the networks that are directly connected. RIP will fill in the remote ones.
Just in case, you might want to try checking for any access lists, if they are shared routers, I had someone configure an access list preventing RIP, took ages to figure it out