03-27-2022 10:42 AM - last edited on 03-29-2022 05:53 AM by Translator
Hello!
I'm new to cisco.
The goal is to set the PCs as DHCP clients and the Routers as the DHCP servers.
I have already set the PCs as DHCP. I also added the IP address for all routers.
The problem I'm having is that for some reason I can't ping PC2 to PC3 or PC3 to PC2.
The error I get when I try to ping PC2 from PC3 is
Reply from 11.0.5.2: Destination host unreachable.
The error I get when I try to ping PC3 from PC2 is
Reply from 12.0.4.2: Destination host unreachable.
By the way, I'm not using Static Routing. I'm using RIP, so it might be the reason why It's not working.
EDIT:
Okay, so I made some changes, and PC3 to PC2 and vice-versa is working fine. However, after adding another PC (this one doesn't work).
The site won't let me upload the .pkt file, so I will share it through Google Drive.
https://drive.google.com/file/d/1RJqIKK5BiO4yK75R3mSnoBMOPk7--khx/view?usp=sharing
Solved! Go to Solution.
03-27-2022 12:02 PM - last edited on 03-29-2022 05:57 AM by Translator
On R3 connected to R4, IP address should be 12.0.8.4 (instead of 11.0.8.4)
R3(config)#router rip
R3(config)#version 2
R3(config-router)#network 11.0.5.0
R3(config-router)#network 12.0.8.0
R3(config-router)#end
R4(config)#router rip
R4(config)#version 2
R4(config-router)#network 12.0.6.0
R4(config-router)#network 12.0.7.0
R4(config-router)#network 12.0.8.0
R4(config-router)#end
R5(config)#router rip
R5(config)#version 2
R5(config-router)#network 12.0.4.0
R5(config-router)#network 12.0.6.0
R5(config-router)#end
#show ip interface brief ( all interface up)
#show ip protocols (check on all the interface RIP running)
#show ip route (check on router RIP routes learning)
03-27-2022 11:08 AM
Hello
Can you post the Packet tracer file.
03-27-2022 11:42 AM
I posted a link adbove to my google drive for the file. Apparently, I can't upload this type of file here.
03-27-2022 11:12 AM - last edited on 03-29-2022 05:57 AM by Translator
You have given us a description of the problem but no detail for us to work with. It looks like this might be Packet Tracer. If so then post the PT file (put it into zip to be able to post it). If we want to investigate the problem without seeing the configs then a good starting point would be the output of
show ip route
from each of the routers.
03-27-2022 12:02 PM - last edited on 03-29-2022 05:57 AM by Translator
On R3 connected to R4, IP address should be 12.0.8.4 (instead of 11.0.8.4)
R3(config)#router rip
R3(config)#version 2
R3(config-router)#network 11.0.5.0
R3(config-router)#network 12.0.8.0
R3(config-router)#end
R4(config)#router rip
R4(config)#version 2
R4(config-router)#network 12.0.6.0
R4(config-router)#network 12.0.7.0
R4(config-router)#network 12.0.8.0
R4(config-router)#end
R5(config)#router rip
R5(config)#version 2
R5(config-router)#network 12.0.4.0
R5(config-router)#network 12.0.6.0
R5(config-router)#end
#show ip interface brief ( all interface up)
#show ip protocols (check on all the interface RIP running)
#show ip route (check on router RIP routes learning)
03-27-2022 07:56 PM
Thank you. I realized my problem was not using version 2. That fixed the problem.
Thanks.
03-27-2022 01:22 PM
Hello
Review the attached revised file, I have used eigrp instead and centralised your dhcp to a single rtr.
03-27-2022 04:38 PM
Thank you for the help, I really appreciate it. Although, I was really looking for a solution using RIP.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide