Command line interface
Configuration mode
IX20 User Guide
690
1 local
(config)>
n
To add the authentication method to the end of the list, use the
end
keyword:
(config)> add auth method end
(config)> show auth method
0 local
1
(config)>
The end keyword
As demonstrated above, the
end
keyword is used to add an element to the end of a list. Additionally,
the
end
keyword is used to add an element to a list that does not have any elements.
For example, to add an authentication group to a user that has just been created:
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 has been added to the user's
configuration:
(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)>
Содержание IX20
Страница 1: ...IX20 User Guide ...
Страница 598: ...Monitoring This chapter contains the following topics intelliFlow 599 Configure NetFlow Probe 606 IX20 User Guide 598 ...
Страница 613: ...Central management Configure Digi Remote Manager IX20 User Guide 613 ...
Страница 640: ...Diagnostics View system event logs IX20 User Guide 640 5 Click to download the system log ...
Страница 707: ...Command line interface Command line reference IX20 User Guide 707 more path The file to view Syntax STRING ...
Страница 710: ...Command line interface Command line reference IX20 User Guide 710 reboot Reboot the system Parameters None ...