30-H3C VSR1000虚拟路由器作为FTP client 升级版本的典型配置举例
本章节下载: 30-H3C VSR1000虚拟路由器作为FTP client 升级版本的典型配置举例 (156.88 KB)
H3C VSR1000虚拟路由器作为FTP client升级软件版本的典型配置举例
Copyright © 2014 杭州华三通信技术有限公司 版权所有,保留一切权利。 非经本公司书面许可,任何单位和个人不得擅自摘抄、复制本文档内容的部分或全部, 并不得以任何形式传播。本文档中的信息可能变动,恕不另行通知。 |
|
目 录
本文档介绍使用FTP方式升级VSR1000虚拟路由器软件版本的典型配置举例。
本文档不严格与具体软件版本对应,如果使用过程中与产品实际情况有差异,请参考相关产品手册,或以设备实际情况为准。
本文档中的配置均是在实验室环境下进行的配置和验证,配置前设备的所有参数均采用出厂时的缺省配置。如果您已经对设备进行了配置,为了保证配置效果,请确认现有配置和以下举例中的配置不冲突。
本文档假设您已了解FTP的特性。
如图1所示,主机Host通过二层交换机连接Router的GigabitEthernet1/0接口,Router作为FTP客户端,Host作为FTP服务器。现要求:
· 通过FTP方式为Router升级软件版本,将存储在FTP服务器上的文件VSR1000-CMW710-E0301-X64.ipe下载到FTP客户端。
· 配置FTP客户端登录FTP服务器的用户名为123456,密码为123456。
为了使路由器在重启后使用新软件版本,需要指定下次启动时所用的主用启动文件为升级后的软件版本。
本举例是在E0301版本上进行配置和验证的。
当设备剩余的内存空间不够,请使用delete /unreserved file-url命令删除部分暂时不用的文件后再执行升级软件操作。
# 配置Host的IP地址为192.168.100.14/24,使得与Router路由可达,具体配置方法略。
# 启动Host上的FTP服务器(以3CDaemon软件为例)。
图2 配置FTP服务器
# 配置FTP服务器参数。
· 单击按钮;
· 配置FTP用户名为123456;
· 单击“Set/Change user's password”按钮,配置FTP密码为123456;
· 单击,设置FTP服务器下载路径;
· 单击“确定”并保存。
图3 配置FTP服务器参数
# 配置Router接口IP地址。
<Router> system-view
[Router] interface gigabitethernet 1/0
[Router-GigabitEthernet1/0] ip address 192.168.100.66 255.255.255.0
[Router-GigabitEthernet1/0] quit
[Router] quit
# 在Router上ping FTP服务器地址,能够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
# 以用户名123456、密码123456登录FTP服务器。
<Router> ftp 192.168.100.14
Connected to 192.168.100.14 (192.168.100.14).
220 3Com 3CDaemon FTP Server Version 2.0
User (192.168.100.14:(none)): 123456
331 User name ok, need password
Password:
230 User logged in
Remote system type is UNIX.
Using binary mode to transfer files.
# 将文件VSR1000-CMW710-E0301-X64.ipe从FTP服务器下载到Router上。
ftp> get VSR1000-CMW710-E0301-X64.ipe
227 Entering passive mode (192,168,100,14,14,164)
125 Using existing data connection
226 Closing data connection; File transfer successful.
51978240 bytes received in 20.043 seconds (2.47 Mbytes/s)
ftp> quit
# 指定Router下次启动时所用的主用启动文件为VSR1000-CMW710-E0301-X64.ipe。
<Router> boot-loader file flash:/VSR1000-CMW710-E0301-X64.ipe main
Verifying the IPE file and the images...Done.
H3C VSR1000 images in IPE:
VSR1000-CMW710-BOOT-E0301-X64.bin
VSR1000-CMW710-SYSTEM-E0301-X64.bin
This command will set the main startup software images. Continue? [Y/N]:y
Add images to the device.
File flash:/VSR1000-CMW710-SYSTEM-E0301-X64.bin already exists on the device.
Overwrite the existing files? [Y/N]:y
Decompressing file VSR1000-CMW710-BOOT-E0301-X64.bin to flash:/VSR1000-CMW710-BOOT-E0301-X64.bin...Done.
Decompressing file VSR1000-CMW710-SYSTEM-E0301-X64.bin to flash:/VSR1000-CMW710-SYSTEM-E0301-X64.bin.....Done.
The images that have passed all examinations will be used as the main startup software images at the next reboot on the device.
# 指定Router下次启动时所用的备用启动文件为VSR-old.ipe。
<Router> boot-loader file flash:/VSR-old.ipe backup
Verifying the IPE file and the images...Done.
H3C VSR1000 images in IPE:
VSR1000-CMW710-BOOT-E0102-X64.bin
VSR1000-CMW710-SYSTEM-E0102-X64.bin
This command will set the backup startup software images. Continue? [Y/N]:y
Add images to the device.
File flash:/VSR1000-CMW710-BOOT-E0102-X64.bin already exists on the device.
File flash:/VSR1000-CMW710-SYSTEM-E0102-X64.bin already exists on the device.
Overwrite the existing files? [Y/N]:y
Decompressing file VSR1000-CMW710-BOOT-E0102-X64.bin to flash:/VSR1000-CMW710-BOOT-E0102-X64.bin...Done.
Decompressing file VSR1000-CMW710-SYSTEM-E0102-X64.bin to flash:/VSR1000-CMW710-SYSTEM-E0102-X64.bin....Done.
The images that have passed all examinations will be used as the backup startup software images at the next reboot on the device.
# 重启设备。
<Router> reboot
# 设备重启后,使用display version命令查看设备版本信息。
<Router> display version
H3C Comware Software, Version 7.1.055, ESS 0301
Copyright (c) 2004-2014 Hangzhou H3C Tech. Co., Ltd. All rights reserved.
H3C VSR1000 uptime is 0 weeks, 0 days, 0 hours, 42 minutes
Last reboot reason : User reboot
Boot image: flash:/VSR1000-CMW710-BOOT-E0301-X64.bin
Boot image version: 7.1.055, ESS 0301
Compiled May 28 2014 16:53:20
System image: flash:/VSR1000-CMW710-SYSTEM-E0301-X64.bin
System image version: 7.1.055, ESS 0301
Compiled May 28 2014 16:53:20
CPU ID: 0x01000101, vCPUs: Total 1, Available 1
0.98G bytes RAM Memory
Basic BootWare Version: 1.04
Extended BootWare Version: 1.04
[SLOT 1]VNIC-E1000 (Driver)1.0
[SLOT 2]VNIC-E1000 (Driver)1.0
[SLOT 3]VNIC-E1000 (Driver)1.0
# 显示设备本次启动和下次启动所采用的启动软件包的名称。
<Router> display boot-loader
Software images on the device:
Current software images:
flash:/VSR1000-CMW710-BOOT-E0301-X64.bin
flash:/VSR1000-CMW710-SYSTEM-E0301-X64.bin
Main startup software images:
flash:/VSR1000-CMW710-BOOT-E0301-X64.bin
flash:/VSR1000-CMW710-SYSTEM-E0301-X64.bin
Backup startup software images:
flash:/VSR1000-CMW710-BOOT-E0102-X64.bin
flash:/VSR1000-CMW710-SYSTEM-E0102-X64.bin
ip address 192.168.100.66 255.255.255.0
· 《H3C VSR1000虚拟路由器配置指导》中的“基础配置指导”
· 《H3C VSR1000虚拟路由器命令参考》中的“基础配置命令参考”
不同款型规格的资料略有差异, 详细信息请向具体销售和400咨询。H3C保留在没有任何通知或提示的情况下对资料内容进行修改的权利!