Importing/exporting custom firewall properties
Custom properties can be imported or exported in the System > Configuration tab of the window to edit the firewall's settings.

- Edit the properties of a firewall.
- In the System > Configuration tab, click on Manage global customized properties.
Another window will open, displaying the available properties. - Click on Export.
- Open or save the export file containing custom properties.
- Click on Close.
NOTE
The structure of an export file containing custom properties is as follows:
#property,#firewall,#value
Cp1, Fw2, value_cp1
Cp2, Fw1, value_cp2
Cp3, Fw1, value_cp3
etc.

- Create a CSV import file containing custom properties with the following structure:
#property,#firewall,#value
Cp1, Fw2, value_cp1
Cp2, Fw1, value_cp2
Cp3, Fw1, value_cp3
etc. - Edit the configuration of a firewall.
- In the System > Configuration tab, click on Manage global customized properties.
Another window will open, displaying the available properties. - Click on Import.
- Select the file created in step 1.
- Click on Open.
SMC behavior during imports
- When a firewall specified in the import file is not connected to the SMC server, the whole import will be canceled.
- When a custom property already exists for a firewall connected to the SMC server, the value of this property will be changed for the firewall in question.
- When a custom property does not exist, it will be created and the corresponding value will be assigned to it for every firewall specified in the import file.
- When a custom property already exists on the SMC server and has been assigned a value for a particular firewall, its value will be replaced with the value assigned to this firewall in the import file.