Support Forum
The Forums are a place to find answers on a range of Fortinet products from peers and product experts.
rawan5
New Contributor

Automate Fortigate to connect Fortimanager

I’m planning to setup an environment for the customer, where there are multiple sites and I was thinking that site installation would happen with USB stick, where there is a base configuration and right firmware from where fortigate reboots. Configuration would include fortimanager IP address, so I would only need to authorize remote site fortigate when it is online.

But when I was investigating on the configuration, it is not possible to use fortimanager serialnumber in the configuration file and also when default login password is changed, fortimanager would not be able to authorize the device even it is in the list.

How have you done this kind of setups where there are many site installations happening all the time?

VidMate
1 REPLY 1
srajeswaran
Staff
Staff

I believe you are talking about Zero Touch Provisioning (ZTP) and the process/setps are explained here - https://community.fortinet.com/t5/FortiManager/Technical-Tip-ZTP-basic-configuration-and-troubleshoo...
You may use the batch script as suggested in the article to configure FortiManager serial number.

Note:

The FortiManager Serial Number must be configured in the FortiGate to authenticate the incoming FortiGate's FortiManager management request in all of the ZTP scenarios.

 

In the example below, a batch mode script is used on FortiGate to configure the central management settings and the serial number, because the serial number cannot be set in normal CLI mode.

 

# exe batch start

# config system central-management

    set type fortimanager                  

    set fmg x.x.x.x       <----- IP address or FQDN of the FortiManager.

    set serial "FMG-Serial-Number"    <----- If the Serial Number is not set, the FortiGate will be unable to authenticate the FortiManager request.

end

 

# exe batch end

Regards,

Suraj

- Have you found a solution? Then give your helper a "Kudos" and mark the solution.

Labels
Top Kudoed Authors