EasyManua.ls Logo

Digi IX20 - Page 1151

Digi IX20
1188 pages
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Loading...
Command lineinterface Configuration mode
IX20 User Guide
1151
1. Use the show command to verify that the user is not currently a member of any groups:
(config)> show auth user new-user group
(config)>
2. Use the end keyword to add the admin group to the user's configuration:
(config)> add auth user new-user group end admin
(config)>
3. Use the show command again to verify that the admin group hasbeen added to the user's
configuration:
(config)> show auth user new-user group
0 admin
(config)>
Delete elementsfrom a list
When used with parameters that containslists 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 tacacs+
2 radius
(config)>
2. Delete one of the authentication methodsby 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 wasremoved:
(config)> show auth method
0 tacacs+
1 radius
(config)>
Move elementswithin a list
Use the move command to reorder elementsin a list.
For example, to reorder the authentication methods:

Table of Contents