cisco備份還原IOS及配置PCS
備份還原IOS及配置PCS
一:打開TFTP服務器(工具TFTP32.ext)
二:連線到需要備份or還原的網絡設備(工具SecureCRT.exe)
三:配置備份方法
3-1:在特權模式輸入命令copy run tftp回車,
3-2:Sourcefilename目標文件名採用默認,回車
3-3:Addressor name of remote host[]輸入TFTP服務器IP,即運行TFTP軟件的電腦IP地址如10.72.60.129
3-4:Destinationfilename遠端文件名輸入20121207ASA5510bak,(格式為日期+設備型號+bak)回車
等所有!!!!跑完後備份完成。
四:配置還原方法
3-1:在特權模式輸入命令copytftp st回車,
3-2:Addressor name of remote host[]輸入TFTP服務器IP,即運行TFTP軟件的電腦IP地址如10.72.60.129
3-3:Sourcefilename目標文件名,輸入需要還原的文件名,回車
3-4:Destinationfilename遠端文件名採用默認,回車
提示所有!!!!跑完後備份完成。
五:IOS備份方法
5-1:特權模式輸入sh flash,用於查看IOS文件名
5-2:特權模式輸入copyflash tftp,回車
5-3:sourcefilename[]?輸入IOS文件名asa804-k8.bin
5-4:addressor name of remote host[]?輸入運行TFTP軟件的IP:10.72.60.129
5-5:Destinationfilename[asa804-k8.bin]?輸入文件名20121208asa5510IOSbak.bin,以日期+規格+IOSbak.bin,等待!!!!全部跑完即可。
六:IOS還原方法
5-1:特權模式輸入copytftp flash,回車
5-2:addressor name of remote host[]?輸入運行TFTP軟件的IP:10.72.60.129
5-3:sourcefilename[]?輸入待還原的IOS文件名20121208asa5510iosbak.bin
5-4:Destinationfilename[20121208asa5510iosbak.bin]?默認即可,等待!!!!全部跑完即可。