ha with link monitor and override
Hi,
i have this scenario.
Two fortgate 1000d in a geographical cluster active-passive.
I need the active will return active after a failover, so i configure the override command.
Also i need to monitor a ip to force a failover in casa the ip wasn’t reachable by one of the device, so i configure the link monitor and set to chance the HA priority.
Here start my problem.
Whit the override configured on the active even if i lose reachability there isn’t a change of the priority(it seems like the link monitor is after priority if there is override configured).
It works if i put the same priority on both the device, but if i get back the ip reachability the override command don’t set the old active as active but stays passive.
Here the command I use:
config system ha
set override enable
set priority 150
set pingserver-monitor-interface "port1"
set pingserver-failover-threshold 5
set pingserver-flip-timeout 120
end
config system link-monitor
edit "Gw-mon"
set srcintf "port1"
set server "172.31.2.250"
set interval 2
set failtime 2
set ha-priority 50
next
end
thak you
