Routing Protocol Packet Tracer
Raul-7
Registered Users Posts: 5 ■□□□□□□□□□
in CCNA & CCENT
I setup a dual router network with the IP 192.168.1.0/27 ; then from 192.168.1.128-139 I have on a /30.
The hosts can ping each other successfully on their respective sides, but I cannot ping any host on the other side of the second router. I assume it's the RIP, but I cannot figure it out due to inexperience? Currently both routers have the RIP network address 192.168.1.0 .
The hosts can ping each other successfully on their respective sides, but I cannot ping any host on the other side of the second router. I assume it's the RIP, but I cannot figure it out due to inexperience? Currently both routers have the RIP network address 192.168.1.0 .
Comments
-
jdballinger Member Posts: 252Can you post a running config for each router here so we can take a look? Difficult to really get a picture of what you have going on without that.
-
Raul-7 Registered Users Posts: 5 ■□□□□□□□□□Here it goes.
R0:
FastEthernet0/0 192.168.1.30 YES manual up up
FastEthernet0/1 192.168.1.33 YES manual up up
Serial0/0/0 192.168.1.129 YES manual up up
Serial0/0/1 unassigned YES unset administratively down down
Ethernet1/0 192.168.1.65 YES manual up up
FA0/0 connects to a switch.
FA0/1 to admin PC.
E1/0 to a printer.
S0/0/0 connects to S0/0/1 of R1.
R1:
FastEthernet0/0 192.168.1.133 YES manual up up
FastEthernet0/1 192.168.1.126 YES manual up up
Serial0/0/0 unassigned YES unset administratively down down
Serial0/0/1 192.168.1.130 YES manual up up
FA0/0 connects to a server.
FA0/1 connects to a switch.
S0/0/1 connects to S0/0/0 of R0. -
amclone Member Posts: 31 ■■□□□□□□□□Is this a lab environment? Did you set the clock rate on the DCE? Are you using RIP version 2?Working on CCNP Switch.
-
Raul-7 Registered Users Posts: 5 ■□□□□□□□□□Thanks amclone. This is on a packet tracer, I built 2 networks just for practice/curiosity.
I fixed it. Changed the router protocol to version 2. Then I was able to input the appropriate subnets. Now I can communicate through both networks.