199
CHAPTER 3
CLI CONFIGURATION
password encrypted <encry_password: 4-44>: Specify the encrypted password for this new user account. The
ENCRYPTED (hidden) user password. Notice the ENCRYPTED password will be decoded by system internally. You
cannot directly use it as same as the Plain Text and it is not human-readable text normally.
Example:
Create the new user account with the following settings.
Negation:
(config)# no username <username>
Show:
> show users
# show users
3.9.49.2 (config)# username<username>privilege<priv>password none
Syntax:
(config)# username <username> privilege <priv> password none
Explanation:
By default, there is only one user, 'admin', assigned the highest privilege level of 15. Use this command
to configure a new user account without password
Parameters:
username <username: word31>: Specify a new username. The allowed characters are 31.
privilege <priv: 0-15>: Specify the privilege level for this new user account. The allowed range is 1 to 15. If the
privilege level value is 15, it can access all groups, i.e. that is granted the fully control of the device. But other
values need to refer to each group privilege level. User's privilege should be same or greater than the group
privilege level to have the access of that group. By default setting, most groups privilege level 5 has the read-only
access and privilege level 10 has the read-write access. And the system maintenance (software upload, factory
defaults and etc.) need user privilege level 15. Generally, the privilege level 15 can be used for an administrator
account, privilege level 10 for a standard user account and privilege level 5 for a guest account.
password none: No password for this user account.
Example:
Create the new user account with the following settings.
Negation:
(config)# no username <username>
Show:
> show users
# show users
3.9.49.3 (config)# username<username>privilege<priv>password unencrypted
Syntax:
(config)# username <username> privilege <priv> password unencrypted <password>
Explanation:
By default, there is only one user, 'admin', assigned the highest privilege level of 15. Use this command
to configure a new user account with unencrypted password.
# config t
(config)# username mis4jack privilege 15 password none
# config t
(config)# username mis4jack privilege 15 password encrypted jack30125
Содержание IFS-1604GSM Series
Страница 385: ......