Juniper SRX載入與儲存系統配置檔
Juniper SRX載入與儲存配置檔
CLI模式
root@srx210#
save ?
Possible
completions:
<filename> Filename (URL, local, remote, or
floppy)
terminal Use login terminal
[edit]
root@srx210#
save /cf/var/tmp/srx100-ok-20180506.conf
root@srx210#
root@srx100#
load ?
Possible
completions:
factory-default Override existing configuration with
factory default
merge Merge contents with existing
configuration
override Override existing configuration
patch Load patch file into
configuration
replace Replace configuration data
set Execute set of commands on
existing configuration
update Update existing configuration
[edit]
root@srx100#
load
override ?
Possible
completions:
<filename> Filename (URL,local,remote,or floppy)
terminal Use login terminal
[edit]
root@srx100#
load
override /cf/var/tmp/srx100-ok-20180506.conf
root@srx100#
從USB載入系統配置檔:
root@srx100# load override /cf/var/tmp/usb/SRX-ok.conf
關於如何設定及使用usb隨身碟請參考下列的網路連結:
將系統配置檔儲存到USB上
root@srx100# save /cf/var/tmp/usb/srx-ok-20180506.conf
從FTP Server載入配置檔(需要密碼)
root@srx100# load override ftp://user:123456@192.168.1.11/srx-ok.conf
/var/tmp//...transferring.file.........S7AgLH/100%
of 7534 B 1804 kBps
load
complete
[edit]
root@srx100# commit
commit
complete
[edit]
root@srx100#
將系統配置檔儲存到FTP Server上
root@srx100# save ftp://user:123456@192.168.1.11/srx-ok-20180506.conf
從FTP網站載入配置檔(不需要密碼)
Same
example fetching from a FTP server with user anonymous.
root@srx100# load override ftp://192.168.1.11/pub/JUNOS/srx-ok.conf
Junper SRX 並不支援從TFTP server來載入配置檔
root@srx100# load override tftp://192.168.1.11/test.conf
ssh: Could
not resolve hostname tftp: hostname nor servname provided,or not known
error:
file-fetch failed
load
complete (1 errors)
[edit]
root@srx100#
J-Web模式
將系統配置檔從個人電腦載入到Juniper SRX設備上
Maintain > Config Management
> Upload
點擊"選擇檔案"後,選擇你要載入的配置檔。
最後點擊"Upload and Install Package"來載入並提交配置。
J-Web模式只能載入儲存在PC個人電腦上的系統配置檔。
或是參考下列的設定系統配置Rollback恢復成前幾次系統配置變更前的設定。
將系統配置檔儲存到個人電腦上
Maintain > Config Management
> History
在Current這一行的最右邊點擊"Download"後,選擇你要儲存的位置,輸入檔名後按確定來儲存運行中的系統配置檔。
當然,您也可以將前幾次執行commit命令之前的系統配置檔儲存到電腦中。
J-Web模式只能將系統配置檔儲存到PC個人電腦上。
另外我們也可以從SCP Server來載入配置檔,請參考下列的網路連結: