67% found this document useful (3 votes)
2K views4 pages

Upgrade Firmware) PDF

The document describes how to upgrade system software on Raisecom ISCOM2900 series switches. It provides instructions for configuring naming conventions through DHCP and checking configurations. It also outlines two methods for upgrading system software - through the BootROM menu or through CLI commands. The BootROM upgrade method involves rebooting the switch, accessing the Bootstrap menu, and downloading a new system boot file. The CLI upgrade method uses commands to download new bootstrap and system boot files via FTP/TFTP and then reboots the switch to load the new files.

Uploaded by

Kien Nguyen Thai
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
67% found this document useful (3 votes)
2K views4 pages

Upgrade Firmware) PDF

The document describes how to upgrade system software on Raisecom ISCOM2900 series switches. It provides instructions for configuring naming conventions through DHCP and checking configurations. It also outlines two methods for upgrading system software - through the BootROM menu or through CLI commands. The BootROM upgrade method involves rebooting the switch, accessing the Bootstrap menu, and downloading a new system boot file. The CLI upgrade method uses commands to download new bootstrap and system boot files via FTP/TFTP and then reboots the switch to load the new files.

Uploaded by

Kien Nguyen Thai
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 4

Raisecom

ISCOM2900 Series Configuration Guide

1 Basic configurations

Configuring naming convention through DHCP


Configure naming convention through DHCP for the ISCOM2900 series switch as below.
No.

Command

Description

Raisecom#config

Enter global configuration mode.

Raisecom(config)#service config
overwrite enable

(Optional) enable local file


overriding.

Raisecom(config)#service config

Enable auto-loading.

Raisecom(config)#service config
trap enable

(Optional) enable sending Trap


upon updating file.

The file name must comply with the resolution rules of the DHCP server.

1.11.4 Checking configurations


Use the following commands to check configuration results.
No.

Command

Description

Raisecom#show service config

Show information about


configured auto-loading.

Raisecom#show service config filename


rule [ rulenumber [ prefix prefix ]
[ postfix postfix ] ]

Show naming convention


for files.

1.12 Software upgrade


1.12.1 Introduction
System software includes BootROM and system software:

BootROM: used to guide and initialize the ISCOM2900 series switch.

System software: used to provide drivers for hardware and guide the ISCOM2900 series
switch to enter CLI.

The device that supports dual systems can save two sets of system software
simultaneously in the memory. When software upgrade fails and consequently the
ISCOM2900 series switch crashes, you can use another version of system software
to start the ISCOM2900 series switch.

Raisecom Technology Co., Ltd.

37

Raisecom
ISCOM2900 Series Configuration Guide

1 Basic configurations

To add a new feature, optimize existing functions, or clear a bug of the current software
version, you can upgrade the device software.
Software upgrade contains the following two types:

Upgrade through BootROM

Upgrade through CLI

1.12.2 Preparing for configurations


Scenario
Software upgrade is required.

Prerequisite
A TFTP/FTP environment is established to make the ISCOM2900 series switch and
TFTP/FTP server reachable.

1.12.3 Upgrading system software through BootROM

Only when software upgrade through CLI is unavailable can you use this method.
This method is not recommended.
Step
1

Command
Log in the ISCOM2900 series switch through the serial interface as the
administrator, enter Privileged EXEC mode, and reboot the ISCOM2900 series
switch by the reboot command.
Raisecom#reboot
Please input 'yes' to confirm: yes
Rebooting ...
begin...
ram size: 256M testing...done
Init flash ...Done
ISCOM2900_Bootstrap_5.1.1_20121123, Raisecom Compiled May 26
2012,12: 44: 09
Base Ethernet MAC address: 00: 0e: 5e: 00: 00: 00
Press space into Bootstrap menu...
0

Raisecom Technology Co., Ltd.

38

Raisecom
ISCOM2900 Series Configuration Guide

Step
2

1 Basic configurations

Command
Click Space key to enter the raisecom interface when the system displays
"Press space into Bootstrap menu...", then input "?" to display command list:

?
h
V
b
T
u
S
R

BIG BOOT
2924GF_4C_Bootstrap_5.1.1_20121129(22:47:01)
- List all available commands
- List all available commands
- Show bootstrap version
- Boot an executable image
- Download system program
- XMODEM download system boot image
- select boot system sofware
- Reboot

The input letters are case sensitive.


3

Input "T" to download the system boot file through FTP and replace it, the
displayed information is as below.
[Raisecom]:T
Index
Name
Size
---------------------------------------------------------1*
ISCOM2924GF_REAP_1.2.52_20121210
536bf3
2
----------0
Current selected version is 1
Please select a version to overwrite:1
dev name: ISCOM2924GF-4C
unit num:1
file name: system_boot.Z ISCOM2924GF_REAP_1.2.52_20121210
local ip: 192.168.1.1 192.168.18.250
server ip: 192.168.1.2 192.168.18.33
user:1
password:123456
Loading... Done
Saving file to flash... Done

Ensure the input file name here is correct. The file name should not
be longer than 80 characters.
Local IP is the IP address of the ISCOM2900 series switch, and the
server IP is the IP address of the PC. They must be in the same
network segment.
4

Input "b" to quickly execute the bootstrap file, reboot the ISCOM2900 series
switch, and load the downloaded system boot file.
Raisecom Technology Co., Ltd.

39

Raisecom
ISCOM2900 Series Configuration Guide

1 Basic configurations

Commands in the BootROM menu are described as below.


Command
?

Description
List all available operations.
u
S

- XMODEM download system boot image


- select boot system sofware

- Reboot

List all available operations.

Show BootStrap version.

Fast execute the system bootstrap file.

Download the system startup file.

Download system startup file through the XMODEM protocol.

Choose a version of system software to be started.

Restart the ISCOM2900 series switch.

1.12.4 Upgrading system software through CLI


Before upgrading system software through CLI, you should establish a FTP/SFTP/TFTP
environment, take a PC as the FTP/SFTP/TFTP server and the ISCOM2900 series switch as
the client, and make the PC and ISCOM2900 series switch reachable.
No.

Command

Description

Raisecom#download bootstrap
{ { ftp | sftp } [ ip-address
user-name password file-name ] |
tftp [ ip-address file-name ] }
Raisecom#download system-boot
{ { ftp | sftp } [ ip-address
user-name password file-name ] |
tftp [ ip-address file-name ] }
Raisecom#reboot [ in period |
now ]

Download the system


bootstrap file through
FTP/SFTP/TFTP.
Download the system boot file
through FTP/SFTP/TFTP.

Restart the ISCOM2900 series


switch. It will automatically
load the downloaded system
boot file.

1.12.5 Checking configurations


Use the following commands to check configuration results.
No.
1

Command
Raisecom#show version

Description
Show system version information.

Raisecom Technology Co., Ltd.

40

You might also like