04-23-2018 10:15 AM - edited 03-08-2019 02:46 PM
So let's say I need to summarize everything from 192.168.3 - 192.168.250 does anyone know the statement to enter?
Also, what if I have other 192.168.X subnets that fall in that range that need to point to a different GW, is there any simpler way to do this (e.g. use a 192.168.0.0 255.255.0.0 X.X.X.X and just enter additional routes if something in 192.168.X.X has to be to a different GW)?
Solved! Go to Solution.
04-23-2018 12:00 PM
The most specific route wins, so a more specific route than a summary route will be chosen.
The closest summary route to 192.168.3 - 192.168.250 is 192.168.0.0/16, which is 192.168.0.0 to 192.168.255.255.
ip route 192.168.0.0 255.255.0.0 ...
04-23-2018 10:19 AM
Are you talking about static routes here, or a specific routing protocol?
04-23-2018 11:30 AM
Sorry static routes.
04-23-2018 12:00 PM
The most specific route wins, so a more specific route than a summary route will be chosen.
The closest summary route to 192.168.3 - 192.168.250 is 192.168.0.0/16, which is 192.168.0.0 to 192.168.255.255.
ip route 192.168.0.0 255.255.0.0 ...
04-26-2018 04:52 AM
Awesome thanks!
Do you happen to know of a good route summary calculator?
04-23-2018 01:54 PM
04-23-2018 05:57 PM
Yes thanks Joseph W. Doherty and Philip D'Ath !
Basically, I have some subnets that need to go out other interfaces and yes they are let's say a 192.168.25.X or a 192.168.55.X, etc.
Nothing in an easy sequence and I just want to make my routing table/statements as clean and easy as possible. In a situation like this, I guess I will just have to enter a 192.168.0.0 255.255.0.0 (GW) and enter 192.168.X.X 255.255.255.0 for whatever subnets that need to go to another GW.
04-24-2018 09:45 AM
04-26-2018 04:51 AM
Do you happen to know of a good route summary calculator?
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