备份Cisco 路由器的 IOS
(1) 在计算机安装TFTP服务器软件,并启动TFTP服务器,记下TFTP服务器的文件存放目录和服务器的IP地址。
(2) 检查连通性,备份配置文件
RouterA# ping 10.1.1.2 //检查路由器到tftp服务器是否连通 RouterA# copy running-config tftp //备份配置文件 Address or name of remote host []? //输入tftp服务器的ip地址 Destination filename [routera-cofig]? //直接回车确认即可
(3) 备份IOS
RouterA# show version //版本信息----12.4(1c) RouterA# show flash //记下IOS的文件名*** .bin RouterA# copy flash tftp //备份IOS到TFTP服务器 Source filename []? //输入*****.bin并回车确认 Address or name of remote host []? //输入tftp服务器地址 Destination filename [c1841-ipbase-mz.124-1c.bin]? //直接回车确认即可