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.
jclar
Staff
Staff
Article Id 300897
Description

This article describes how to configure Security Fabric Management IP and port via CLI.

Scope FortiGate.
Solution

For more details on configuring Security Fabric, refer to this admin guide: Configuring the root FortiGate and downstream FortiGates.

 

config system global

    set management-ip <-- Management IP address of this FortiGate. Used to log into this FortiGate from another FortiGate in the Security Fabric.

    set management-port 10443 <-- Overriding port for management connection (Overrides admin port).

end

 

 

The sample is shown below.

 

CLI:

 

config system global

    set admin-server-cert "self-sign"

    set admintimeout 480

    set alias "FGVM01*****"

    set gui-auto-upgrade-setup-warning disable

    set hostname "Fortigate"

    set lldp-transmission enable

    set management-ip "10.142.1.62"

    set management-port 10443

    set management-port-use-admin-sport disable

    set timezone "Asia/Kuala_Lumpur"

end

 

GUI:

 

GUI_SecFab.png