歡迎來到裝配圖網(wǎng)! | 幫助中心 裝配圖網(wǎng)zhuangpeitu.com!
裝配圖網(wǎng)
ImageVerifierCode 換一換
首頁 裝配圖網(wǎng) > 資源分類 > DOC文檔下載  

H3C系統(tǒng)及配置文件備份操作

  • 資源ID:28717105       資源大?。?span id="cnlqge8" class="font-tahoma">66.51KB        全文頁數(shù):6頁
  • 資源格式: DOC        下載積分:10積分
快捷下載 游客一鍵下載
會員登錄下載
微信登錄下載
三方登錄下載: 微信開放平臺登錄 支付寶登錄   QQ登錄   微博登錄  
二維碼
微信掃一掃登錄
下載資源需要10積分
郵箱/手機(jī):
溫馨提示:
用戶名和密碼都是您填寫的郵箱或者手機(jī)號,方便查詢和重復(fù)下載(系統(tǒng)自動生成)
支付方式: 支付寶    微信支付   
驗證碼:   換一換

 
賬號:
密碼:
驗證碼:   換一換
  忘記密碼?
    
友情提示
2、PDF文件下載后,可能會被瀏覽器默認(rèn)打開,此種情況可以點(diǎn)擊瀏覽器菜單,保存網(wǎng)頁到桌面,就可以正常下載了。
3、本站不支持迅雷下載,請使用電腦自帶的IE瀏覽器,或者360瀏覽器、谷歌瀏覽器下載即可。
4、本站資源下載后的文檔和圖紙-無水印,預(yù)覽文檔經(jīng)過壓縮,下載后原文更清晰。
5、試題試卷類文檔,如果標(biāo)題沒有明確說明有答案則都視為沒有答案,請知曉。

H3C系統(tǒng)及配置文件備份操作

系統(tǒng)及配置文件備份操作實驗任務(wù)一: 使用系統(tǒng)操作及文件操作的基本命令步驟一: 進(jìn)入系統(tǒng)視圖執(zhí)行system-view命令進(jìn)入系統(tǒng)視圖。系統(tǒng)視圖的提示符為系統(tǒng)名。執(zhí)行quit命令可以從系統(tǒng)視圖切換到用戶視圖。步驟二: 練習(xí)使用幫助特性和補(bǔ)全鍵s?sysname ?<Tab> <Tab>步驟三: 更改系統(tǒng)名稱 H3Csysname YourName YourName步驟四: 更改系統(tǒng)時間 YourNamedisplay clock17:28:07 UTC Mon 09/08/2008YourNamequit <YourName>clock datetime 10:20:30 10/01/2008<YourName>display clock10:20:32 UTC Wed 10/01/2008步驟五: 顯示系統(tǒng)運(yùn)行配置<YourName>display current-configuration <Space><Enter><Ctrl+C>步驟六: 顯示保存的配置<YourName>display saved-configuration 此時尚未保存配置,因此不存在saved-configuration步驟七: 保存配置默認(rèn)配置文件名通常為startup.cfg,某些版本為config.cfg。<YourName>saveThe current configuration will be written to the device. Are you sure? Y/N:Please input the file name(*.cfg)cf:/startup.cfg (To leave the existing filename unchanged, press the enter key): Validating file. Please wait. Now saving current configuration to the device. Saving configuration cf:/startup.cfg. Please wait. . Configuration is saved to cf successfully. <YourName>saveThe current configuration will be written to the device. Are you sure? Y/N:y Please input the file name(*.cfg)cf:/startup.cfg (To leave the existing filename unchanged, press the enter key): cf:/startup.cfg exists, overwrite? Y/N:y Validating file. Please wait. Now saving current configuration to the device. Saving configuration cf:/startup.cfg. Please wait. . Configuration is saved to cf successfully. 由于執(zhí)行了save命令,保存配置與運(yùn)行配置一致。步驟八: 刪除和清空配置YourNameundo sysname <YourName>reset saved-configuration The saved configuration file will be erased. Are you sure? Y/N:y Configuration file in cf is being cleared. Please wait . . Configuration file in cf is cleared. <YourName>reboot Start to check configuration with next startup configuration file, please wait. This command will reboot the device. Current configuration may be lost in next startup if you continue. Continue? Y/N:Y 步驟九: 顯示文件目錄<YourName> pwd cf: <YourName>dir Directory of cf:/ 0 drw- - Jan 19 2007 18:26:34 logfile 1 -rw- 16337860 Aug 03 2007 17:59:36 msr30-cmw520-r1206p01-si.bin 2 -rw- 739 Oct 01 2008 10:15:54 startup.cfg 249852 KB total (221648 KB free) File system type of cf: FAT32 步驟十: 顯示文本文件內(nèi)容用more命令步驟十一: 改變當(dāng)前工作路徑使cd命令步驟十二: 文件刪除用save、dir、delete、dir命令雖然刪除了該文件,但是在刪除該文件前后,為什么CF卡的可用內(nèi)存空間卻沒有變化呢。那是因為使用delete命令刪除文件時,被刪除的文件被保存在回收站中,仍會占用存儲空間。如果用戶經(jīng)常使用該命令刪除文件,則可能導(dǎo)致設(shè)備的存儲空間不足。如果要徹底刪除回收站中的某個廢棄文件,必須在文件的原歸屬目錄下執(zhí)行reset recycle-bin命令,才可以將回收站中的廢棄文件徹底刪除,以回收存儲空間。dir /all命令顯示內(nèi)容包括隱藏文件、隱藏子文件夾以及回收站中的原屬于該目錄下的文件的信息,回收站里的文件會以方括號“ ”標(biāo)出。文件myconfig.cfg應(yīng)該仍然存在于CF卡的回收站中。用reset recycle-bin命令清空回收站后,可發(fā)現(xiàn)文件列表中已經(jīng)找不到myconfig.cfg文件,并且可用內(nèi)存空間已經(jīng)增加。使用delete /unreserved命令刪除一個文件,則該文件將被徹底刪除,不能再恢復(fù)。其效果等同于執(zhí)行delete命令之后,再在同一個目錄下執(zhí)行了reset recycle-bin命令。實驗任務(wù)二: 通過Telnet登錄步驟一: 通過Console口配置Telnet用戶YourName-luser-test password simple test YourName-luser-test service-type telnet YourName-luser-test level 0 YourName-luser-test quit 在某些CMW版本中需用命令authorization-attribute level 0替代命令level 0。步驟二: 配置super口令YourName super password level 3 simple H3C 步驟三: 配置登錄歡迎信息YourNameheader login Please input banner content, and quit with the character %. Welcome to H3C world!% YourName步驟四: 配置對Telnet用戶使用缺省的本地認(rèn)證YourNameuser-interface vty 0 4 YourName-ui-vty0-4authentication-mode scheme 步驟五: 進(jìn)入接口視圖,配置以太口和PC網(wǎng)卡地址YourNameinterface GigabitEthernet 0/1 YourName-GigabitEthernet0/1ip add 192.168.0.1 255.255.255.0YourName-GigabitEthernet0/1 步驟六: 打開Telnet服務(wù)YourNametelnet server enable % Telnet server has been started 步驟七: 使用Telnet登錄telnet 192.168.0.10由于此時登錄用戶處于訪問級別,所以只能看到并使用有限的幾個命令。同時,超級終端上會有如下信息顯示,表明源IP為192.168.0.10的設(shè)備遠(yuǎn)程登入到路由器上。<YourName> %Oct 2 10:27:13:325 2008 YourName SHELL/4/LOGIN: test login from 192.168.0.10步驟八: 更改登錄用戶級別super 3能使用的命令明顯多于level0步驟九: 保存配置,重新啟動使用save和reboot命令實驗任務(wù)三: 使用FTP上傳下載系統(tǒng)文件步驟一: 通過Console口配置FTP用戶YourNamelocal-user test_ftp YourName-luser-test_ftp password simple test_ftp YourName-luser-test_ftp service-type ftp YourName-luser-test_ftp level 3 步驟二: 打開FTP服務(wù)YourNameftp server enable Info: Start FTP server. 步驟三: 使用FTP登錄步驟四: 使用FTP上傳文件如果用戶以Administrator登錄PC,則默認(rèn)的本地目錄是C:Documents and SettingsAdministrator。步驟五: 使用FTP下載文件dir通常為startup.cfg或config.cfg實驗任務(wù)四: 使用TFTP上傳下載系統(tǒng)文件本實驗以3CDaemon程序作為TFTP的服務(wù)器端。實際上任何支持TFTP服務(wù)的程序均可以使用。步驟一: 啟動TFTP服務(wù)器端程序步驟二: 使用TFTP下載文件<YourName>tftp 192.168.0.10 get mysystem.sys The file mysystem.sys exists. Overwrite it? Y/N:y Verifying server file. Deleting the old file, please wait. File will be transferred in binary mode Downloading file from remote tftp server, please wait. TFTP: 913 bytes received in 0 second(s) File downloaded successfully. 步驟三: 使用TFTP上傳文件 <YourName>tftp 192.168.0.10 put config.cfg File will be transferred in binary mode Sending file to remote tftp server. Please wait. TFTP: 940 bytes sent in 0 second(s). File uploaded successfully.

注意事項

本文(H3C系統(tǒng)及配置文件備份操作)為本站會員(文***)主動上傳,裝配圖網(wǎng)僅提供信息存儲空間,僅對用戶上傳內(nèi)容的表現(xiàn)方式做保護(hù)處理,對上載內(nèi)容本身不做任何修改或編輯。 若此文所含內(nèi)容侵犯了您的版權(quán)或隱私,請立即通知裝配圖網(wǎng)(點(diǎn)擊聯(lián)系客服),我們立即給予刪除!

溫馨提示:如果因為網(wǎng)速或其他原因下載失敗請重新下載,重復(fù)下載不扣分。




關(guān)于我們 - 網(wǎng)站聲明 - 網(wǎng)站地圖 - 資源地圖 - 友情鏈接 - 網(wǎng)站客服 - 聯(lián)系我們

copyright@ 2023-2025  zhuangpeitu.com 裝配圖網(wǎng)版權(quán)所有   聯(lián)系電話:18123376007

備案號:ICP2024067431-1 川公網(wǎng)安備51140202000466號


本站為文檔C2C交易模式,即用戶上傳的文檔直接被用戶下載,本站只是中間服務(wù)平臺,本站所有文檔下載所得的收益歸上傳人(含作者)所有。裝配圖網(wǎng)僅提供信息存儲空間,僅對用戶上傳內(nèi)容的表現(xiàn)方式做保護(hù)處理,對上載內(nèi)容本身不做任何修改或編輯。若文檔所含內(nèi)容侵犯了您的版權(quán)或隱私,請立即通知裝配圖網(wǎng),我們立即給予刪除!