Specifications

3-557
Cisco Wide Area Application Services Command Reference
OL-16451-01
Chapter 3 CLI Commands
(config) username
(config) username
To establish username authentication on a WAAS device, use the username global configuration
command. To disable this feature, use the no form of this command.
username name {password {0 plainword | 1 cryptoword | plainword} [uid uid] |
print-admin-password {0 plainword | 1 cryptoword plainword | plainword} |
privilege {0 | 15}}
no username name {password {0 plainword | 1 cryptoword | plainword} [uid uid] |
print-admin-password {0 plainword | 1 cryptoword plainword | plainword} |
privilege {0 | 15}}
Syntax Description
Defaults The password value is set to 0 (clear text) by default.
The default administrator account is as follows:
Uid: 0
Username: admin
Password: default
Privilege: superuser (15)
Command Modes global configuration
Device Modes application-accelerator
central-manager
name Username.
password Specifies the password for the user.
0 Specifies an unencrypted user password.
plainword Clear-text user password. Passwords are case sensitive, must be 1 to 34
characters, and cannot contain the characters ' “ | (apostrophe, double quote,
or pipe) or any control characters.
1 Specifies a hidden user password.
cryptoword Encrypted user password.
uid uid (Optional) Sets the text user ID for the password (2001–65535).
print-admin-password Sets the user print administration password.
privilege Sets the user privilege level.
0 Specifies the user privilege level for the normal user.
15 Specifies the user privilege level for the superuser.