Please help verify priority
Using FortiGate 80F with Fortinet OS 7.4.0.
I am configuring dual WAN. I want my primary (WAN1) to be used whenever the health link is alive. My secondary (WAN2) should only be used while WAN1 is down (dead). As soon as WAN1 comes back alive, I want my traffic to be rerouted immediately through WAN1.
Again, I always want to use WAN1 when its health is alive.
Here is my configuration. Can someone verify it and let me know if something needs to be changed?
config system link-monitor edit "wan1 failover" set addr-mode ipv4 set srcintf "wan1" set server-config default set server-type static set server "8.8.8.8" set protocol ping set gateway-ip 0.0.0.0 set source-ip 0.0.0.0 set interval 3000 set probe-timeout 500 set failtime 3 set recoverytime 3 set probe-count 30 set ha-priority 1 set update-cascade-interface enable set update-static-route enable set update-policy-route enable set status enable set diffservcode 000000 unset class-id set service-detection disable next edit "wan2 failover" set addr-mode ipv4 set srcintf "wan2" set server-config default set server-type static set server "8.8.8.8" set protocol ping set gateway-ip 0.0.0.0 set source-ip 0.0.0.0 set interval 3000 set probe-timeout 500 set failtime 3 set recoverytime 3 set probe-count 30 set ha-priority 1 set update-cascade-interface enable set update-static-route enable set update-policy-route enable set status enable set diffservcode 000000 unset class-id set service-detection disable next end
Thanks!
