cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
4395
Views
0
Helpful
2
Replies

Static Routing across multiple routers

lm4276
Level 1
Level 1

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. 

2 Replies 2

luis_cordova
VIP Alumni
VIP Alumni

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

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

Please do not hesitate to click the STAR button if you are satisfied with my answer.
Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community:

Review Cisco Networking products for a $25 gift card