Configuration management in FortiManager allows administrators to centrally manage multiple FortiGate firewalls. Instead of configuring each FortiGate manually, you can use FortiManager to push standardized configurations across your network.
Expected Outcome:
A Policy Package in FortiManager is a set of firewall rules, NAT settings, and security profiles that you can apply to FortiGate devices. Instead of configuring rules one by one, you can create a template and apply it to multiple firewalls.
Expected Outcome:
When managing multiple firewalls, it’s important to keep configurations up to date. FortiManager allows two types of synchronization:
Expected Outcome:
Even when following best practices, configuration issues can occur. Below are common errors and how to fix them.
| Issue | Possible Cause | Solution |
|---|---|---|
| Policy package not installing on FortiGate | FortiGate is out of sync with FortiManager | Perform a manual sync before pushing policies |
| Device appears "Disconnected" in FortiManager | Network issue or FortiGate management IP has changed | Check connectivity and verify correct IP address |
| Configuration rollback failed | The rollback version is corrupted or incomplete | Try a different backup version |
| Policy conflict error | Duplicate firewall rules exist | Review and resolve conflicting policies |
| Auto-sync is not working | Incorrect synchronization settings | Verify that auto-sync is enabled and check logs |
If a policy package fails to install, check logs:
diagnose debug application install -1
diagnose debug console timestamp enable
diagnose debug application fgfmsd -1
If a configuration change causes problems, FortiManager allows you to rollback to a previous version.
Expected Outcome:
FortiManager can automatically create backups before making changes.
Why is this important?
Following best practices reduces errors and improves efficiency.
Over time, unused rules accumulate.
Run:
diagnose firewall rule list
Remove unused firewall policies to improve performance.
You are an administrator responsible for managing 20 FortiGate devices using FortiManager. You need to:
Open Device Manager.
Check Sync Status (should be green).
Run CLI command:
diagnose sys cmdb status
Expected Outcome:
What is the difference between the device database and the device configuration in FortiManager?
The device database stores the configuration managed by FortiManager, while the device configuration is the actual running configuration on the FortiGate.
FortiManager maintains its own copy of the configuration in the device database. Administrators make changes there before deploying them to the FortiGate. The device configuration refers to the actual configuration currently running on the FortiGate device. If changes are made directly on the FortiGate CLI or GUI, the configurations may become out of sync. Administrators must import or retrieve the configuration to resynchronize the databases.
Common exam trap:
Candidates often assume the device database automatically updates when the firewall configuration changes.
Demand Score: 88
Exam Relevance Score: 92
Why might policy installation fail even though policies were configured correctly in FortiManager?
The device database may be out of sync with the FortiGate configuration.
If changes are made directly on the FortiGate device, the configuration stored in FortiManager may no longer match the device configuration. When FortiManager attempts to install policies, it compares the management database with the device configuration. If inconsistencies exist, installation may fail or generate warnings. Administrators must perform a configuration retrieval or import to synchronize the device database before installing policies again.
Common mistake:
Administrators believe installation failures are always policy conflicts rather than database synchronization issues.
Demand Score: 85
Exam Relevance Score: 91
What is the purpose of Install Preview in FortiManager?
It shows the configuration changes that will be applied before installation.
Install Preview compares the FortiManager database configuration with the current device configuration and displays the differences. This allows administrators to verify what will change before pushing the configuration to the device. The preview highlights added, modified, or removed configurations. Using Install Preview helps prevent unintended configuration changes and reduces deployment risks.
Common exam trap:
Some candidates think Install Preview validates policy logic. It only displays configuration differences.
Demand Score: 72
Exam Relevance Score: 83
What occurs during a policy installation process?
FortiManager pushes configuration changes from its database to the FortiGate device.
When administrators install policies, FortiManager generates a configuration script based on the policy package and device settings stored in its database. This script is then transmitted to the FortiGate device. The device applies the configuration changes and updates its running configuration. Installation ensures that the managed device configuration matches the centralized management database.
Demand Score: 77
Exam Relevance Score: 90
Why is configuration retrieval important in FortiManager?
It synchronizes the device configuration with the FortiManager database.
If administrators make changes directly on the FortiGate device, FortiManager's database may become outdated. Performing a configuration retrieval updates the FortiManager database to match the device configuration. This prevents installation conflicts and ensures that FortiManager accurately represents the device's current configuration.
Demand Score: 74
Exam Relevance Score: 88