Es ist möglich, eine Konfigurationsdatei oder einen Gerätestatus mit den unten aufgeführten Befehlen zu exportieren/importieren. Man kann auch eine Sicherungskonfiguration erstellen.
Befehle zum Speichern der Konfigurationssicherung:
admin@FW>configure
Entering configuration mode
admin@FW# save config to MyBackup.xml
Config saved to MyBackup.xml
TFTPExport der Konfiguration:
admin@PA-220> tftp export configuration from MyBackup.xml to <tftphost>
SCP Export der Konfiguration:admin@PA-220> scp export configuration from MyBackup.xml to user@<scphost>:/path
TFTP Import der Konfiguration:admin@PA-220> tftp import configuration from <tftphost> file <remotepath>
SCP Import der Konfiguration:admin@PA-220> scp import configuration from user@<scphost:/path
TFTP Export des Gerätestatus:
admin@PA-220> tftp export device-state to <tftphost>
SCP Export des Gerätestatus:admin@PA-220> scp export device-state to username@<scphost>:/path
TFTP Import des Gerätestatus:admin@PA-220> tftp import device-state from <tftphost> file <remotepath>
SCP Import des Gerätestatus:admin@PA-220> scp import device-state from username@<scphost:>path