WAN1 doesn't seem to be failing over as part of WAN LLB
FG-100D is configured with two WANs combined via WLLB. ISP for WAN1 has been flaky lately, dropping out for 30 seconds or so occasionally. I expected traffic to be immediately routed to WAN2, but in reality I have to manually disable WAN1 in the GUI in order for this to happen. The relevant parts of the config is below. I'm trying to determine whether I have something configured incorrectly in the Fortigate, or if the misconfiguration is occurring between my ears. Thanks in advance. Eric
5.04-FW-build1064
config system interface
edit "wan1"
set vdom "root"
set ip 74.143.138.236 255.255.255.248
set allowaccess ping fgfm
set type physical
set alias "isp1"
set estimated-upstream-bandwidth 5000
set estimated-downstream-bandwidth 50000
set role wan
set snmp-index 1
next
edit "wan2"
set vdom "root"
set mode dhcp
set distance 20
set allowaccess ping fgfm
set type physical
set alias "isp2"
set estimated-upstream-bandwidth 1800
set estimated-downstream-bandwidth 18000
set role wan
set snmp-index 7
next
end
config system virtual-wan-link
set status enable
set load-balance-mode measured-volume-based
config members
edit 1
set interface "wan1"
set gateway xxx.xxx.xxx.xxx
set volume-ratio 7
next
edit 2
set interface "wan2"
set gateway yyy.yyy.yyy.yyy
set volume-ratio 1
next
end
