User guide
System Management System command reference
iMG/RG Software Reference Manual (System Configuration)
1-18
device can be present a maximum of two configuration files (factory + two more config-
uration files).
The address of the remote file to be downloaded is expressed accordingly to the follow-
ing url syntax depending by the protocol used for the remote connection: ftp or tftp.
If tftp protocol is used, the url format is the following:
tftp://host[:port]/path/filename
If ftp protocol is used, the url format is the following:
ftp://login:password@host[:port]/path/filename
Where:
• host is the address of the TFTP / FTP server. Can be used expressed as hostname or
as IPv4 address.
• port is the port where the TFTP / FTP server is listening for incoming connections.
• path is the relative path on the TFTP / FTP server root directory where the configu-
ration file is stored.
• login and password are the username and password to get access on the FTP server.
Options The following table gives the range of values for each option that can be specified with
this command and a default value (if applicable).
Example The following command retrieves a configuration file named myconf.cfg from the TFTP
server 192.168.1.100 located in the directory iMG600, and saves it into the flash mem-
ory:
--> system config get tftp://192.168.1.100/img600/myconf.cfg
Option Description Default Value
URL The name of the file and address of the remote server where
the configuration file must be downloaded.
The url format depends by the protocol used for the remote
connection: ftp or tftp.
If tftp protocol is used, the url format is the following:
tftp://host[:port]/path/filename
In ftp protocol is used, the url format is the following:
ftp://login:password@host[:port]/path/filename
N/A