Skip to main content
jestareja
Explorer
May 17, 2025
Question

Fortigate SD WAN Rule

  • May 17, 2025
  • 3 replies
  • 2764 views

Hi All,

 

I'm having trouble with SD Wan Rules, I have a scenario that when ISP1 goes down I want it not to failover to ISP2.

I already tried to create SD WAN rule, the Interface selection strategy is in MANUAL, and only 1 outgoing interface is selected, but when I simulate ISP1 to go down, it still goes to ISP2. Also have dedicated health check for the said SD WAN rule with Update static route disabled.

 

note: Fortigate 101F v.7.4.7

 

Any help will be much appreciated.

 

Thanks

3 replies

funkylicious
SuperUser
SuperUser
May 17, 2025

hi,

one of the use cases of sdwan is to do exactly what you are experiencing, meaning use of failover link or loadbalacing of traffic.

if you want to only use a single interface for traffic, either remove the other interface from sdwan config or if you want only certain traffic to use only a single interface and not the other one, try using policy routes for that.

"jack of all trades, master of none"
Yurisk
SuperUser
SuperUser
May 18, 2025

Hi, the goal you are trying to achieve is not possible with standard SD-WAN setup. The SD-WAN has Implicit rule at the very bottom of the SD-WAN rules which includes all SD-WAN-enabled interfaces, and it  cannot be disabled, and will always be failover to ISP2 if 1st ISP goes down. 

 

To suggest the options it would help to know your use case of both ISP links and SD-WAN rules (do you use SD-WAN rule to route different traffic to both ISPs?) usage . May be you don't need SD-WAN in the 1st place...

jestareja
jestarejaAuthor
Explorer
May 20, 2025

Hi @Yurisk and @funkylicious ,

Thanks for the response.

I'm just trying to build a separate network monitoring of our ISP's


I have 2 SD WAN rule and a firewall policy created for both our ISP.

scenario:

Ping 8.8.8.8 outgoing int ISP1

Ping 1.1.1.1 outgoing int ISP2


if ping to 8.8.8.8 goes down, no failover should occur, so that my network monitoring tool can catch the traffic, and vice versa.

any thoughts or recommendations would be much appreciated.

Thanks.

funkylicious
SuperUser
SuperUser
May 20, 2025

i would rather then go into link monitoring instead of sdwan to not make the failover and just supervise the interface. https://community.fortinet.com/t5/FortiGate/Technical-Tip-Link-Monitor-Explained/ta-p/197504 

"jack of all trades, master of none"
jestareja
jestarejaAuthor
Explorer
May 21, 2025

Thanks to this, gonna try to study and understand this one as I am new to Fortinet.