08-21-2020 10:13 AM - last edited on 02-23-2023 01:57 AM by Translator
Hi, Community,
I am still at learning stage, highly appreciate if someone help me in static routing. My static routing in packet tracer is not working with attached topology. The Router_1 does not shows any static routes though I've configured and same thing happened in Router_3 could not see the static routing when I run
sh ip route
but I could see the static routing in Router_2 routing table.
From the PC1 I could ping the R2 int ip of .201 but outbound failed
host not reachable
returned from 192.168.1.1. Same thing happened when i did ping from the PC2, it only reached R2 int IP of .109. I am really not sure where i did wrong or missed any commands.
Thank you in advance..
Regards,
draj
Solved! Go to Solution.
08-21-2020 11:46 AM - last edited on 02-23-2023 01:59 AM by Translator
it must be PT bug; let me check, for now, try with outgoing interface, like
ip route 192.168.0.0 255.255.255.0 GigabitEthernet0/0/0
I think you just flipped entries; Corrected entries are:
router 5 must have
ip route 192.168.1.0 255.255.255.0 112.78.221.109
Router 4 must have
ip route 192.168.0.0 255.255.255.0 112.78.221.201
Regards, ML
**Please Rate All Helpful Responses **
08-21-2020 11:58 AM - last edited on 02-23-2023 02:04 AM by Translator
Hello,
the static route on Router_1 you have configured does not point to a next hop, that is why it doesn't show up in the routing table.
What you need is one of the below routes:
ip route 192.168.0.0 255.255.255.0 112.78.221.201
or just a default route:
ip route 0.0.0.0 0.0.0.0 112.78.221.201
And an Router_3 you need:
ip route 192.168.1.0 255.255.255.0 112.78.221.109
or
ip route 0.0.0.0 0.0.0.0 112.78.221.109
Attached the working file...
08-21-2020 11:46 AM - last edited on 02-23-2023 01:59 AM by Translator
it must be PT bug; let me check, for now, try with outgoing interface, like
ip route 192.168.0.0 255.255.255.0 GigabitEthernet0/0/0
I think you just flipped entries; Corrected entries are:
router 5 must have
ip route 192.168.1.0 255.255.255.0 112.78.221.109
Router 4 must have
ip route 192.168.0.0 255.255.255.0 112.78.221.201
Regards, ML
**Please Rate All Helpful Responses **
08-21-2020 11:58 AM - last edited on 02-23-2023 02:04 AM by Translator
Hello,
the static route on Router_1 you have configured does not point to a next hop, that is why it doesn't show up in the routing table.
What you need is one of the below routes:
ip route 192.168.0.0 255.255.255.0 112.78.221.201
or just a default route:
ip route 0.0.0.0 0.0.0.0 112.78.221.201
And an Router_3 you need:
ip route 192.168.1.0 255.255.255.0 112.78.221.109
or
ip route 0.0.0.0 0.0.0.0 112.78.221.109
Attached the working file...
08-22-2020 09:03 AM
Hi,
Much appreciated for help and the time invested for me. Static routing is working now with default route :). Can I take a chance to clear my doubt on VLANs over the WAN(internet) with same topology, would it be possible to bring over multiple VLANs from point-A to point-B.
For instance, I have configured few VLANs in the switch at point-A and I wanted bring over to point-B, possible?
Thank you for the great support.
regards,
draj
10-01-2024 01:02 PM
Hi, sorry about this post. I just messing around with CPT. My set up looks very similar to you, except I have more than on VLAN network. Yeah I have some tough time too. Sorry I couldn't help much, cuz I'm stuck too
I will revise my setup from static route to dynamic OSPF and see from there.
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