备份Cisco1130无线路由器IOS
今天的同事反应无线总是连接失败,查了一下设备的IOS版还是出厂的07年的第一版,正好手里有镜像文件正好更新的版本。在更新设备镜像文件时一定要做好备份工作。
[*]找到tftp软件一个(我使用的tftpd32)直接打开就可以使用无需设置。
[*]telnet到路由器中
[*]dir查看flash内的镜像文件
[*]01-28#dir
Directory of flash:/
2-rwx 2072Mar 09 2002 00:00:50 +00:00private-multiple-fs
7drwx 320Jan 01 1970 00:06:31 +00:00c1130-k9w7-mx.124-3g.JA
4-rwx 1700Mar 09 2002 00:00:50 +00:00config.txt
5-rwx 27Mar 09 2002 00:00:50 +00:00private-config
6-rwx 526Mar 01 2002 00:00:09 +00:00env_vars
15998976 bytes total (10451456 bytes free)
01-28#
注意显示:drwx 320Jan 01 1970 00:06:31 +00:00c1130-k9w7-mx.124-3g.JA
其中权限处:drwx 中的d表示这是一个文件夹。需要再进入目录中,要不copy时会有错误
%Error reading flash:c1130-k9w7-mx.124-3g.JA (Is a directory)
[*]01-28#copy flash:/c1130-k9w7-mx.124-3g.JA/c1130-k9w7-mx.124-3g.JA tftp: 回车
如下二个提示:
Address or name of remote host []? 192.168.4.101远程tftp服务器地址
Destination filename ? 要备份的文件名
[*]这时可以查看一下tftp log日志:
Connection received from 192.168.6.37 on port 55539
Write request for file <c1130-k9w7-mx.124-3g.JA>. Mode octet
Using local port 57112
<c1130-k9w7-mx.124-3g.JA>: rcvd 9004 blks, 4609680 bytes in 15 s. 0 blk resent
备份完成
页:
[1]