Command line interface
Configuration mode
TX54 User Guide
1044
4. Type
exit
to exit the Admin CLI.
Depending on your device configuration, you may be presented with an
Access
selection menu
. Type
quit
to disconnect from the device.
Enter strings in configuration commands
For string parameters, if the string value contains a space, the value must be enclosed in quotation
marks. For example, to assign a descriptive name for the device using the
system
command, enter:
(config)> system description "Digi TX54"
Example: Create a new user by using the command line
In this example, you will use the TX54 command line to create a new user, provide a password for the
user, and assign the user to authentication groups.
1. Log into the TX54 command line as a user with full Admin access rights.
Depending on your device configuration, you may be presented with an
Access selection
menu
. Type
admin
to access the Admin CLI.
2. At the command line, type
config
to enter configuration mode:
> config
(config)>
3. At the config prompt, create a new user with the username
user1
:
n
Method one: Create a user at the root of the config prompt:
(config)> add auth user user1
(config auth user user1)>
n
Method two: Create a user by moving through the configuration:
a. At the config prompt, enter
auth
to move to the
auth
node:
(config)> auth
(config auth)>
b. Enter
user
to move to the
user
node:
(config auth)> user
(config auth user)>
c. Create a new user with the username
user1
:
(config auth user)> add user1
(config auth user user1)>
4. Configure a password for the user:
(config auth user user1)> password pwd1
(config auth user user1)>
Содержание TX54
Страница 1: ...TX54 User Guide Firmware version 22 2 ...
Страница 190: ...Interfaces Bridging TX54 User Guide 190 ...
Страница 293: ...Hotspot Hotspot configuration TX54 User Guide 293 ...
Страница 332: ...Hotspot Show hotspot status and statistics TX54 User Guide 332 ...
Страница 584: ...Services Simple Network Management Protocol SNMP TX54 User Guide 584 4 Click Download ...
Страница 1069: ...Command line interface Command line reference TX54 User Guide 1069 reboot Reboot the system Parameters None ...