04-17-2020 09:03 AM
I am currently trying to set up static routing across multiple routers (from 192.168.15.1/.2 to 192.168.15.9/.10) , i cant seem to figure it out, i have provided the packet tracer file, i am trying to set up redistribution across both networks aswell, any help would be great and appreciated.
04-17-2020 10:38 AM
Hi @lm4276
When you want to achieve connectivity through static routes, you must ensure that each router on the way knows how to reach the destination networks.
This route must be configured in both directions.
In your case, configure the following and the ping will be successful:
Router 11
Router(config)#ip route 192.168.15.0 255.255.255.248 192.168.15.42
Router(config)#ip route 192.168.15.8 255.255.255.248 192.168.15.33
Router 10
Router(config)#ip route 192.168.15.0 255.255.255.248 192.168.15.34
Router(config)#ip route 192.168.15.8 255.255.255.248 192.168.15.25
Router 12
Router(config)#ip route 192.168.15.0 255.255.255.248 192.168.15.26
Router(config)#ip route 192.168.15.8 255.255.255.248 192.168.15.17
Regards
04-17-2020 10:07 PM
You have to make sure you write separate static route entry on the router pointing towards all known destinations.
You can watch my youtube video
https://www.youtube.com/watch?v=2_0yfSX1Qpk&t=9s
Try below configuration :
Router 11
Router(config)#ip route 192.168.15.0 255.255.255.248 192.168.15.42
Router(config)#ip route 192.168.15.8 255.255.255.248 192.168.15.33
Router 10
Router(config)#ip route 192.168.15.0 255.255.255.248 192.168.15.34
Router(config)#ip route 192.168.15.8 255.255.255.248 192.168.15.25
Router 12
Router(config)#ip route 192.168.15.0 255.255.255.248 192.168.15.26
Router(config)#ip route 192.168.15.8 255.255.255.248 192.168.15.17
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