IOS配置基础(10)
视频地址:http://www.enet.com.cn/eschool/video/autohtml/449/761/9.shtml
 
-------------------------------------4-10  IOS配置基础 22-------------------------
4.9配置文件的备份与恢复
1、  加载IOS
 跟着唐涛老师学IOS配置基础(10)_职场
2、  加载配置文件
跟着唐涛老师学IOS配置基础(10)_职场_02
配置文件的来源
跟着唐涛老师学IOS配置基础(10)_休闲_033、  配置文件的备份和恢复
备份:
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 c2500-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!
             … …