【思科路由器系列软件安装与升级步骤(下)】分享给互联网从爱好者学习参考。
检验升级
步骤1:建立到路由器的控制台会话
有关详情,请参阅“ 建立到路由器的控制台会话 ”。
注重: 经由控制台端口连接至路由器后,假如您看到“>”或者“rommon >”的提示,您的路由器即处于ROM监控(ROMmon)模式之下。假如路由器显示“router (boot) >”提示,则路由器处于boot模式之下。有关处理这两种情况的步骤,请参阅“ 启动问题 ”。
步骤2:检验闪存卡(PCMCIA槽缝)的剩余空间数
此时,您需要检验闪存卡中是否有足够的空间来复制新的镜像。假如存储器空间不足,您需要删除一些文件以取得充足的空间。在某些情况下,假如镜像很大,您可能需要删除闪存卡中的当前镜像。
假如要确定空间的数值并显示位于slot0:或者slot1:中的当前文件, 请发出 dir{device:} 命令。
3600#dir slot1:
Directory of slot1:/
1 -rw- 2779832 c3640-i-mz.113-11c.bin
2 -rw- 3748760 c3640-i-mz.120-22.bin
检验名称与文件大小是否正确。
假如您发现存储器空间不足,您可以删除一些文件。使用 delete{device:}[filename] 命令删除文件。
3600#delete slot1:
Delete filename []? c3640-i-mz.113-11c.bin
Delete slot1:c3640-i-mz.113-11c.bin? [confirm]y
注重: 假如闪存中没有有效的镜像,请不要对路由器进行重新加载或者关机重启,否则将导致路由器在rommon或者boot模式下启动。
步骤3:检验TFTP服务器是否具有到路由器的IP连接
TFTP服务器和路由器之间必须有网络连接,且必须能ping出TFTP软件升级的目标路由器IP地址。要实现该操作,路由器接口与TFTP服务器必须具备:
同范围的IP地址,或者已配置的默认网关
假如要进行检验,请检查TFTP服务器的IP地址。
有关详情,请参阅“ 确定IP地址 ”。
步骤 4: 经由TFTP服务器将新镜像复制到闪存中
现在您有了IP连接,并能在担任TFTP服务器的计算机以及路由器之间执行ping操作,您可以将Cisco IOS软件镜像复制到正确的插槽。
注重: 在复制之前,请确保您已开启了PC机上的TFTP服务器软件,并具备在TFTP服务器根目录中提及的文件名称。我们建议您在升级之前保留路由器/接入服务器配置的备份。升级本身并不影响配置(配置保存在非易失RAM——NVRAM中)。但是,假如没有正确执行操作步骤,则可能产生影响。
对于RCP应用程序,将出现的每一个TFTP都替换为RCP。例如,使用copy rcp {device:} 命令代替 copy tftp {device:} 命令。
假如有必要,您可以将镜像从一个 设备复制 到另一个设备。
3600#copy tftp: slot1:
Address or name of remote host []? 171.68.173.10
Source filename []? c3640-i-mz.122-7b.bin
Destination filename [c3640-i-mz.122-7b.bin]?
Accessing tftp://171.68.173.10/c3640-i-mz.122-7b.bin...
Erase slot1: before copying? [confirm]n !--- 您在此规定"n" ,因为没有足够的可用内存。
Loading c3640-i-mz.122-7b.bin from 171.68.173.10 (via Ethernet1/0):
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!!!!!!!!!
[OK - 5996844/11993088 bytes]
Verifying checksum... OK (0x13F0)
5996844 bytes copied in 67.708 secs (89505 bytes/sec)
3600#
请使用 dir slot1: 命令来检查镜像是否已复制入slot1。
在下文中你可以看见新的镜像 c3640-i-mz.122-7b.bin 已经复制入PCMCIA slot1:中
3600#dir slot1:
Directory of slot1:/
2 -rw- 3748760 c3640-i-mz.120-22.bin
3 -rw- 5996844 c3640-i-mz.122-7b.bin
步骤 5:将引导说明设定为开启时加载新镜像
经由TFTP复制好镜像之后,您可能需要通知路由器启动时加载什么镜像。
检查当前引导说明
此时,新的镜像正在slot1中。您需要设定路由器以新的镜像进行启动。默认设置是,路由器以首个可用镜像进行启动(当配置中没有引导说明时,将启用默认值)。
3600#show running-config
Building configuration...
Current configuration:
!
version 12.0
service timestamps debug uptime
service timestamps log uptime
no service passWord-encryption
!
hostname 3600
!
boot system flash slot1:c3640-i-mz.120-22.bin
!
ip subnet-zero
!
以下命令出现在配置的开头。在我们上文的实例中,显示路由器boot system命令配置为 boot system flash slot1:c3640-i-mz.120-22.bin。
假如您的配置中有 boot system 命令条目,您需要从配置中将它们去除。有关去除boot条目的详情,请参阅 下节。
去除先前的引导说明
假如要去除这些命令,请进入配置终端模式。在配置模式中,您在每个引导说明前键入“no”来取消所有命令。下例说明如何去除当前引导说明。
3600#configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
3600(config)#no boot system flash slot1:c3640-i-mz.120-22.bin
3600(config)#^Z
3600#
“no boot system flash slot1:c3640-i-mz.120-22.bin" ”说明从配置中去除。请通过发出 show running-config 命令检验该命令是否已经去除。
设定新的引导说明
现在设定路由器以新的镜像进行启动。请发出以下命令来设定boot system参数:
boot system flash slot#:{imagename} (imagename = name of the new Cisco IOS software image)
3600#configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
3600(config)#boot system flash slot1:c3640-i-mz.122-7b.bin
3600(config)#^Z
3600#write memory
3d01h: %SYS-5-CONFIG_I: Configured from console by vty0
Building configuration...
3600#
通过发出show version命令来检验是否正在使用 config-register 0x2102 。假如是不同的设定,您可以通过在配置模式中发出以下命令进行改变:
3600#configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
3600(config)#config-register 0x2102
3600(config)#^Z
改变了config - register之后,将在下一次重新加载时变化起作用。
步骤6:重新启动路由器以加载新镜像
为使路由器运行新的Cisco IOS软件镜像,您需要重新加载路由器。请确保您已发出 copy running-config starting-config 命令或者 write memory 命令来保存配置。
3600#write memory
3d01h: %SYS-5-CONFIG_I: Configured from console by vty0 (127.0.0.11)
Building configuration...
3600#reload
步骤 7: 检验升级
当路由器开启后,请通过发出 show version 命令确保您当前运行的是新版本。
3640#show version
Cisco Internetwork Operating System Software
IOS (tm) 3600 Software (C3640-I-M), Version 12.2(7b), RELEASE SOFTWARE (fc1)
Copyright (c) 1986-2002 by cisco Systems, Inc.
Compiled Mon 04-Mar-02 20:23 by pwade
Image text-base: 0x600089A8, data-base: 0x60A6A000
ROM: System Bootstrap, Version 11.1(19)AA, EARLY DEPLOYMENT RELEASE SOFTWARE (f)
Router uptime is 2 minutes
System returned to ROM by reload
System image file is "slot1:c3640-i-mz.122-7b.bin"
cisco 3640 (R4700) processor (revision 0x00) with 59392K/6144K bytes of memory.
Processor board ID 10524422
R4700 CPU at 100Mhz, Implementation 33, Rev 1.0
Bridging software.
X.25 software, Version 3.0.0.
4 Ethernet/IEEE 802.3 interface(s)
DRAM configuration is 64 bits wide with parity disabled.
125K bytes of non-volatile configuration memory.
4096K bytes of processor board System flash (Read/Write)
20480K bytes of processor board PCMCIA Slot0 flash (Read/Write)
20480K bytes of processor board PCMCIA Slot1 flash (Read/Write)
Configuration register is 0x2102
请检验是否正确使用了版本12.2(7b),且config - register设定为0x2102。