69-路由器作为TFTP client升级版本典型配置举例
本章节下载: 69-路由器作为TFTP client升级版本典型配置举例 (194.25 KB)
目 录
本文档介绍使用TFTP方式升级集中式路由器软件版本的典型配置举例。
本文档适用于使用Comware V9软件版本的路由器,如果使用过程中与产品实际情况有差异,请参考相关产品手册,或以设备实际情况为准。
本文档中的配置均是在实验室环境下进行的配置和验证,配置前设备的所有参数均采用出厂时的缺省配置。如果您已经对设备进行了配置,为了保证配置效果,请确认现有配置和以下举例中的配置不冲突。
本文档假设您已了解TFTP的特性。
如图1所示,Host连接Router的GigabitEthernet0/0/1接口,Router作为TFTP客户端,Host作为TFTP服务器。
现要求:通过TFTP方式为Router升级软件版本。
为了使路由器在重启后使用新版本软件,需要指定下次启动时所用的主用启动文件为升级后的软件版本。
本举例是在MSR2630E-X1设备的R9141P16版本上进行配置和验证的。
· 当设备剩余的存储空间不够,请使用delete /unreserved file-url命令删除部分暂时不用的文件后再执行升级软件操作。
· 软件升级时需要重启设备,建议使用save命令保存设备的当前配置。
# 配置Host的IP地址为192.168.100.14/24,使得与Router路由可达,具体配置方法略。
# 启动Host上的TFTP服务器(以3CDaemon软件为例),设置TFTP服务器下载路径等参数,并开启服务。
图2 配置TFTP服务器
# 配置Router接口IP地址。
<Router> system-view
[Router] interface gigabitethernet 0/0/1
[Router-GigabitEthernet0/0/1] ip address 192.168.100.66 255.255.255.0
[Router-GigabitEthernet0/0/1] quit
[Router] quit
# 在Router ping TFTP服务器地址,能够ping通。
<Router> ping 192.168.100.14
PING 192.168.100.14: 56 data bytes, press CTRL_C to break
Reply from 192.168.100.14: bytes=56 Sequence=0 ttl=128 time=2 ms
Reply from 192.168.100.14: bytes=56 Sequence=1 ttl=128 time=1 ms
Reply from 192.168.100.14: bytes=56 Sequence=2 ttl=128 time=1 ms
Reply from 192.168.100.14: bytes=56 Sequence=3 ttl=128 time=1 ms
Reply from 192.168.100.14: bytes=56 Sequence=4 ttl=128 time=1 ms
--- 192.168.100.14 ping statistics ---
5 packet(s) transmitted
5 packet(s) received
0.00% packet loss
round-trip min/avg/max = 1/1/2 ms
# 将TFTP服务器上的test.ipe文件下载到路由器上,以缺省文件名test.ipe保存。
<Router> tftp 192.168.100.14 get test.ipe
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 58.7M 100 58.7M 0 0 1193k 0 0:00:50 0:00:50 --:--:-- 1127k
# 指定Router下次启动时所用的主用启动文件为test.ipe。
<Router> boot-loader file flash:/test.ipe main
Verifying the IPE file and the images.....Done.
H3C xxx images in IPE:
test-cmw910-boot-r9141p16.bin
test-cmw910-system-r9141p16.bin
This command will set the main startup software images. Continue? [Y/N]:y
Add images to the device.
Decompressing file test-cmw910-boot-r9141p16.bin to flash:/test-cmw910-boot-r9141p16.bin.........Done.
Decompressing file test-cmw910-system-r9141p16.bin to flash:/test-cmw910-system-r9141p16.bin.................................Done.
The images that have passed all examinations will be used as the main startup so
ftware images at the next reboot on the device.
# 指定Router的备用主控板下次启动时所用的备用启动文件为test-old.ipe。
<Router> boot-loader file flash:/test-old.ipe backup
This command will set the backup startup software images. Continue? [Y/N]:y
The images that have passed all examinations will be used as the backup startup
software images at the next reboot.
# 重启设备。
<Router> reboot
# 设备重启后,使用display version命令查看设备版本信息。
<Router> display version
H3C Comware Software, Version 9.1.063, Release 9141P16
Copyright (c) 2004-2023 New H3C Technologies Co., Ltd. All rights reserved.
H3C xxx uptime is 0 weeks, 0 days, 6 hours, 54 minutes
Last reboot reason : Power on
Boot image: flash:/test-cmw910-boot-r9141p16.bin
Boot image version: 9.1.063, Release 9141P16
Compiled Mar 10 2023 15:00:00
System image: flash:/test-cmw910-system-r9141p16.bin
System image version: 9.1.063, Release 9141P16
Compiled Mar 10 2023 15:00:00
……略……
# 显示本次启动和下次启动所采用的启动软件包的名称。
<Router> display boot-loader
Software images on the device:
Current software images:
flash:/test-cmw910-boot-r9141p16.bin
flash:/test-cmw910-system-r9141p16.bin
Main startup software images:
flash:/test-cmw910-boot-r9141p16.bin
flash:/test-cmw910-system-r9141p16.bin
Backup startup software images:
flash:/test-cmw910-boot-r9141p14.bin
flash:/test-cmw910-system-r9141p14.bin
interface GigabitEthernet0/0/1
ip address 192.168.100.66 255.255.255.0
· 《H3C MSR1000[2600][3600]路由器 配置指导(V9)》中的“基础配置指导”
· 《H3C MSR1000[2600][3600]路由器 命令参考(V9)》中的“基础配置命令参考”
不同款型规格的资料略有差异, 详细信息请向具体销售和400咨询。H3C保留在没有任何通知或提示的情况下对资料内容进行修改的权利!