1、自動(dòng)保存配置
[Huawei]set save-configuration ?
backup-to-server Back up the
configuration to the server on the network
# 保存配置文件到服務(wù)器
cpu-limit Specify the
upper limit of CPU usage when the system automatically backup the current
configuration # 備份配置時(shí)CPU使用上限
delay Specify the
delay time of the automatical backup after the current configuration change #配置變更發(fā)生后自動(dòng)備份配置的延時(shí)時(shí)間
interval Specify the
interval for backuping the current configuration automatically #自動(dòng)備份當(dāng)前配置的時(shí)間間隔
<cr>
[Huawei]set save-configuration
backup-to-server ?
server Server on the network
[Huawei]set save-configuration
backup-to-server server ?
X.X.X.X Specify the IP address of
the server
[Huawei]set save-configuration
backup-to-server server 10.1.1.1 ?
transport-type Specify the type
of the transmission
user Specify the user
accessing the server
[Huawei]set save-configuration
backup-to-server server 10.1.1.1 user ?
STRING<1-64> Name of the
user
[Huawei]set save-configuration
backup-to-server server 10.1.1.1 user ftp ?
password Specify the password
used to access the server
[Huawei]set save-configuration
backup-to-server server 10.1.1.1 user ftp password 023wg.com ?
path Specify the path on the
server
<cr>
[Huawei]set save-configuration
backup-to-server server 10.1.1.1 user ftp password 023wg.com path ?
STRING<1-64> Name of the
path
[Huawei]set save-configuration
backup-to-server server 10.1.1.1 user ftp password 023wg.com path back ?
<cr>
2、手動(dòng)保存配置
<Huawei>save ?
STRING<5-64> The name of
specific file ( *.cfg , *.zip)
all All configuration
including those of unavailable cards or slots
<cr>
<Huawei>save all
在第一次保存配置文件時(shí),如果不指定可選參數(shù)configuration-file,則設(shè)備將提示是否將文件名保存為“vrpcfg.zip”?!皏rpcfg.zip”是系統(tǒng)缺省的配置文件,初始狀態(tài)是空配置。
3、查看系統(tǒng)當(dāng)前啟動(dòng)配置文件名
<Huawei>display startup
MainBoard:
Configured startup system software: NULL
Startup system software: NULL
Next startup system software: NULL
Startup saved-configuration file: NULL
Next startup saved-configuration file: flash:/vrpcfg.zip
Startup paf file: NULL
Next startup paf file: NULL
Startup license file: NULL
Next startup license file: NULL
Startup patch package: NULL
Next startup patch package: NULL
<Huawei>
4、比較配置文件
用戶可以通過比較當(dāng)前配置和下次啟動(dòng)的配置文件,查看哪些配置項(xiàng)是不一致的,決定是否需要將當(dāng)前配置設(shè)置為下次啟動(dòng)時(shí)加載的配置文件。
系統(tǒng)在比較出不同之處時(shí),將從兩者有差異的地方開始顯示字符(默認(rèn)顯示150個(gè)字符),如果該不同之處到文件末尾不足150個(gè)字符,將顯示到文件尾為止。
比較當(dāng)前配置和下次啟動(dòng)的配置文件時(shí),如果下次啟動(dòng)的配置文件為空,或者下次啟動(dòng)的配置文件存在,但是內(nèi)容為空,系統(tǒng)將提示讀文件失敗。
所比較的配置文件必須以“.cfg”或“.zip”作為擴(kuò)展名。
<Huawei>compare configuration ?
INTEGER<0-65535> The line
of current-configuration to begin comparing
STRING<5-48> Specify
configuration file to be compared
<cr>
<Huawei>compare configuration
Warning: The current configuration is not
the same as the next startup configura
tion file. There may be several
differences, and the following are some configur
ations beginning from the first:
====== Current configuration line 40 ======
ip address 10.1.1.10 255.255.255.0
#
interface
GigabitEthernet0/0/3
#
wlan
#
interface NULL0
#
user-interface con 0
====== Configuration file line 41 ======
interface
GigabitEthernet0/0/3
#
wlan
#
interface NULL0
#
user-interface con 0
user-interface vty 0 4
user-interface vty 16 20
<Huawei>
如果不輸入?yún)?shù),表示從配置文件的首行開始進(jìn)行比較。current-line-number和save-line-number這兩個(gè)參數(shù)用來在發(fā)現(xiàn)配置文件不同之處后,跳過該不同處繼續(xù)進(jìn)行比較。
為什么compare configuration會(huì)失敗
V100R003之前版本執(zhí)行compare configuration命令是用來比較當(dāng)前的配置文件與存儲(chǔ)設(shè)備中保存的配置文件內(nèi)容是否一致,通過display startup命令查詢,當(dāng)上一次啟動(dòng)時(shí)使用的配置文件為NULL時(shí),會(huì)導(dǎo)致compare configuration失敗。因此設(shè)備初次上電,配置好并save之后,建議整機(jī)復(fù)位一下設(shè)備。
V100R003及以后的版本執(zhí)行compare configuration命令是用來比較當(dāng)前的配置與下次啟動(dòng)的配置文件內(nèi)容是否一致,所以沒有這樣的問題。
5、備份配置
為防止設(shè)備意外損壞,導(dǎo)致配置文件無法恢復(fù),可以通過以下三種方法進(jìn)行備份配置文件:
1、直接屏幕拷貝。
2、備份配置文件到存儲(chǔ)器中。
3、通過FTP、TFTP、FTPS、SFTP和SCP備份配置文件。
5.1、直接拷貝配置文件
在命令行界面上,執(zhí)行display
current-configuration命令,并拷貝所有顯示信息到TXT文本文件中,從而將配置文件備份到維護(hù)終端的硬盤中。
屏幕上顯示的配置信息受終端軟件的影響,可能會(huì)出現(xiàn)某配置過長(zhǎng)而換行的情況。對(duì)于換行的配置,拷貝至TXT文本中時(shí),需要?jiǎng)h除換行,保證一條配置信息在只處在一行中。否則當(dāng)使用制作的TXT文本恢復(fù)配置時(shí),換行的配置可能無法恢復(fù)。
5.2、備份配置文件到cfcard中
該步驟主要便于用戶在設(shè)備的cfcard中及時(shí)備份當(dāng)前配置文件。在設(shè)備啟動(dòng)之后,使用如下命令在設(shè)備的cfcard中備份配置文件。
如果不是保存在設(shè)備的默認(rèn)存儲(chǔ)器中,需要指定絕對(duì)路徑。
<HUAWEI> save
config.cfg
<HUAWEI> copy
config.cfg backup.cfg
5.3、通過FTP、TFTP、FTPS、SFTP和SCP備份配置文件
設(shè)備支持通過FTP、TFTP、FTPS、SFTP和SCP備份配置文件。其中使用FTP和TFTP備份配置文件比較簡(jiǎn)單,但是存在安全風(fēng)險(xiǎn)。在安全要求比較高的場(chǎng)景中,建議使用FTPS、SFTP和SCP備份配置文件。以下僅以FTP作為示例介紹備份配置文件。
5.3.1、設(shè)備作為FTP服務(wù)器,啟動(dòng)FTP服務(wù)。
在設(shè)備上啟動(dòng)FTP服務(wù)器功能,并創(chuàng)建用戶名為huawei,密碼為023wg.com的FTP用戶,授權(quán)此用戶可訪問的目錄是“cfcard:”。
<HUAWEI> system-view
[HUAWEI] ftp server enable
Warning: FTP is not a secure protocol, and it is recommended to use
SFTP.
Info: Succeeded in starting the FTP server.
[HUAWEI] aaa
[HUAWEI-aaa] local-user
huawei password irreversible-cipher 023wg.com
[HUAWEI-aaa] local-user huawei
ftp-directory cfcard:
[HUAWEI-aaa] local-user
huawei service-type ftp
[HUAWEI-aaa] local-user
huawei privilege level 15
5.3.2、從維護(hù)終端向設(shè)備發(fā)起FTP連接。
在PC上,通過FTP客戶端與設(shè)備建立FTP連接(例如設(shè)備的IP地址是10.110.24.254)。
C:\Documents and Setting\Administrator> ftp 10.110.24.254
Connected to 10.110.24.254.
220 FTP service ready.
User (10.110.24.254:(none)): huawei
331 Password required for huawei.
Password:
230 User logged in.
5.3.3、設(shè)置傳輸參數(shù)。
FTP用戶驗(yàn)證通過后,F(xiàn)TP客戶端顯示提示符“ftp>”,在“ftp>”提示下鍵入binary(二進(jìn)制傳輸模式),并設(shè)置FTP客戶端存放上載文件的目錄路徑。
ftp> binary
200 Type set to I.
ftp> lcd c:\temp
Local directory now C:\temp.
5.3.4、傳輸配置文件。
在PC上,使用get命令將配置文件下載至本地指定目錄中,并保存為backup.cfg。
ftp> get
cfcard:/config.cfg backup.cfg
5.3.5、確認(rèn)config.cfg和backup.cfg的文件大小是否一致。如果文件大小一致則認(rèn)為備份成功。
6、恢復(fù)配置
用戶進(jìn)行了錯(cuò)誤的配置,導(dǎo)致功能異常,可以通過以下三種方法進(jìn)行配置恢復(fù):
根據(jù)操作記錄重新配置或根據(jù)保存的配置文件重新配置
從存儲(chǔ)器恢復(fù)配置文件。
通過FTP、TFTP、FTPS、SFTP和SCP恢復(fù)配置文件。
在恢復(fù)配置文件后,為了讓配置文件生效,需要重新啟動(dòng)設(shè)備。先使用startup saved-configuration命令指定重新啟動(dòng)使用的配置文件(如果配置文件命名沒有變,則該步驟省略),然后使用reboot命令重新啟動(dòng)設(shè)備。
1、從存儲(chǔ)器恢復(fù)配置文件
該步驟主要便于用戶將存儲(chǔ)在設(shè)備cfcard中的備份配置文件恢復(fù)成當(dāng)前系統(tǒng)運(yùn)行的配置文件。在設(shè)備正常工作時(shí),使用如下命令。
<HUAWEI> copy cfcard:/backup.cfg cfcard:/config.cfg
2、通過FTP、TFTP、FTPS、SFTP和SCP恢復(fù)配置文件
設(shè)備支持通過FTP、TFTP、FTPS、SFTP和SCP恢復(fù)配置文件。其中使用FTP和TFTP恢復(fù)配置文件比較簡(jiǎn)單,但是存在安全風(fēng)險(xiǎn)。在安全要求比較高的場(chǎng)景中,建議使用FTPS、SFTP和SCP恢復(fù)配置文件。以下僅以FTP作為示例介紹恢復(fù)備份在PC上的配置文件。
6.2.1、設(shè)備作為FTP服務(wù)器,啟動(dòng)FTP服務(wù)。
在設(shè)備上啟動(dòng)FTP服務(wù)器功能,并創(chuàng)建用戶名為huawei,密碼為023wg.com的FTP用戶,授權(quán)此用戶可訪問的目錄是“cfcard:”。
<HUAWEI> system-view
[HUAWEI] ftp server enable
Warning: FTP is not a secure protocol, and
it is recommended to use SFTP.
Info: Succeeded in starting the FTP server.
[HUAWEI] aaa
[HUAWEI-aaa] local-user huawei password irreversible-cipher Helloworld@6789
[HUAWEI-aaa] local-user huawei ftp-directory cfcard:
[HUAWEI-aaa] local-user huawei service-type ftp
[HUAWEI-aaa] local-user huawei privilege level 15
6.2.2、從維護(hù)終端向設(shè)備發(fā)起FTP連接。
在PC上,通過FTP客戶端與設(shè)備建立FTP連接(例如設(shè)備的IP地址是10.110.24.254)。
C:\Documents and Setting\Administrator> ftp 10.110.24.254
Connected to 10.110.24.254.
220 FTP service ready.
User (10.110.24.254:(none)): huawei
331 Password required for huawei.
Password:
230 User logged in.
6.2.3、設(shè)置傳輸參數(shù)。
FTP用戶驗(yàn)證通過后,F(xiàn)TP客戶端顯示提示符“ftp>”,在“ftp>”提示下鍵入binary(二進(jìn)制傳輸模式),并設(shè)置FTP客戶端存放上載文件的目錄路徑。
ftp> binary
200 Type set to I.
ftp> lcd c:\temp
Local directory now C:\temp.
6.2.4、傳輸配置文件。
在PC上,使用put命令將配置文件上傳至本地指定目錄中,并保存為backup.cfg。
ftp> put cfcard:/config.cfg backup.cfg
6.2.5、在設(shè)備上確認(rèn)上傳的backup.cfg文件是否成功。如果設(shè)備上存在backup.cfg文件,且文件大小正確則認(rèn)為恢復(fù)配置文件成功。
7、清除配置
7.1、空設(shè)備下次啟動(dòng)使用的配置文件的內(nèi)容,并取消指定系統(tǒng)下次啟動(dòng)時(shí)使用的配置文件,從而使設(shè)備配置恢復(fù)到缺省值
<Huawei>reset
saved-configuration
Warning:
The action will delete the saved configuration in the device.
The configuration
will be erased to reconfigure. Continue? [Y/N]:y
Warning:
Now clearing the configuration in the device.
Info:
Succeeded in clearing the configuration in the device.
<Huawei>reboot
Info: The
system is now comparing the configuration, please wait.
Warning:
All the configuration will be saved to the configuration file for the n
ext
startup:, Continue?[Y/N]:n
System
will reboot! Continue?[Y/N]:y
reset
saved-configuration命令會(huì)清空設(shè)備下次啟動(dòng)使用的配置文件信息,請(qǐng)慎重執(zhí)行該命令。
執(zhí)行該命令后,如果當(dāng)前啟動(dòng)配置文件與下次啟動(dòng)配置文件相同,當(dāng)前啟動(dòng)的配置文件也會(huì)被清空。
執(zhí)行該命令后,用戶手動(dòng)重啟設(shè)備時(shí),系統(tǒng)會(huì)提示用戶是否保存配置,這時(shí)候選擇不保存才能清空配置。
取消指定系統(tǒng)下次啟動(dòng)時(shí)使用的配置文件后,如果不使用startup saved-configuration命令重新指定新的配置文件,或者不保存配置文件,設(shè)備重啟后,將會(huì)以缺省配置啟動(dòng)。
如果設(shè)備下次啟動(dòng)的配置文件為空,設(shè)備會(huì)提示配置文件不存在。
7.2、一鍵式清除指定接口下配置信息或?qū)⑴渲没謴?fù)到缺省值。
當(dāng)用戶需要將設(shè)備上的某個(gè)接口用作其他用途時(shí),原始的配置需要逐條刪除。如果該接口下存在大量的配置,那么用戶將耗費(fèi)大量的時(shí)間進(jìn)行刪除動(dòng)作,增大了用戶的維護(hù)量。為了減少用戶的維護(hù)量和降低操作的復(fù)雜度,可以一鍵式清除接口下的配置。
[Huawei]clear configuration ?
interface Specify the interface
[Huawei]clear configuration interface g
[Huawei]clear configuration interface
GigabitEthernet ?
<0-0> Slot number
[Huawei]clear configuration interface
GigabitEthernet 0/0/2
Warning: All configurations of the
interface will be cleared, and its state will be shutdown. Continue? [Y/N] :y
Info: Total execute 0 command(s), 0
successful, 0 failed.
[Huawei]
或
[Huawei-GigabitEthernet0/0/2]clear
configuration this
無論是在系統(tǒng)視圖下還是在接口視圖下執(zhí)行命令清除指定接口下配置信息或?qū)⑴渲没謴?fù)到缺省值,使用時(shí)請(qǐng)慎重。被清除配置文件的接口將被置為shutdown狀態(tài)。
8、配置系統(tǒng)啟動(dòng)文件
配置系統(tǒng)啟動(dòng)文件包括指定系統(tǒng)啟動(dòng)用的系統(tǒng)軟件和配置文件,這樣可以保證設(shè)備在下一次啟動(dòng)時(shí)以指定的系統(tǒng)軟件啟動(dòng)以及以指定的配置文件初始化配置。如果系統(tǒng)啟動(dòng)時(shí)還需要加載新的補(bǔ)丁,則還需指定補(bǔ)丁文件。
在進(jìn)行配置前,用戶可以使用display
startup命令查看當(dāng)前設(shè)備指定的下次啟動(dòng)時(shí)加載的文件。
如果沒有配置設(shè)備下次啟動(dòng)時(shí)加載的系統(tǒng)軟件,則下次啟動(dòng)時(shí)將默認(rèn)啟動(dòng)此次加載的系統(tǒng)軟件。當(dāng)需要更改下次啟動(dòng)的系統(tǒng)文件(如設(shè)備升級(jí))時(shí),則需要指定下次啟動(dòng)時(shí)加載的系統(tǒng)軟件,此時(shí)還需要提前將系統(tǒng)軟件通過文件傳輸方式保存至設(shè)備,系統(tǒng)軟件必須存放在存儲(chǔ)器的根目錄下,文件名必須以“.cc”作為擴(kuò)展名。
如果設(shè)備是雙主控環(huán)境,只需確保系統(tǒng)軟件保存在主用主控板,當(dāng)指定備用主控板的系統(tǒng)軟件時(shí),設(shè)備會(huì)自動(dòng)拷貝至備用主控板。
如果沒有配置下次啟動(dòng)時(shí)加載的配置文件,則下次啟動(dòng)采用缺省配置文件(如vrpcfg.zip)。如果默認(rèn)存儲(chǔ)器中沒有配置文件,則設(shè)備啟動(dòng)時(shí)將使用缺省參數(shù)初始化。
配置文件的文件名必須以“.cfg”或“.zip”作為擴(kuò)展名,而且必須存放在存儲(chǔ)器的根目錄下。
補(bǔ)丁文件的擴(kuò)展名為“.pat”,在指定下次啟動(dòng)時(shí)加載的補(bǔ)丁文件前也需要提前將補(bǔ)丁文件保存至設(shè)備存儲(chǔ)器的根目錄下。
如果設(shè)備是雙主控環(huán)境,用戶將補(bǔ)丁文件上傳至主用主控板,需要執(zhí)行copy source-filename
destination-filename命令手動(dòng)拷貝至備用主控板,從而確保補(bǔ)丁文件分別保存至主用主控板和備用主控板。
8.1、設(shè)備下次啟動(dòng)時(shí)加載的系統(tǒng)軟件
<Huawei>startup system-software ?
STRING<4-64> Specify the
system-software name,in the format of [drive][file-name](Default drive is
flash:/)
8.2、如果設(shè)備是雙主控環(huán)境設(shè)置備用主控板下次啟動(dòng)時(shí)加載的系統(tǒng)軟件
<Huawei>startup system-software ?
STRING<4-64> Specify the
system-software name,in the format of
[drive][file-name](Default
drive is flash:/)
<Huawei>startup system-software
software.cfg ?
slave-board For the slave board
<cr>
<Huawei>startup system-software
software.cfg slave-board ?
<cr>
8.3、系統(tǒng)下次啟動(dòng)時(shí)使用的配置文件
<Huawei>startup saved-configuration ?
STRING<5-64> Specify the
saved-configuration name,in the format of [drive][file-name](Default drive is
flash:/)
8.4、設(shè)備下次啟動(dòng)時(shí)加載的補(bǔ)丁文件
<Huawei>startup patch ?
STRING<5-64> Specify the
patch name,in the format of
[drive][file-name](Default
drive is flash:/)
<Huawei>startup patch patch.pat ?
slave-board For the slave board
<cr>
9、重新啟動(dòng)設(shè)備
為了使指定的系統(tǒng)軟件及相關(guān)文件生效,需要在配置完系統(tǒng)啟動(dòng)文件后,對(duì)設(shè)備進(jìn)行重新啟動(dòng)。
重新啟動(dòng)設(shè)備有以下兩種方式:
立即重新啟動(dòng)設(shè)備:
執(zhí)行命令行后立即重新啟動(dòng),也可通過在本地按動(dòng)設(shè)備上的“RST”重啟按鈕,重新啟動(dòng)設(shè)備。
定時(shí)重新啟動(dòng)設(shè)備:
可以設(shè)置在未來的某一時(shí)刻重新啟動(dòng)設(shè)備。配置完下次系統(tǒng)啟動(dòng)文件后,為了不影響當(dāng)前設(shè)備的運(yùn)行,可以將設(shè)備設(shè)置在業(yè)務(wù)量少的時(shí)間點(diǎn)進(jìn)行定時(shí)重新啟動(dòng)。
設(shè)備每一次重新啟動(dòng)或某一單板復(fù)位的相關(guān)信息都會(huì)被詳細(xì)記錄下來,包括重新啟動(dòng)的次數(shù)、詳細(xì)信息以及原因等,可以通過display reset-reason命令進(jìn)行查看。
一般情況下,不要輕易重新啟動(dòng)設(shè)備,因?yàn)檫@將導(dǎo)致在短時(shí)間內(nèi)服務(wù)中斷。
在重新啟動(dòng)設(shè)備之前,如果需要將當(dāng)前配置在重新啟動(dòng)設(shè)備后仍生效,請(qǐng)先確保當(dāng)前配置已保存。
9.1、立即重新啟動(dòng)設(shè)備
<Huawei>reboot ?
fast Reboot system fast # 表示快速重啟設(shè)備,不會(huì)提示是否保存配置文件
save Save system information # 表示快速重啟設(shè)備,不會(huì)提示是否保存配置文件
<cr>
9.2、定時(shí)重啟設(shè)備
<Huawei>schedule reboot ?
at Specify the exact time # 設(shè)備定時(shí)重新啟動(dòng)的具體時(shí)間
delay Specify the time interval # 設(shè)備在定時(shí)重新啟動(dòng)前等待的時(shí)間
<Huawei>schedule reboot at ?
STRING Exact time(hh:mm)
<Huawei>schedule reboot at 11:22 ?
YYYY/MM/DD Date to reboot
(YYYY/MM/DD)
<cr>
<Huawei>schedule reboot at 11:22
2016/4/4 ?
<cr>
<Huawei>schedule reboot delay ?
STRING Delay time, total minutes
or hours:minutes(mm or hh:mm), the max
value is 720 hours.
<Huawei>schedule reboot delay 1:00 ?
force Force the schedule reboot. # 強(qiáng)制按照計(jì)劃重啟
<cr>
如果不指定force參數(shù),系統(tǒng)首先會(huì)將當(dāng)前配置與配置文件進(jìn)行比較,如果不一致,則會(huì)提示是否保存當(dāng)前配置,用戶進(jìn)行選擇后系統(tǒng)又將提示用戶確認(rèn)設(shè)置的定時(shí)重啟時(shí)間,鍵入“Y”或者“y”后,設(shè)置生效。
如果指定force參數(shù),則系統(tǒng)不會(huì)出現(xiàn)任何提示,設(shè)置生效,當(dāng)前配置不會(huì)被比較及保存。
|