Command line interface
Configuration mode
IX10 User Guide
840
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)>
3. Use the
show
command again to verify the change:
(config)> show auth method
0
1 local
2 radius
(config)>
The revert command
The
revert
command is used to revert changes to the IX10 device's configuration and restore default
configuration settings. The behavior of the revert command varies depending on where in the
configuration hierarchy the command is executed, and whether the optional
path
parameter is used.
Содержание IX10
Страница 1: ...IX10 User Guide User Guide Firmware version 22 5 ...
Страница 444: ...Services Simple Network Management Protocol SNMP IX10 User Guide 444 The SNMP page is displayed 4 Click Download ...
Страница 740: ...Monitoring This chapter contains the following topics intelliFlow 741 Configure NetFlow Probe 748 IX10 User Guide 740 ...
Страница 823: ...Command line interface Execute a command from the web interface IX10 User Guide 823 The Admin CLI prompt appears ...
Страница 849: ...Command line interface Command line reference IX10 User Guide 849 Parameters None ...
Страница 858: ...Command line interface Command line reference IX10 User Guide 858 reboot Reboot the system Parameters None ...