SnmpV3UsmUser Properties |
The SnmpV3UsmUser type exposes the following members.
Name | Description | |
---|---|---|
Access |
rouser: read-only access.
rwuser: for read-write access.
rosys: for read-only access to a restricted set of system information
SolidFire recommends that all USM users be set to "rouser" access, because all SolidFire MIB objects are read-only.
| |
Name |
The name of the user. Must contain at least one character, but no more than 32 characters. Blank spaces are not allowed.
| |
Passphrase |
The passphrase of the user. Must be between 8 and 255 characters integer (inclusive). Blank spaces are not allowed. Required if "secLevel" is "priv."
| |
Password |
The password of the user. Must be between 8 and 255 characters integer (inclusive). Blank spaces are not allowed. Required if "secLevel" is "auth" or "priv."
| |
SecLevel |
noauth: No password or passphrase is required.
auth: A password is required for user access.
priv: A password and passphrase is required for user access.
|