Question
HA and Remote Link Failover
Hi All, Running an active passive Fortigate cluster and OS 5.4.8 - -we need to have remote link failover working so that if a ping target cannot be reached x times then the cluster fails over. We cannot make any sense of the results, when the ping target fails the cluster takes several minutes to failover and this has no relation to our timers. Has any one else seen strange results like this? Is anyone else running it with good predictable and reliable results? If so in which firmware version. The config for HA and link-monitor is below: config system ha set group-name "xxxxxxx" set mode a-p set password ENC xxxxxxx set hbdev "port1" 100 "port2" 50 set ha-mgmt-status enable set ha-mgmt-interface "mgmt1" set ha-mgmt-interface-gateway 10.200.254.250 set override enable set priority 200 set monitor "port16" "port40" set pingserver-monitor-interface "port20" set pingserver-failover-threshold 5   config system link-monitor edit "HA_Ping_Failover" set srcintf "port20" set server "10.10.10.1" set interval 3 set timeout 3 set failtime 3 set recoverytime 3 set ha-priority 10 Any feedback appreciated. Thanks, Moby.