Description | This article describes what configuration will and will not sync for HA FortiGate. |
Scope | HA FortiGate. |
Solution |
While most of the configuration will be synced between HA FortiGates, there are certain configurations (specifically the 'set' commands) that will not sync between the FortiGate. Due to the nature of the configuration, set the config independently. This is a list of the configurations that will not sync:
config system interface edit [port] set management-ip X.X.X.X/X next end
config system global set hostname [string] end
Note: The interface that is specified for the ha-mgmt-interface will not have its configuration synced under 'config system interface'.
set group-id [0-255] edit [ID] end set priority [0-255] set override [enable|disable] end end
It is also possible to set up a vdom-exception to specify any of the following configurations to not sync between the cluster units. If VDOM mode is disabled then the object(s) configured will apply to the whole device. If VDOM mode is enabled then the object(s) configured will apply to the scope specified.
config system vdom-exception edit 1 set object [object] next end
List of objects that can be independently configured:
These configurations are only available on VM models.
Note: If a configuration was not pushed to the secondary device, manually push the settings to it. These commands need to be the type of both firewalls:
Primary FortiGate:
diagnose sys ha checksum recalculate execute ha synchronize start
Secondary FortiGate: Access from the primary FortiGate: execute ha manage <type question mark to know the id> <username> hit enter to enter the password on the next line, then type the commands:
diagnose sys ha checksum recalculate execute ha synchronize start
Note: In HA setup, each device maintains its own SNMP indexing, if two FortiGates are configured identically and have the same interfaces, the SNMP index values for those interfaces may not match so snmp-index is exempted in HA sync.
External threat feeds are not synced by HA. External threat feeds are configured at the individual device level and are not part of the HA synchronization process.
Open a TAC Support Team case if further assistance is required. |