cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
769
Views
5
Helpful
1
Replies

Static Routing through 2 routers: can ping one interface but not other

JD2004NE
Level 1
Level 1

I'm struggling to get static routing through all these devices to work. From ISP router, I can ping DurhamR1 on 192.168.11.246 but not on its other interface 192.168.9.190 (where the network continues). It's as if I need to route from one interface to the other, but I'm unsure on how to do this. 

Packet tracer file attached.

1 Accepted Solution

Accepted Solutions

NetworkDave
Spotlight
Spotlight

@JD2004NE,

Welcome to the community!

Ping Fail = ISP router to DurhamR1 (192.168.9.190)

The ISP router drops the packet because it does not have a route to the destination IP Address.

Configure static route: ip route 192.168.9.128 255.255.255.192 192.168.11.253
Now ping intermittently fails = ISP router to DurhamR1 (192.168.9.190)


NewcastleR1 has two routes to the destination IP Address; One of which is invalid.

Delete invalid route: no ip route 192.168.9.128 255.255.255.192 192.168.11.254

 

Ping Successful = ISP router to DurhamR1 (192.168.9.190)

Let the community know if you need additional help and we'll assist you.

HTH
----------------------------------------------------------------------------------------------------
Remember to mark helpful posts and mark the correct answer as a solution; It helps other users with similar questions.

View solution in original post

1 Reply 1

NetworkDave
Spotlight
Spotlight

@JD2004NE,

Welcome to the community!

Ping Fail = ISP router to DurhamR1 (192.168.9.190)

The ISP router drops the packet because it does not have a route to the destination IP Address.

Configure static route: ip route 192.168.9.128 255.255.255.192 192.168.11.253
Now ping intermittently fails = ISP router to DurhamR1 (192.168.9.190)


NewcastleR1 has two routes to the destination IP Address; One of which is invalid.

Delete invalid route: no ip route 192.168.9.128 255.255.255.192 192.168.11.254

 

Ping Successful = ISP router to DurhamR1 (192.168.9.190)

Let the community know if you need additional help and we'll assist you.

HTH
----------------------------------------------------------------------------------------------------
Remember to mark helpful posts and mark the correct answer as a solution; It helps other users with similar questions.