最新消息: USBMI致力于为网友们分享Windows、安卓、IOS等主流手机系统相关的资讯以及评测、同时提供相关教程、应用、软件下载等服务。

CISCO路由器的IOS升级

IT圈 admin 29浏览 0评论

2024年5月10日发(作者:贡同和)

IOS升级方法一

在对能够正常启动的CISCO路由器的IOS进行升级时,比较简单。具体步骤如下:

1、寻找一种TFTP服务器软件(有CISCO公司的TFTPServer或3COM公司的3Cserver等,在升级较大IOS映象文件时,建议用

3Cserver),安装在一台计算机上,将要升级的IOS映象文件拷贝到相关的目录中(例:D:\),并运行TFTP服务器软件,通过菜单设

置Root目录为拷贝IOS映象文件所在目录(如D:\)。假设该计算机的IP地址为10.32.10.1;

2、连接路由器的console口和PC机的COM1,使用PC的终极终端软件访问路由器,将路由器的地址设为10.32.10.32(和计算机的

IP地址同网段即可)。建议在进行IOS升级前将原有IOS文件备份下来,防止待升级的IOS文件存在问题不可用;

QUOTE:

Router# dir flash: (查看目前IOS映象文件名,也可用Router#Show version)

Directory of flash:/

1 -rw- 5998292

8388608 bytes total (2390252 bytes free)

Router#copy flash tftp (备份IOS文件)

Source filename []?

Address or name of remote host []? 10.32.10.1 (TFTP服务器地址)

Destination filename []?

!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

5998292 bytes copied in 324.071 secs (18509 bytes/sec)

Router#

3、对路由器进行IOS升级;

QUOTE:

Router#copy tftp flash

Address or name of remote host []? 10.32.10.1 (TFTP服务器地址)

Source filename []? (需升级的新IOS映象文件名)

Destination filename []?

Do you want to over write? [confirm]

Accessing tftp://10.32.10.1/...

Erase flash: before copying? [confirm]

Erasing the flash filesystem will remove all files! Continue? [confirm]

eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee ...erasedee

Erase of flash: complete

Loading from 10.32.10.1 (via Ethernet0/0): !!!!!!!!!!!!!!

!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

[OK - 5998292 bytes]

OK (0xA0C0)

5998292 bytes copied in 318.282 secs (18846 bytes/sec)

Router#

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

IOS升级方法二

由于升级失败后或路由器的config-register寄存器值为0x2101时,开启路由器时、或在开启(某些型号)Cisco路由器的电源开关后

30秒内按下Ctrl+break键,中断路由器的正常启动,路由器都会进入rom监视模式,即Router(boot)>,在这种情形下,对路由器的IOS

进行升级,也比较简单。首先进入特权模式下,即

QUOTE:

Router(boot)>en

Router(boot)#

其他升级步骤同方法一,即:执行copy tftp flash命令,对IOS进行升级。升级完成后,不要忘了修改config-register寄存器值为0x2102

(恢复正常值)。

QUOTE:

Router(boot)# t

Router(boot)( config)# config-register 0x2102

Router(boot)( config)#exit

Router(boot)#wr

Router(boot)#reload

重启即可。

+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++=

IOS升级方法三

由于不小心使用了命令erase flash或升级失败后或在开启(某些型号)Cisco路由器的电源开关后30秒内按下Ctrl+break键,中断路

由器的正常启动,路由器都会进入rom监视模式,即 rommon 1>,在这种情形下,对路由器的IOS进行升级,情况要稍微复杂一点。在

rommon 1>状态下,可键?请求帮助。(1为命令行序号,每执行1条命令自动加1)

QUOTE:

rommon 1 > ?

alias set and display aliases command

boot boot up an external process

break set/show/clear the breakpoint

confreg configuration register utility

cont continue executing a downloaded image

context display the context of a loaded image

cookie display contents of cookie PROM in hex

dev list the device table

dir list files in file system

dis display instruction stream

dnld serial download a program module

frame print out a selected stack frame

help monitor builtin command help

history monitor command history

meminfo main memory information

repeat repeat a monitor command

reset system reset

set display the monitor variables

stack produce a stack trace

sync write monitor environment to NVRAM

sysret print out info from last system return

tftpdnld tftp image download

unalias unset an alias

unset unset a monitor variable

xmodem x/ymodem image download

rommon 2 >

在rommon 1>状态下有两种升级IOS方法。

(一)、通过Xmodem命令(注:Xmodem和实际的modem没有所有联系 只是个传输协议 数据是通过终端的串口和路由器的Console

口灌进去的)升级IOS,具体步骤如下:

1、用Cisco原配的线缆连接路由器的console口和PC机的COM1,使用PC机的终极终端软件访问路由器,这时不必对PC和路由器

设置所有地址。

2024年5月10日发(作者:贡同和)

IOS升级方法一

在对能够正常启动的CISCO路由器的IOS进行升级时,比较简单。具体步骤如下:

1、寻找一种TFTP服务器软件(有CISCO公司的TFTPServer或3COM公司的3Cserver等,在升级较大IOS映象文件时,建议用

3Cserver),安装在一台计算机上,将要升级的IOS映象文件拷贝到相关的目录中(例:D:\),并运行TFTP服务器软件,通过菜单设

置Root目录为拷贝IOS映象文件所在目录(如D:\)。假设该计算机的IP地址为10.32.10.1;

2、连接路由器的console口和PC机的COM1,使用PC的终极终端软件访问路由器,将路由器的地址设为10.32.10.32(和计算机的

IP地址同网段即可)。建议在进行IOS升级前将原有IOS文件备份下来,防止待升级的IOS文件存在问题不可用;

QUOTE:

Router# dir flash: (查看目前IOS映象文件名,也可用Router#Show version)

Directory of flash:/

1 -rw- 5998292

8388608 bytes total (2390252 bytes free)

Router#copy flash tftp (备份IOS文件)

Source filename []?

Address or name of remote host []? 10.32.10.1 (TFTP服务器地址)

Destination filename []?

!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

5998292 bytes copied in 324.071 secs (18509 bytes/sec)

Router#

3、对路由器进行IOS升级;

QUOTE:

Router#copy tftp flash

Address or name of remote host []? 10.32.10.1 (TFTP服务器地址)

Source filename []? (需升级的新IOS映象文件名)

Destination filename []?

Do you want to over write? [confirm]

Accessing tftp://10.32.10.1/...

Erase flash: before copying? [confirm]

Erasing the flash filesystem will remove all files! Continue? [confirm]

eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee ...erasedee

Erase of flash: complete

Loading from 10.32.10.1 (via Ethernet0/0): !!!!!!!!!!!!!!

!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

[OK - 5998292 bytes]

OK (0xA0C0)

5998292 bytes copied in 318.282 secs (18846 bytes/sec)

Router#

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

IOS升级方法二

由于升级失败后或路由器的config-register寄存器值为0x2101时,开启路由器时、或在开启(某些型号)Cisco路由器的电源开关后

30秒内按下Ctrl+break键,中断路由器的正常启动,路由器都会进入rom监视模式,即Router(boot)>,在这种情形下,对路由器的IOS

进行升级,也比较简单。首先进入特权模式下,即

QUOTE:

Router(boot)>en

Router(boot)#

其他升级步骤同方法一,即:执行copy tftp flash命令,对IOS进行升级。升级完成后,不要忘了修改config-register寄存器值为0x2102

(恢复正常值)。

QUOTE:

Router(boot)# t

Router(boot)( config)# config-register 0x2102

Router(boot)( config)#exit

Router(boot)#wr

Router(boot)#reload

重启即可。

+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++=

IOS升级方法三

由于不小心使用了命令erase flash或升级失败后或在开启(某些型号)Cisco路由器的电源开关后30秒内按下Ctrl+break键,中断路

由器的正常启动,路由器都会进入rom监视模式,即 rommon 1>,在这种情形下,对路由器的IOS进行升级,情况要稍微复杂一点。在

rommon 1>状态下,可键?请求帮助。(1为命令行序号,每执行1条命令自动加1)

QUOTE:

rommon 1 > ?

alias set and display aliases command

boot boot up an external process

break set/show/clear the breakpoint

confreg configuration register utility

cont continue executing a downloaded image

context display the context of a loaded image

cookie display contents of cookie PROM in hex

dev list the device table

dir list files in file system

dis display instruction stream

dnld serial download a program module

frame print out a selected stack frame

help monitor builtin command help

history monitor command history

meminfo main memory information

repeat repeat a monitor command

reset system reset

set display the monitor variables

stack produce a stack trace

sync write monitor environment to NVRAM

sysret print out info from last system return

tftpdnld tftp image download

unalias unset an alias

unset unset a monitor variable

xmodem x/ymodem image download

rommon 2 >

在rommon 1>状态下有两种升级IOS方法。

(一)、通过Xmodem命令(注:Xmodem和实际的modem没有所有联系 只是个传输协议 数据是通过终端的串口和路由器的Console

口灌进去的)升级IOS,具体步骤如下:

1、用Cisco原配的线缆连接路由器的console口和PC机的COM1,使用PC机的终极终端软件访问路由器,这时不必对PC和路由器

设置所有地址。

发布评论

评论列表 (0)

  1. 暂无评论