09-29-2024 08:21 AM
No tracking involved I just want to understand the default behaviour. I know it removes it if the line protocol on the exit interface goes down, but does it also check the next hop reachability from time to time?
09-29-2024 08:24 AM
We use usually two static route
One with permanent keyword for ip sla destiantion
Other is static route with track <<- this route monitoring by ip sla
MHM
09-29-2024 09:50 AM
Hello @ujiunwo2
By default, a router removes a static route from the routing table if the exit interface goes down* (i.e., the line protocol on the interface goes down). However, without additional tracking mechanisms like object tracking, the router does not check the next-hop reachability continuously for static routes.
For a static route that specifies a next-hop IP address, the router assumes the route is valid as long as the associated interface is up. It doesn’t actively verify whether the next-hop IP is reachable. The static route will remain in the routing table even if the next-hop IP becomes unreachable unless the interface goes down or there’s an additional mechanism (like tracking) configured to monitor the next-hop’s reachability.
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