Technical Tip: How to update normalized interface information via a script
| Description | This article describes how to update normalized interface information via a script. |
| Scope | FortiManager. |
| Solution | Consider the following example scenario:
Currently, FortiManager has 2 normalized interfaces:
In FortiManager, run CLI commands to view the CLI configuration:
execute fmpolicy print-adom-object <ADOM ID> <Category ID> <Dynamic Interface name>
Example result below:
After copying the CLI syntax from FortiManager, create a new script and add new information.
In FortiManager, verify the normalized interface after running the script successfully.
Example FortiManager script information:
config dynamic interface # Added new information <----- New information starts. end next end
config dynamic interface # Added new information <----- New information starts. end next end |





