User authentication
Example user configuration
IX10 User Guide
643
2. At the command line, type
config
to enter configuration mode:
> config
(config)>
3. Verify that the
admin
group has full administrator rights:
(config)> show auth group admin acl
admin
enable true
level full
...
(config)>
If
admin
>
enable
is set to false:
(config)> auth group admin acl admin enable true
(config)>
If
admin
>
level
is set to read-only:
(config)> auth group admin acl admin level full
(config)>
4. Verify that
local
is one of the configured authentication methods:
(config)> show auth method
0 local
(config)>
If
local
is not listed:
(config)> add auth method end local
(config)>
5. Create the user. In this example, the user is being created with the username
adminuser
:
(config)> add auth user adminuser
(config auth user adminuser)>
6. Assign a password to the user:
(config auth user adminuser)> password pwd
(config auth user adminuser)>
7. Assign the user to the
admin
group:
(config auth user adminuser)> add group end admin
(config auth user adminuser)>
8. Save the configuration and apply the change:
Содержание 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 ...