准备环节:用console线连接好路由器,准备好cisco tftp服务器

一、备份原始IOS

SZNET001#show flash
-#- --length-- -----date/time------ path
1     25591404 Jun 22 2010 01:48:26 +00:00 c2800nm-ipbase-mz.124-15.T13.bin
2         2900 Jun 22 2010 01:56:24 +00:00 cpconfig-2811.cfg
3      2938880 Jun 22 2010 01:56:42 +00:00 cpexpress.tar
4         1038 Jun 22 2010 01:56:50 +00:00 home.shtml
5       122880 Jun 22 2010 01:57:00 +00:00 home.tar
6       527849 Jun 22 2010 01:57:10 +00:00 128MB.sdf
7      1697952 Jun 22 2010 01:57:28 +00:00 securedesktop-ios-3.1.1.45-k9.pkg
8       415956 Jun 22 2010 01:57:42 +00:00 sslclient-win-1.1.4.176.pkg
9       189843 Nov 24 2010 01:12:44 +00:00 crashinfo_20101124-011245
10         780 Dec 29 2011 04:31:16 +00:00 vlan.dat

97230848 bytes available (31506432 bytes used)

SZNET001#copy flash tftp
Source filename [?]? c2800nm-ipbase-mz.124-15.T13.bin
Address or name of remote host []? 192.168.100.31
Destination filename [c2800nm-ipbase-mz.124-15.T13.bin]?
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!!!!!!!!!!!!!!!!!!!!!
25591404 bytes copied in 131.136 secs (195152 bytes/sec)

二、从tftp升级

SZNET001#copy tftp flash
Address or name of remote host []? 192.168.100.31
Source filename []? c2800nm-adventerprisek9-mz.124-15.T3.bin
Destination filename [c2800nm-adventerprisek9-mz.124-15.T3.bin]?
?Bad filename
%Error parsing filename (Bad file number)
SZNET001#copy tftp flash
Address or name of remote host [192.168.100.31]?
Source filename [c2800nm-adventerprisek9-mz.124-15.T3.bin]?
Destination filename [c2800nm-adventerprisek9-mz.124-15.T3.bin]?
Accessing tftp://192.168.100.31/c2800nm-adventerprisek9-mz.124-15.T3.bin...
Loading c2800nm-adventerprisek9-mz.124-15.T3.bin from 192.168.100.31 (via FastEt
hernet0/0): !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
[OK - 52784760 bytes]

52784760 bytes copied in 324.588 secs (162621 bytes/sec)

SZNET001#dir
Directory of flash:/

1  -rw-    25591404  Jun 22 2010 01:48:26 +00:00  c2800nm-ipbase-mz.124-15.T
13.bin
    2  -rw-        2900  Jun 22 2010 01:56:24 +00:00  cpconfig-2811.cfg
    3  -rw-     2938880  Jun 22 2010 01:56:42 +00:00  cpexpress.tar
    4  -rw-        1038  Jun 22 2010 01:56:50 +00:00  home.shtml
    5  -rw-      122880  Jun 22 2010 01:57:00 +00:00  home.tar
    6  -rw-      527849  Jun 22 2010 01:57:10 +00:00  128MB.sdf
    7  -rw-     1697952  Jun 22 2010 01:57:28 +00:00  securedesktop-ios-3.1.1.45
-k9.pkg
    8  -rw-      415956  Jun 22 2010 01:57:42 +00:00  sslclient-win-1.1.4.176.pk
g
    9  -rw-      189843  Nov 24 2010 01:12:44 +00:00  crashinfo_20101124-011245
   10  -rw-         780  Dec 29 2011 04:31:16 +00:00  vlan.dat
   11  -rw-    52784760  Jan 10 2012 05:04:54 +00:00  c2800nm-adventerprisek9-mz
.124-15.T3.bin

128737280 bytes total (44445696 bytes free)

三、删除原始的IOS

SZNET001#delete c2800nm-ipbase-mz.124-15.T13.bin
Delete filename [c2800nm-ipbase-mz.124-15.T13.bin]?
Delete flash:c2800nm-ipbase-mz.124-15.T13.bin? [confirm]

SZNET001#dir
Directory of flash:/

1  -rw-        2900  Jun 22 2010 01:56:24 +00:00  cpconfig-2811.cfg
    2  -rw-     2938880  Jun 22 2010 01:56:42 +00:00  cpexpress.tar
    3  -rw-        1038  Jun 22 2010 01:56:50 +00:00  home.shtml
    4  -rw-      122880  Jun 22 2010 01:57:00 +00:00  home.tar
    5  -rw-      527849  Jun 22 2010 01:57:10 +00:00  128MB.sdf
    6  -rw-     1697952  Jun 22 2010 01:57:28 +00:00  securedesktop-ios-3.1.1.45
-k9.pkg
    7  -rw-      415956  Jun 22 2010 01:57:42 +00:00  sslclient-win-1.1.4.176.pk
g
    8  -rw-      189843  Nov 24 2010 01:12:44 +00:00  crashinfo_20101124-011245
    9  -rw-         780  Dec 29 2011 04:31:16 +00:00  vlan.dat
   10  -rw-    52784760  Jan 10 2012 05:04:54 +00:00  c2800nm-adventerprisek9-mz
.124-15.T3.bin

128737280 bytes total (70037504 bytes free)

四、指定从新的IOS启动系统

SZNET001#config t
Enter configuration commands, one per line.  End with CNTL/Z.

SZNET001(config)#boot system flash c2800nm-adventerprisek9-mz.124-15.T3.bin

SZNET001(config)#end
SZNET001#copy run sta
Destination filename [startup-config]?
Building configuration...
[OK]
SZNET001#reload
Proceed with reload? [confirm]

*Jan 10 05:13:03.579: %SYS-5-RELOAD: Reload requested  by console. Reload Reason
: Reload Command.

#升级后

SZNET001#show ver
Cisco IOS Software, 2800 Software (C2800NM-ADVENTERPRISEK9-M), Version 12.4(15)T
3, RELEASE SOFTWARE (fc1)
Technical Support: http://www.cisco.com/techsupport
Copyright (c) 1986-2008 by Cisco Systems, Inc.
Compiled Thu 24-Jan-08 15:25 by prod_rel_team

ROM: System Bootstrap, Version 12.4(13r)T11, RELEASE SOFTWARE (fc1)

SZNET001 uptime is 5 minutes
System returned to ROM by reload at 05:13:03 UTC Tue Jan 10 2012
System image file is "flash:c2800nm-adventerprisek9-mz.124-15.T3.bin"

This product contains cryptographic features and is subject to United
States and local country laws governing import, export, transfer and
use. Delivery of Cisco cryptographic products does not imply
third-party authority to import, export, distribute or use encryption.
Importers, exporters, distributors and users are responsible for
compliance with U.S. and local country laws. By using this product you
agree to comply with applicable laws and regulations. If you are unable
to comply with U.S. and local laws, return this product immediately.

A summary of U.S. laws governing Cisco cryptographic products may be found at:
http://www.cisco.com/wwl/export/crypto/tool/stqrg.html

If you require further assistance please contact us by sending email to
export@cisco.com.

Cisco 2811 (revision 53.51) with 509952K/14336K bytes of memory.
Processor board ID FHK1426F0PM
6 FastEthernet interfaces
1 Virtual Private Network (VPN) Module
DRAM configuration is 64 bits wide with parity enabled.
239K bytes of non-volatile configuration memory.
126000K bytes of ATA CompactFlash (Read/Write)

Configuration register is 0x2102

SZNET001#

本文转自yangye1985 51CTO博客,原文链接:http://blog.51cto.com/yangye/761061,如需转载请自行联系原作者

Cisco 2811 IOS 升级实战相关推荐

  1. cisco ASA ios升级或恢复

    cisco ASA ios升级或恢复 一.升级前准备工作 1.准备好所要升级的IOS文件及对应的ASDM文件 2.在一台电脑上架设好tftp,设置好目录,与防火墙进行连接(假设电脑IP为192.168 ...

  2. Cisco AP IOS升级

    Cisco AP IOS升级: 方法一, 此方法也可以用于瘦AP到胖AP的升级, 可以是胖AP IOS 系统本身的版本升级: 前提准备: Console线和网线接AP和笔记本,设置笔记本IP 10.0 ...

  3. cisco路由器ios升级宝典

    前不久,朋友在对一台带语音模快的CISCO2610进行IOS升级时,由于路由器的内存(flash)为8M,IOS软件为7M多,升级后路由器无法正常启动.启动后到rommon1>状态,请求帮助.由 ...

  4. CISCO路由器IOS升级方法

    前不久,朋友在对一台带语音模快的CISCO2610进行IOS升级时,由于路由器的内存(flash)为8M,IOS软件为7M多,升级后路由器无法正常启动.启动后到rommon 1 >状态,请求帮助 ...

  5. Cisco路由器IOS升级方法总结

    Cisco路由器IOS升级方法总结 笔者长期从事计算机网络管理工作,在对CISCO路由器的长期日常维护和管理实践中积累了一定的经验.现总结归纳出CISCO路由器 IOS 映像升级的几种方法,供广大网络 ...

  6. cisco路由器ios升级(rommon下)

    通过tftpdnld命令升级IOS,具体步骤如下: 1.用Cisco原配的线缆连接路由器的console口与PC机的COM1,使用PC机的超级终端软件访问路由器:用一根双绞线连接路由器的eth0/0口 ...

  7. cisco 通过tftp备份/恢复配置和3560交换机IOS升级

    1.使用tftp服务器配置备份及恢复cisco 3560 #要确保交换机和tftp server之间可以连通就行. #备份 Switch#copy running-config tftp:  Addr ...

  8. Cisco路由器IOS映像恢复及升级方法

    Cisco路由器IOS映像恢复及升级方法 <?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:offic ...

  9. 实验十八 CISCO设备IOS的备份与升级

    实验十八     CISCO设备IOS的备份与升级 一. CISCO设备IOS的备份 配置TFTP服务器.在PC上运行TFTP应用程序,并指定IOS的保存位置,如:E:\R-IOS  . 2. 测试网 ...

最新文章

  1. 含有计算机专业词的告别文案,那些超级适合告别的文案,充满了对过往的怀念和遗憾...
  2. ( Android-大神博客)
  3. JavaScript强化教程——JavaScript 运算符
  4. android系统自带的Service原理与使用
  5. artTemplate/template.js模板将时间戳格式化为正常的日期
  6. DataBinder.Eval的基本格式 效率 比较
  7. 计算机组成与设计英文版在线,计算机组成与设计(硬件软件接口英文版原书第5版RISC-V版)/经典原版书库...
  8. NetofficeSystem协同办公系统今日发布
  9. 深入浅出CChart 每日一课——快乐高四第九课 于无声处,CChart内置功能介绍之数据存取篇...
  10. java中滚动字幕做法_四种滚动字幕的方法
  11. C语言实现通讯录(动态版)
  12. 华中科技大学计算机免试,华中科技大学计算机学院2015年接收推荐免试研究生待录取结果公示...
  13. 深入理解计算机系统----第五章优化程序性能
  14. 域组策略与本地组策略
  15. 服务器raid状态rebuild,RAID 1 误操作rebuild,如何恢复数据?
  16. gitlab centos 安装配置运维笔记
  17. YOLOv7改进主干系列:首发结合最新 QARepVGG 升级Rep结构, 本文对其进行原创改进 QARepNeXt 结构,基于美团提出一种量化感知方法:再一次让 RepVGG 变得更好
  18. android studio moudel,Android Studio中的Module是指什么?
  19. web 移动端 微信分享(nativeShare)
  20. “性冷淡”的企业聊天工具,里面的秘密比陌陌还多

热门文章

  1. python识别图片指定位置文字_python批量识别图片指定区域文字内容
  2. python从oracle提取数据库_[python] python 和远程oracle 数据库连接,select提取文件 环境搭建过程...
  3. mac安装brew简单方法
  4. [TJOI2014] Alice and Bob
  5. SQL中常用系统函数
  6. 我的Java设计模式-原型模式
  7. js Math用法jquery是否为空对象判断
  8. LPTHW 笨方法学习python 16章
  9. ASP.NET 图片剪辑控件
  10. C语言-动态内存管理