09-12-2024 01:10 PM
Hi,
I'm having some trouble trying to conmute 2 static routes to a same destination.
One connection pass by the WAN in firewall trough a VPN tunnel and the other one pass by a MPLS connection trough a router.
both connections are UP now, and the default route takes the path through the router and that is OK
My static route config in the SWITCH CORE is something like this
ip route "segment_from_REMOTE_ROUTER" "Gateway_MPLS_ROUTER"
ip route "segment_from_REMOTE_ROUTER" "Firewall_IP" 180 (manual metric distance)
But in the table route shows only the ip route through the "Gateway_MPLS_ROUTER" active, so i want to active the other route if the tunnel in the router turns down and restore again the connection when is reconnected. Same thing if the connection is active through the VPN tunnel in Firewall turns down, active the static route through the MPLS Router.
But how i can do that? there is an option in ip-sla or something like that to provide high availability in 2 static routes?
Solved! Go to Solution.
09-13-2024 09:15 AM
Hello @ebenitez ,
you can use the following document as a guide
you need to track the primary static route with an IP SLA.
the IP SLA configuration needs to be performed carefully in order to be sure to use the primary path exit interface. The destination of the SLA has to be meaningful that is an IP address on remote MPLS site that cannot be reached if the MPLS service is down.
Hope to help
Giuseppe
09-13-2024 09:15 AM
Hello @ebenitez ,
you can use the following document as a guide
you need to track the primary static route with an IP SLA.
the IP SLA configuration needs to be performed carefully in order to be sure to use the primary path exit interface. The destination of the SLA has to be meaningful that is an IP address on remote MPLS site that cannot be reached if the MPLS service is down.
Hope to help
Giuseppe
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