| --username username |
The name of a user who has access to the SNMPv3 agent. username must be unique. |
| --security-level security-level |
The user's security level. Valid values are:
- auth for authentication and no privacy: Messages are authenticated, but not encrypted. --authentication-type and --authentication-pass-phrase are required. --encryption-type and --encryption-pass-phrase are optional.
- noauth for no authentication and no privacy: No security is applied to messages; messages are not authenticated or encrypted. --authentication-type, --authentication-pass-phrase, --encryption-type, and --encryption-pass-phrase are optional.
- priv for authentication and privacy: Messages are authenticated and encrypted. --authentication-type, --authentication-pass-phrase, --encryption-type, and --encryption-pass-phrase are required.
|
| --authentication-type type |
The user's type of authentication. Valid values are:
- MD5: Configure the message digest algorithm (MD5) as the user's authentication type.
- SHA: Configure the secure hash algorithm (SHA) as the user's authentication type.
|
| --authentication-pass-phrase pass_phrase |
The user's required pass phrase, which is used to generate the secret authentication key. The pass_phrase must be a minimum of eight characters. |
| --encryption-type type |
The user's type of encryption. Valid values are:
- AES: Configure the Advanced Encryption Standard (AES) as the user's encryption type.
- DES: Configure the data encryption standard (DES) as the user's encryption type.
|
| --encryption-pass-phrase pass_phrase |
The user's required pass phrase, which is used to generate the secret encryption key. The pass_phrase must be a minimum of eight characters. |