Description | This article describes how to diagnose and work around the HA out-of-sync problem caused by the priority value in the 'modem' interface. |
Scope | FortiGate. |
Solution |
The HA is out of sync due to configuration differences on the system.interface of the modem. Below is an example output from both the primary and secondary FortiGates.
The current primary is JJ-01 and the secondary is JJ-02
JJ-01 (global) # diagnose sys ha checksum show global system.interface modem
JJ-02 (global) # diagnose sys ha checksum show global system.interface modem
The difference is that in JJ-FW-01, the priority value is set to 0. The configuration is as given below:
JJ-01 (global) # show system interface modem
JJ-02 (global) # show system interface modem
The integer value range for the priority value is 1 to 64435.
JJ-01 (modem) # set priority
This configuration is a read-only setting, which means that even an admin with super_admin privileges is not allowed to configure this value. The following message will be displayed when the configuration to change the priority value is attempted.
JJ-01 (modem) # set priority 1
Workaround: Perform a failover to make JJ-02 the primary. Reboot JJ-01 which was previously the primary, and allow it to reconnect to HA. This will restore the priority settings on the system interface modem to the default value of 1. The HA will remain in sync if JJ-01 is set to be the primary again. |