cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
14560
Views
16
Helpful
4
Replies

Packet tracer-Static route not working

draj
Level 1
Level 1

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

2 Accepted Solutions

Accepted Solutions

Martin L
VIP
VIP

 

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 **

View solution in original post

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...

View solution in original post

4 Replies 4

Martin L
VIP
VIP

 

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 **

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...

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

kennylee88
Level 1
Level 1

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.

 

Review Cisco Networking for a $25 gift card