實驗拓撲
圖 1-1ide
注:如無特別說明,描述中的 R1 或 SW1 對應拓撲中設備名稱末尾數字爲 1 的設備, R2 或 SW2 對應拓撲中設備名稱末尾數字爲 2 的設備,以此類推測試
按照圖示鏈接到真機,並配置 IP 地址(真機 IP 地址配置到 VirtualBox Host-Only Ethernet Adapter 網卡)
R1 保存當前配置
在 R1 上開啓 FTP 服務
使用真機訪問 FTP 服務,把 R1 的配置文件拷貝到本地
在 R1 上清空配置,重啓 R1,確認已配置爲空配狀態
再次在 R1 開啓 FTP 服務,並把真機拷貝的配置文件還原到路由器
更改 R1 的啓動配置文件名
再次重啓 R1,確認配置已還原code
一、配置 IP 地址部分略server
二、R1 保存當前配置,並確認,命令以下blog
[R1]save The current configuration will be written to the device. Are you sure? [Y/N]:y Please input the file name(*.cfg)[flash:/startup.cfg] (To leave the existing filename unchanged, press the enter key): Validating file. Please wait... Configuration is saved to device successfully.
三、R1 上開啓 FTP 服務,建立用戶 wangdaye,密碼 123步驟1 :開啓 FTP服務資源
[R1]ftp server enable
步驟2 :建立用於 FTP路由
身份驗證的用戶,配置密碼,並設置用戶權限級別和服務類型input
[R1]local-user wangdaye class manage New local user added. [R1-luser-manage-wangdaye]password simple 123456 [R1-luser-manage-wangdaye]authorization-attribute user-role level-15 [R1-luser-manage-wangdaye]service-type ftp
四、使用真機訪問 FTP 服務,備份 R1 的配置文件步驟1 :使用資源管理器訪問 FTP服務,如圖 1-2所示
flash
圖 1-2步驟2 :輸入用戶名和密碼,如圖 1-3所示
it
圖 1-3步驟3 :複製 R1的配置文件,如圖 1-4所示
圖 1-4 五、在 R1 上清空配置,命令以下
分析:此時 R1的配置已經備份到 PC上,如今把 R1的配置清空,再測試還原備份的配置是否有效
<R1>reset saved-configuration The saved configuration file will be erased. Are you sure? [Y/N]:y Configuration file in flash: is being cleared. Please wait ... Configuration file is cleared.
六、重啓 R1,命令以下
注意:重啓設備時,第一次確認提示是設備檢測到配置被清空,詢問是否要從新保存當前 配置。這次詢問須要輸入 n 來否認;第二次確認提示纔是詢問是否確認要重啓,應該輸入 y
<R1>reboot Start to check configuration with next startup configuration file, please wait.........DONE! Current configuration may be lost after the reboot, save current configuration? [Y/N]:n This command will reboot the device. Continue? [Y/N]:y Now rebooting, please wait...
七、查看 R1 配置,發現 R1 的配置已經變成空配狀態
<H3C>display current-configuration # version 7.1.075, Alpha 7571 # sysname H3C # system-working-mode standard xbar load-single password-recovery enable lpu-type f-series # vlan 1
八、再次把 R1 的 g0/0 口配置 IP 地址,並開啓 FTP,命令略
九、把真機上的配置文件還原到路由器,過程略
十、更改 R1 的啓動配置文件名,命令以下
<H3C>startup saved-configuration startup.cfg Please wait...... Done.
重啓 R1,確認配置已經還原到清空前的狀態
<R1>display cu <R1>display current-configuration # version 7.1.075, Alpha 7571 # sysname R1 # system-working-mode standard xbar load-single password-recovery enable lpu-type f-series # vlan 1