监控安装 ERP

系统集成论坛

 找回密码
 注册通行证

QQ登录

只需一步,快速开始

路由器交换机防火墙系统集成商城 优质产品采购平台
查看: 4286|回复: 0
打印 上一主题 下一主题

H3C路由器tftp升级

[复制链接]

81

主题

82

帖子

175

积分

实习生

跳转到指定楼层
1
发表于 2015-11-19 11:08:37 | 只看该作者 回帖奖励 |正序浏览 |阅读模式
华为金牌代理
# 配置Router 接口IP 地址。
<Router> system-view
[Router] interface gigabitethernet 0/0
[Router-GigabitEthernet0/0] ip address 192.168.100.66 255.255.255.0
[Router-GigabitEthernet0/0] 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
3
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 服务器上的msr36.ipe 文件下载到路由器上,以缺省文件名msr36.ipe 保存。
<Router> tftp 192.168.100.14 get msr36.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 下次启动时所用的主用启动文件为msr36.ipe。
<Router> boot-loader file cfa0:/msr36.ipe main
Verifying the IPE file and the images.....Done.
H3C MSR36-40 images in IPE:
msr36-cmw710-boot-r0106.bin
msr36-cmw710-system-r0106.bin
msr36-cmw710-security-r0106.bin
msr36-cmw710-voice-r0106.bin
msr36-cmw710-data-r0106.bin
This command will set the main startup software images. Continue? [Y/N]:y
Add images to the device.
Decompressing file msr36-cmw710-boot-r0106.bin to
cfa0:/msr36-cmw710-boot-r0106.bin.........Done.
Decompressing file msr36-cmw710-system-r0106.bin to
cfa0:/msr36-cmw710-system-r0106.bin.................................Done.
Decompressing file msr36-cmw710-security-r0106.bin to
cfa0:/msr36-cmw710-security-r0106.bin...Done.
Decompressing file msr36-cmw710-voice-r0106.bin to
cfa0:/msr36-cmw710-voice-r0106.bin...Done.
Decompressing file msr36-cmw710-data-r0106.bin to
cfa0:/msr36-cmw710-data-r0106.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 的备用主控板下次启动时所用的备用启动文件为msr36-old.ipe。
<Router> boot-loader file cfa0:/msr36-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
4
3.6 验证配置
# 设备重启后,使用display version 命令查看设备版本信息。
<Router> display version
H3C Comware Software, Version 7.1.049, Release 0106
Copyright (c) 2004-2014 Hangzhou H3C Tech. Co., Ltd. All rights reserved.
H3C MSR36-40 uptime is 0 weeks, 0 days, 0 hours, 2 minutes
Last reboot reason : User reboot
Boot image: cfa0:/msr36-cmw710-boot-r0106.bin
Boot image version: 7.1.049P04, Release 0106
Compiled Feb 08 2014 17:43:51
System image: cfa0:/msr36-cmw710-system-r0106.bin
System image version: 7.1.049, Release 0106
Compiled Feb 08 2014 17:43:51
Feature image(s) list:
cfa0:/msr36-cmw710-security-r0106.bin, version: 7.1.049
Compiled Feb 08 2014 17:44:41
cfa0:/msr36-cmw710-voice-r0106.bin, version: 7.1.049
Compiled Feb 08 2014 17:44:42
cfa0:/msr36-cmw710-data-r0106.bin, version: 7.1.049
Compiled Feb 08 2014 17:44:44
CPU ID: 0x2
2G bytes DDR3 SDRAM Memory
8M bytes Flash Memory
PCB Version: 2.0
CPLD Version: 2.0
Basic BootWare Version: 1.20
Extended BootWare Version: 1.20
[SLOT 0]AUX (Hardware)2.0, (Driver)1.0, (CPLD)2.0
[SLOT 0]GE0/0 (Hardware)2.0, (Driver)1.0, (CPLD)2.0
[SLOT 0]GE0/1 (Hardware)2.0, (Driver)1.0, (CPLD)2.0
[SLOT 0]GE0/2 (Hardware)2.0, (Driver)1.0, (CPLD)2.0
[SLOT 0]CELLULAR0/0 (Hardware)2.0, (Driver)1.0, (CPLD)2.0
[SLOT 0]CELLULAR0/1 (Hardware)2.0, (Driver)1.0, (CPLD)2.0
[SLOT 2]SIC-4FSW (Hardware)2.0, (Driver)1.0, (CPLD)2.0
[SLOT 6]HMIM-4GEE (Hardware)2.0, (Driver)1.0, (CPLD)0.0
[SLOT 8]HMIM-2SAE (Hardware)3.0, (Driver)1.0, (CPLD)4.0
# 显示本次启动和下次启动所采用的启动软件包的名称。
<Router> display boot-loader
Software images on the device:
Current software images:
cfa0:/msr36-cmw710-boot-r0106.bin
cfa0:/msr36-cmw710-system-r0106.bin
cfa0:/msr36-cmw710-security-r0106.bin
cfa0:/msr36-cmw710-voice-r0106.bin
cfa0:/msr36-cmw710-data-r0106.bin
5
Main startup software images:
cfa0:/msr36-cmw710-boot-r0106.bin
cfa0:/msr36-cmw710-system-r0106.bin
cfa0:/msr36-cmw710-security-r0106.bin
cfa0:/msr36-cmw710-voice-r0106.bin
cfa0:/msr36-cmw710-data-r0106.bin
Backup startup software images:
cfa0:/msr36-cmw710-boot-r000703.bin
cfa0:/msr36-cmw710-system-r000703.bin
cfa0:/msr36-cmw710-security-r000703.bin
cfa0:/msr36-cmw710-voice-r000703.bin
cfa0:/msr36-cmw710-data-r000703.bin
3.7 配置文件
#
interface gigabitethernet0/0
port link-mode route
ip address 192.168.100.66 255.255.255.0
您需要登录后才可以回帖 登录 | 注册通行证

本版积分规则

联系我们| 手机版|系统集成论坛 ( 京ICP备11008917号 )

GMT+8, 2024-9-22 23:27 , Processed in 0.098213 second(s), 24 queries .

系统集成论坛

BBS.XTJC.COM

快速回复 返回顶部 返回列表