Wednesday, 16 November 2016

Disabling automatic configuration synchronization in FortiGate

In some situation you may need to stop configuration synchronization between the FortiGate cluster so you can disable the automatic synchronization of the primary unit configuration to all cluster units by using following command.Once You complete your task on one unit you can re-enable Configuration synchronization.

If vdom mode enable :
config global
config system ha
set sync-config disable/enable
end

If vdom mode disable:
config system ha
set sync-config disable/enable
end

disable : It will stop the config sync between cluster
enable : It will re-enable the config sync between cluster

No comments:

Post a Comment