Command line interface
Configuration mode
TX54 User Guide
1041
(config)> show auth user new-user group
0 admin
(config)>
Delete elements from a list
When used with parameters that contains lists of elements, the
del
command is used to delete an
element in the list.
For example, to delete an authentication method:
1. Use the
show
command to display current authentication method configuration:
(config)> show auth method
0 local
1
2 radius
(config)>
2. Delete one of the authentication methods by using the
del
index_number
command. For
example:
a. To delete the local authentication method, use the index number
0
:
(config)> del auth method 0
(config)>
b. Use the
show
command to verify that the local authentication method was removed:
(config)> show auth method
0
1 radius
(config)>
Move elements within a list
Use the
move
command to reorder elements in a list.
For example, to reorder the authentication methods:
1. Use the
show
command to display current authentication method configuration:
(config)> show auth method
0 local
1
2 radius
(config)>
2. To configure the device to use authentication first to authenticate a user, use the
move
index_number_1 index_number_2
command:
(config)> move auth method 1 0
(config)>
Содержание 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 ...