FortiGate
FortiGate Next Generation Firewall utilizes purpose-built security processors and threat intelligence security services from FortiGuard labs to deliver top-rated protection and high performance, including encrypted traffic.
fpadron
Staff
Staff
Article Id 193649
Description
This article describes how to associate the mgmt interface to a VDOM when the configuration option “set vdom <vdom name>" is not available under the interface configuration.
Solution

Configure the HA management interface:

config global
config system ha
set ha-mgmt-status enable

set ha-mgmt-interface mgmt   <<--- Change the mgmt interface to a different port that will be dedicated to management or set ha-mgmt-status to disable if no dedicated management port will be use for each unit in the Cluster.

config system interface
    edit mgmt.
       set vdom <vdom name>
    end
end


Note: Dedicated management ports on a HA Cluster will not be part of any VDOM.


Contributors