0% found this document useful (0 votes)
244 views

Upgrade IOS H3C Router (AR28-12)

Copyright
© Attribution Non-Commercial (BY-NC)
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
244 views

Upgrade IOS H3C Router (AR28-12)

Copyright
© Attribution Non-Commercial (BY-NC)
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 3

PT.

Jaring Lintas Usaha 2010

TITLE :

Upgrade IOS on H3C router (AR 28-12)

OBJECTIVES :

Describe how to upgrade IOS file on AR 28-12 router. We need TFTP server to store the IOS bin file.
TFTP server must be reachable by router.

EXECUTION :

I prefer to use 3CDaemon as my TFTP server, but maybe you can try with another application. Let’s
follow these steps bellow :

1. Start 3CDaemon

Click GO on the green button to start TFTP service.

© rpurnama Page 1
PT. Jaring Lintas Usaha 2010

2. Configure location where IOS file will be stored

Choose Upload/Download directory in your PC. And then clik OK!

3. Show IOS version on router

Before we upgrade the IOS, we have to make sure that the IOS version on your router. This is
way to check it!

<H3C>display version

This is example information which I got from my router.


Huawei Versatile Routing Platform Software
VRP software, Version 3.40, Release 0201P01
Copyright (c) 1998-2007 Huawei Technologies Co., Ltd. All rights reserved.
Without the owner's prior written consent, no decompiling
nor reverse-engineering shall be allowed.
Quidway AR28-12 uptime is 0 week, 0 day, 0 hour, 1 minute
Last reboot 2010/12/16 05:01:04
System returned to ROM By <Reboot> Command.

CPU type: PowerPC 8241 200MHz


128M bytes SDRAM Memory
32M bytes Flash Memory
PCB Version:3.0
Logic Version:1.0
BootROM Version:9.21
[SLOT 0] AUX (Hardware)3.0, (Driver)1.0, (CPLD)1.0
[SLOT 0] 1FE (Hardware)3.0, (Driver)1.0, (CPLD)1.0
[SLOT 0] 1FE (Hardware)3.0, (Driver)1.0, (CPLD)1.0
[SLOT 0] WAN0 (Hardware)3.0, (Driver)1.0, (CPLD)1.0
[SLOT 0] WAN1 (Hardware)3.0, (Driver)1.0, (CPLD)1.0

© rpurnama Page 2
PT. Jaring Lintas Usaha 2010

4. Download IOS from router to PC

This is needed to backup our previous IOS, just in case if the router cann’t boot with new IOS.
So, you can restore the old IOS into router.

<H3C>system-view

[H3C]tftp 10.10.10.1 put flash:/main.bin (10.10.10.1 is IP of TFTP server)

To list files in the router (flash card), just type :

[H3C]dir flash:/ or

[H3C]dir
Directory of flash:/

1 -rw- 10958042 170 2081 85:176:23 main.bin


2 -rw- 5457 Aug 18 2010 15:23:57 config.cfg

31877 KB total (21164 KB free)

5. Upload IOS from PC to router

[H3C]tftp 10.10.10.1 get flash:/h3c.bin (h3c.bin is my new IOS)

6. Set new IOS as default (main)

[H3C]bootfile main flash:/h3c.bin

To make sure that new IOS was installed in the router just type this command :

[H3C]display bootvar

Boot file on flash is: flash:/h3c.bin

7. Save current configuration

[H3C]save

This is to anticipate if your current configuration was erased. (I found this case from my
client..^_^)

8. Reboot router

<H3C>reboot

© rpurnama Page 3

You might also like