Description
On a HA cluster when Active-Active mode is enabled, there are, sometimes, issues of latency on the Internet access.
This articles explains how to overcome this issue.
Solution
#config system ha
set group-name <Group_Name>
.
set load-balance-all enableend
This is disabled by default since it increases overhead and may actually reduce performance.When working in Active-Active Mode on a HA Cluster, the recommendation is to disable this Option:
#config system ha
set group-name <Group_Name>
.
set load-balance-all disableend