Page 46 / 998 Scroll up to view Page 41 - 45
System Management
System command reference
iMG/RG Software Reference Manual (System Configuration)
1-14
1.1.5.1.1 SYSTEM ADD USER
Syntax
SYSTEM ADD USER <name> ["comment"]
Description
This command adds a user to the system. Only a user with
superuser
rights can use this
command. This command is typically used to create a PPP user on the system.
The default settings in the table below are applied to new accounts that are added using
the SYSTEM ADD USER command. (A different set of defaults is applied to a new
account added using the SYSTEM ADD LOGIN command.)
SYSTEM NAME
X
X
X
X
X
X
X
X
X
--> system name AT-iMG616BD-Routed
X
X
X
X
X
X
X
X
X
SYSTEM LOCATION
X
X
X
X
X
X
X
X
X
SYSTEM RESTART
X
X
X
X
X
X
X
X
X
SYSTEM SET LOGIN ACCESS
X
X
X
X
X
X
X
X
X
SYSTEM SET LOGIN MAYCONFIGURE
X
X
X
X
X
X
X
X
X
SYSTEM SET LOGIN MAYCONFIGUREWEB
X
X
X
X
X
X
X
X
X
SYSTEM SET LOGIN MAYDIALIN
X
X
X
X
X
X
X
X
X
SYSTEM SET USER ACCESS
X
X
X
X
X
X
X
X
X
SYSTEM SET USER MAYCONFIGURE
X
X
X
X
X
X
X
X
X
SYSTEM SET USER MAYDIALIN
X
X
X
X
X
X
X
X
X
SYSTEM SET USER PASSWORD
X
X
X
X
X
X
X
X
X
New account settings
Default Value
Dialing to the system
Enabled
Login to the system
Disabled
Login to the
Disabled
Access permissions
default user
Option
Fiber
A
Fiber
B
Fiber
C
Fiber
D
Fiber
E
Modular
ADSL
A
ADSL
B
ADSL
C
Page 47 / 998
System command reference
System Management
1-15
iMG/RG Software Reference Manual (System Configuration)
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
-->
system add user ckearns "Typical user"
See also
SYSTEM SET USER ACCESS
SYSTEM SET USER MAYDIALIN
SYSTEM SET USER MAYCONFIGURE
SYSTEM LIST USERS
SYSTEM DELETE USER
1.1.5.1.2 SYSTEM ADD LOGIN
Syntax
SYSTEM ADD LOGIN <name> ["comment"]
Description
This command adds a user to the system. Only a a user with
superuser
rights can use this
command.
The default settings in the table below are applied to new accounts that are added using
the SYSTEM ADD LOGIN command. (A different set of defaults is applied to a new
account added using the SYSTEM ADD USER command.)
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).
Option
Description
Default Value
NAME
A unique user name made up of more than one charac-
ter that identifies an individual user and lets the user
access the system.
N/A
COMMENT
An optional comment about the user that is displayed
when you type the commands SYSTEM LIST USERS
and SYSTEM LIST LOGINS.
No comment
added
New account settings
Default Value
Dialing to the system
Disabled
Login to the system
Enabled
Login to the web pages
Enabled
Access permissions
default user
Page 48 / 998
System Management
System command reference
iMG/RG Software Reference Manual (System Configuration)
1-16
Example
--> system add login ckearns "temporary contractor"
See also
SYSTEM DELETE LOGIN
SYSTEM LIST LOGINS
1.1.5.1.3 SYSTEM CONFIG CREATE
Syntax
SYSTEM CONFIG CREATE <filename>
Description
This command creates a configuration file named <filename> storing the current running
system configuration and save permanently it in the flash.
It is possible create up to two configuration files. If a configuration with the same name
already exists, the new one will overwrite the previous configuration file without warn-
ing.
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
--> system config create myfile
See also
SYSTEM CONFIG DELETE
SYSTEM CONFIG GET
SYSTEM CONFIG LIST
Option
Description
Default Value
NAME
A unique login name made up of more than one charac-
ter that identifies an individual user and lets the user
access the system.
N/A
COMMENT
An optional comment about the user that is displayed
when you type the commands SYSTEM LIST USERS and
SYSTEM LIST LOGINS.
Blank (No com-
ment added)
Option
Description
Default Value
FILENAME
The name of the file where the current running configu-
ration is saved. The following filenames are reserved and
cannot be used:
factory
none
N/A
Page 49 / 998
System command reference
System Management
1-17
iMG/RG Software Reference Manual (System Configuration)
SYSTEM CONFIG SET
SYSTEM CONFIG SHOW
1.1.5.1.4 SYSTEM CONFIG DELETE
Syntax
SYSTEM CONFIG DELETE <filename>
Description
This command deletes the configuration file named <filename> from the flash.
It’s not possible delete a configuration file that has been set as bootstrap configuration
file. In this case it’s necessary change the bootstrap configuration file (for example setting
it to none) before deleting it.
To retrieve the configuration file list use the SYSTEM CONFIG LIST command. To dis-
play the current bootstrap configuration file use the SYSTEM CONFIG SHOW com-
mand.
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
--> system config delete myfile.cfg
See also
SYSTEM CONFIG CREATE
SYSTEM CONFIG GET
SYSTEM CONFIG LIST
SYSTEM CONFIG SET
SYSTEM CONFIG SHOW
1.1.5.1.5 SYSTEM CONFIG GET
Syntax
SYSTEM CONFIG GET <url>
Description
This command retrieves a configuration file from a remote TFTP or FTP server and save
it permanently in the configuration file list.
If the retrieved configuration file has the same filename as an existing file, the new file will
overwrite the old one even if it is the bootstrap configuration file without warning. On a
Option
Description
Default Value
FILENAME
The name of an existing configuration file. The following
filenames are reserved and cannot be used:
factory
none
N/A
Page 50 / 998
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:
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

Rate

4 / 5 based on 3 votes.

Popular Allied-Telesis Models

Bookmark Our Site

Press Ctrl + D to add this site to your favorites!

Share
Top