-
Notifications
You must be signed in to change notification settings - Fork 104
Full config file load: GUI
Similar to a device bootstrap, a full xml can be loaded into the system as a candidate configuration. This provides the simplicity of loading a new configuration but will replace any configuration currently in the device.
In comparison, a load config partial requires additional steps but merges into the existing configuration instead of replacing.
The steps below can be used for a full configuration load and replace.
Since this will replace the existing configuration, the user is required to modify the xml file with admin accounts, management IP, and other initial configuration values.
The template uses {{ text }} markers in the config file to denote values that MUST be changed. During a commit, the device will show an error with the {{ text }} values in the error message.
-
Log into the firewall and click on the Device tab
-
Select Setup in the left nav bar
-
Click on the Operations tab
NOTE: You can perform a Save named configuration snapshot as backup prior to loading the new configuration
- Then Import named configuration snapshot choosing the day one config xml file
-
Still under the Operations tab, use Load named configuration snapshot choosing the day one config xml file
-
Ensure no errors loading the configuration.
-
Once loaded use the GUI to verify the configuration elements have been loaded then commit
NOTE: As referenced above, you may see {{ text }} related errors during the commit. If this happens, you will need to edit the pre-imported xml file and then repeat the steps above to import, load, and commit the configuration.