![Cisco Small Business 300 1.1 Series Administration Manual Download Page 196](http://html.mh-extra.com/html/cisco/small-business-300-1-1-series/small-business-300-1-1-series_administration-manual_2609294196.webp)
Authentication, Authorization and Accounting (AAA) Commands
78-20269-01 Command Line Interface Reference Guide
197
15
•
nopassword—No password is required for this user to log in.
•
unencrypted-password—The authentication password for the user. (Range:
1–159)
•
encrypted encrypted-password
—Specifies that the password is
encrypted. Use this keyword to enter a password that is already encrypted
(for instance that you copied from another the configuration file of another
device). (Range: 1–40)
•
privilege
privilege-level
—Privilege level for which the password applies. If
not specified the level is 15. (Range: 1–15).
Default Configuration
No user is defined.
Command Mode
Global Configuration mode
Usage Guidelines
See
for an explanation of privilege levels.
Example
The first command sets an unencrypted password for user tom (it will be
encrypted in the configuration file).
The second command sets a password for user jerry that has already been
encrypted. It will copied to the configuration file just as it is entered. To use it, the
user must know its unencrypted form.
console(config)#
username
tom
privilege
15
password
1234
console(config)#
username
jerry
privilege
15
encrypted
4b529f21c93d4706090285b0c10172eb073ffebc4
15.8
show user accounts
The show user accounts Privileged EXEC mode command displays information
about the users local database.