manual
4025561 Rev
125
user
Use the 'user' command to display or modify the user table.
To show the table:
ICIM> show user
To add a new user to the table:
ICIM> user add <user_id> <access_level> <account_status>
The user_id field must be between 6 and 14 characters and contain both
alpha and numeric characters. The access_level can be admin, read or
readwrite. The account_status can be either enable or disable. Once
the command is accepted, the user will be prompted for a new password.
To delete a user from the table:
ICIM> user delete <user_id>
To change settings for an existing user:
ICIM> user change access_rights <user_id> <new_access_value>
ICIM> user change account_status <user_id> <new_status_value>
ICIM> user change password <user_id>
<new_access_value> can be admin, read or readwrite, while
<new_status_value> can be enable or disable. The user will be prompted
for a new password in the case of that change.
To unlock a user account:
ICIM> user unlock <user_id>
ICIM>
Related Commands
manual (CLI command mode)
manual (Module command mode)
manual (Terminal command mode)
help
Comentarios a estos manuales