QTECH
Software Configuration Manual
2-26
display errors and continue executing. It is defaulted to be non-stop mode. Use
buildrun mode stop
to configure
executing mode to be stopped. Use
buildrun mode continue
command to configure buildrun mode to be
continune. Use these commands in privileged mode.
For example :
! Configure buildrun mode to be stop.
QTECH#buildrun mode stop
! Configure buildrun mode to be continune
QTECH#buildrun mode continue
2.5 Online Loading Upgrade Program
System can upgrade application program and load configuration files on line by TFTP, FTP, Xmodem, and
can upload configuration files, logging files, alarm information by TFTP and FTP.
2.5.1
Upload and download files by TFTP
Use following command to upload files by TFTP :
upload
{ alarm | configuration | logging }
tftp
tftpserver-ip filename
Use following command to download files by TFTP :
load
{application | configuration | whole-bootrom }
tftp
tftpserver-ip filename
tftpserver-ip is the IP address of TFTP server. Filename is the file name to be loaded which cannot be system
key words (such as con cannot be file name in windows operation system). Open TFTP server and set file upload path
before use this command.
Suppose IP address of TFTP server is 192.168.0.100, file name is abc. Open TFTP server to configure
upload and download path in privileged mode.
For example :
! Upload configuration to 192.168.0.100 by FTP and saved as abc
QTECH#upload configuration ftp 192.168.0.100 abc username password
Configuration information saved when uploading is successful.
! Download configuration program abc to 192.168.0.100 by TFTP
QTECH#load configuration ftp 192.168.0.100 abc
Reboot the switch after successful download and run new configuration program.
! Upload alarm to 192.168.0.100 by TFTP and saved as abc
QTECH#upload alarm tftp 192.168.0.100 abc
! Upload logging to 192.168.0.100 by TFTP and saved as abc
QTECH#upload logging tftp 192.168.0.100 abc
! Download application program app.arj to 192.168.0.100 by TFTP
QTECH#load application tftp 192.168.0.100 app.arj
Reboot the switch after successful download and run new application program.
! Download whole-bootrom abc to 192.168.0.100 by TFTP
QTECH#load whole-bootrom tftp 192.168.0.100 rom3x26.bin
2.5.2
Upload and download files by FTP
Use following command to upload files by FTP :
upload
{ alarm | configuration | logging }
ftp
ftpserver-ip filename username userpassword
Use following command to download files by FTP :