一、簡介

本文檔介紹使用TFTP方式升級集中式路由器軟件版本的典型配置舉例。

二、配置前提

本文檔適用于使用Comware V7軟件版本的MSR系列路由器,如果使用過程中與產品實際情況有差異,請參考相關產品手冊,或以設備實際情況為準。

本文檔中的配置均是在實驗室環境下進行的配置和驗證,配置前設備的所有參數均采用出廠時的缺省配置。如果您已經對設備進行了配置,為了保證配置效果,請確認現有配置和以下舉例中的配置不沖突。

本文檔假設您已了解TFTP的特性。

三、配置舉例

3.1 組網需求

如圖1所示,Host連接Router的GigabitEthernet0/0接口,Router作為TFTP客戶端,Host作為TFTP服務器。

現要求:通過TFTP方式為Router升級軟件版本。

圖1 配置組網圖

3.2 配置思路

為了使路由器在重啟后使用新版本軟件,需要指定下次啟動時所用的主用啟動文件為升級后的軟件版本。

3.3 使用版本

本舉例是在R0106版本上進行配置和驗證的。

3.4 配置注意事項

  • 當設備剩余的存儲空間不夠,請使用delete /unreserved file-url命令刪除部分暫時不用的文件后再執行升級軟件操作。
  • 軟件升級時需要重啟設備,建議使用save命令保存設備的當前配置。

3.5 配置步驟

3.5.1 Host的配置

#配置Host的IP地址為192.168.100.14/24,使得與Router路由可達,具體配置方法略。

#啟動Host上的TFTP服務器(以3CDaemon軟件為例),設置TFTP服務器下載路徑等參數,并開啟服務。

圖2 配置TFTP服務器

3.5.2 Router的配置

#配置Router接口IP地址。

 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通。

 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服務器上的msr36.ipe文件下載到路由器上,以缺省文件名msr36.ipe保存。

 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。

 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。

 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.

#重啟設備。

 reboot

3.6 驗證配置

#設備重啟后,使用display version命令查看設備版本信息。

 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

#顯示本次啟動和下次啟動所采用的啟動軟件包的名稱。

 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
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
#