06-20-2024 01:25 PM
Still newish to networking and currently working on a project and just trying to get some insight on where i may be going wrong. I need to setup 3 lans, and the public addresses needed to be 172.0.10.1; 172.0.20.1; and, 172.0.30.1 respectively for the 3 lans. Currently the devices in each subnet are able to ping one another and it be successful. The routers are able to ping one another successfully, however the devices fail pings when trying to ping from subnet to subnet. When reviewing the hops taking in the event list i recieve the following, in addition i will attach an image and zip file of the packet tracer. Would appreciate any insight to point me in the right direction of where im going wrong in this setup/process.
1. The device sends back an ICMP Host Unreachable message.
2. The device looks up the destination IP address in the CEF table.
3. The CEF table has an entry for the destination IP address.
Solved! Go to Solution.
06-20-2024 02:01 PM
Hello,
if you do a 'show ip route' you can see that RIP is not working. You need to add 'version 2' and 'no auto-summary' to the RIP processes on all routers. Attached the revised file.
06-20-2024 04:11 PM
BTW, if using RIP, 172.0.x.x is a Class B, and what you've encountered is discontinuous subnets. Georg's RIPv2 supports classless subnets, so it will work with your subnets. The alternative, to use RIP, would be to use classful networks.
06-20-2024 01:38 PM
Im unsure why it wasnt saved, however Router1 should have the interface of -
fa0/0 static ipv4 172.0.20.1
s0/0/0 10.0.0.2
s0/0/1 11.0.0.1
06-20-2024 02:01 PM
06-20-2024 04:11 PM
BTW, if using RIP, 172.0.x.x is a Class B, and what you've encountered is discontinuous subnets. Georg's RIPv2 supports classless subnets, so it will work with your subnets. The alternative, to use RIP, would be to use classful networks.
06-20-2024 06:49 PM
Thank you i will review discountinuous subnets and classful networks to better educate myself on that subject, Thank you and I appreciate the helpful advice.
06-20-2024 06:48 PM
Thank you i will review the attached file and replicate the steps in current and review proper RIP implementation. Thank you for the helpful advice.
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