以下に示すコマンドを使用して、設定ファイルまたはデバイスの状態をエクスポート/インポートすることができます。 バックアップ構成を作成することもできます。
構成のバックアップを保存するコマンド:
admin@FW>configure
Entering configuration mode
admin@FW# save config to MyBackup.xml
Config saved to MyBackup.xml
TFTP構成のエクスポート:
admin@PA-220> tftp export configuration from MyBackup.xml to <tftphost>
SCP 構成のエクスポート:admin@PA-220> scp export configuration from MyBackup.xml to user@<scphost>:/path
TFTP 構成のインポート:admin@PA-220> tftp import configuration from <tftphost> file <remotepath>
SCP 構成のインポート:admin@PA-220> scp import configuration from user@<scphost:/path
TFTP デバイス状態のエクスポート:
admin@PA-220> tftp export device-state to <tftphost>
SCP デバイス状態のエクスポート:admin@PA-220> scp export device-state to username@<scphost>:/path
TFTP デバイス状態のインポート:admin@PA-220> tftp import device-state from <tftphost> file <remotepath>
SCP デバイス状態のインポート:admin@PA-220> scp import device-state from username@<scphost:>path