03-22-2017 08:56 AM - edited 03-05-2019 08:14 AM
Dear All,
Could you please answer for the following:
1) How many static route can be assign on a single router. ( I mean that how many floating static route)
2) Please , how to increase administrative distance for backup static route and how to verify this clearly.
Thanks.
03-22-2017 09:42 AM
Hi
1) How many static route can be assign on a single router. ( I mean that how many floating static route)
It depends of the router model. I dont have an aprox but please let me verify that info. In some devices like ASR routers the range will be from 1 to 140,000 static routes.
2) Please , how to increase administrative distance for backup static route and how to verify this clearly.
In order to increase the Administrative to a static route, the following example will be useful, this procedure is also called floating static routes.
By default the AD for static route is 1
ip route 10.0.0.0 255.255.255.0 1.1.1.1 (default)
ip route 10.0.0.0 255.255.255.0 1.1.1.1 20 (static route with AD 20)
Hope it is useful
:-)
03-22-2017 10:06 AM
These links can be useful to understand the floating static route. it basically is create a redundancy static route with different nexthop but with different administrative distance. So if the static route with lowest AD fails, the back up will be ready to forward the traffic to that destination.
https://howdoesinternetwork.com/2013/static-floating-route
http://www.ciscopress.com/articles/article.asp?p=2180209&seqNum=7
03-22-2017 06:34 PM
Mr. Julio Moisa,
Thanks for your explanation and references. That was enough for me. Thank a lot.
03-22-2017 08:22 PM
It was a pleasure
Have a great day
:-)
03-22-2017 09:44 AM
For #1, I'm unsure there's any logical cap. If there was, it's likely a huge value. I would suspect you might run out of flash space, trying to save a config, with a huge number of static routes first.
For #2
router(config)#ip route 1.1.1.1 2.2.2.2 3.3.3.3 ?
<1-255> Distance metric for this route
name Specify name of the next hop
permanent permanent route
tag Set tag for this route
track Install route depending on tracked item
<cr>
Unsure what you mean by "... how to verify clearly."
03-22-2017 06:33 PM
Mr. Joseph W.Doherty,
Your answers was very useful for me. Thank a lot.
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