Command Line Interface Reference Guide HP BladeSystem PC Blade Switch

3-12 www.hp.com HP PC Blade Switch CLI Reference Guide
AAA Commands
username
The username Global Configuration mode command creates a user account in the local
database. To remove a user name, use the no form of this command.
Syntax
username name [password password] [level level] [encrypted]
no username name
Parameters
n name — The name of the user (Range: 1- 20 characters).
n password — The authentication password for the user (Range: 1-159 characters).
n level — The user privilege level with the following options:
o 1 — Allows access but not configuration rights.
o 15 — Enables access and configuration rights.
n encrypted — Encrypted password entered, copied from another device configuration.
Default Configuration
No user is defined.
Command Mode
Global Configuration mode
Command Usage
User account can be created without a password.
Example
The following example configures user bob with password lee and user level 15 to the system.
Console(config)# username bob password lee level 15