09-03-2025 01:21 AM
I bumped into interested problem (don't know is it normal or not)
Sla reachability for this isp was timeout but DIA tried to sent traffic via problem providers because def gw was reachable
I thought that if sla has problem traffic not sent to problem link.
09-03-2025 01:37 AM
@dijix1990 this is a normal behavior and happened to me many times. A track object only influences which route is active in the routing table. It does not control NAT or how the router forwards traffic once a route is chosen.
Ur problem ISP's default route likely stayed active in the routing table because its next-hop gateway was still reachable (Layer 2 was up), even though the SLA to 8.8.8.8 via that ISP failed (Layer 3 was broken). Since the route was active, the NAT rule continued to use it.
and here u have a short config to fix it:
track 10 list boolean and
object 1 (tracks next-hop ISP gateway)
object 2 (tracks 8.8.8.8)
ip route 0.0.0.0 0.0.0.0 [ISP-Gateway] track 10
SO u track must check both the ISP gateway and the end-to-end path. Use a single tracked object that requires both to be true.
-Enes
CCNP x2 Enterprise
Your Friendly Networking Ninja
09-03-2025 02:08 AM
for legacy I also use it, but for sdwan it can't be usable
09-03-2025 01:44 AM
Can we see more configuration to understand the issue.
09-03-2025 01:44 AM - edited 09-03-2025 01:46 AM
Hello @dijix1990
NAT DiA follows the routing table...and the default route stay up as long as the ISP Gateway is reachable !
So, you need to tie each ISP's default route to a track object driver bye the SLA probe. So, when this probe fails the route will be withdrawn from the RIB and NAT automaticaly switches to your healthy provider.
09-03-2025 02:09 AM - edited 09-03-2025 02:13 AM
but we can't use next-hop track for transport interface
Static route tracker cannot be configured for VPN 0
09-03-2025 02:15 AM - edited 09-03-2025 02:15 AM
Woooooo sorry. I just see that: !!! this post is in SD-WAN and Cloud Networking
So sorry .... I think you have the good persons here to help you.
Sorry again.
09-03-2025 02:18 AM
It's not a problem)
09-03-2025 01:58 AM - edited 09-03-2025 07:06 AM
MHM
09-03-2025 02:10 AM
I use DNS Name
09-03-2025 02:27 AM - edited 09-03-2025 07:07 AM
MHM
09-03-2025 02:34 AM
track type is interface the same as in your picture, IP or DNS name doesn't matter because My problem ISP's default route stayed active
09-03-2025 02:38 AM - edited 09-03-2025 07:07 AM
MHM
09-03-2025 02:49 AM
but my track was down when problem was
09-03-2025 04:11 AM - edited 09-03-2025 07:08 AM
MHM
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