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.
akushwaha
Staff
Staff
Article Id 366512
Description This article describes how to see the configuration changes on FortiGate CLI when it is pushed from FortiManager.
Scope FortiGate.
Solution

In the below example, a firewall policy configuration is pushed from FortiManager.


1st.png

 

2nd.png

 

To record the configuration change, run the below commands on FortiGate CLI:

diagnose debug reset
diagnose debug cli 7
diagnose debug enable

 

Below is the output:

3rd.png

 

To disable the debug, use the following commands:

 

diag debug disable

diag debug reset

 

Note:

This will NOT capture the TCL script push from FortiManager because the TCL script uses SSH instead of the regular FGFM tunnel to connect to the FortiGate (which is the case of config/policy/CLI Script push).