跟着唐涛老师学IOS配置基础(10)

IOS 配置基础 (10)
视频地址: http://www.enet.com.cn/eschool/video/autohtml/449/761/9.shtml
 
-------------------------------------4-10  IOS 配置基础 22-------------------------
4.9 配置文件的备份与恢复
1、  加载 IOS
 
2、  加载配置文件
配置文件的来源
3、  配置文件的备份和恢复
备份:
Router#copy running-config tftp
Address or name of remote host[]? 10.1.1 .1.1
Destination filename[running-config]?wgroa.cfg
!!!!!
1684 bytes copied in 13300 secs(129 bytes/sec)
恢复:
Router#copy tftp running-config
Address or name of remote host[]? 10.1.1 .1
Source filename []?wgroa.cfg
Destination filename[running-config]?
Accessing tftp:// 10.1.1 .1/wgroa.cfg…
Loading wgroa.cfg from 10.1.1 .1 (via Ethernet0):!
1、  为什么要备份 IOS
2、  备份 IOS 的步骤
检查 server 是否可访问
检查 server 上是否有足够空间
检查命名规则
如果需要,在服务器上创建文件
3、  备份 IOS 的步骤
Router#show flash
System flash directory:
File Length Name/status
l 100846 c 2500-js-l_120-3.bin
          4 、恢复 IOS
             Router#copy tftp flash
             Address or name of remote host[ 10.1.1 .1]?
             Source filename[]?c2500-js-l_120-3.bin
             Destination filename[c2500-js-l_120-3.bin]?
             Accessing tftp:// 10.1.1 .1/c2500-js-l_120-3.bin…
             Erase flash:before copying?[confirm]
             Erasing the flash filesystem will remove all files!
             … …

你可能感兴趣的:(职场,休闲)