User's Manual
Command line 123
Item Description
'0x' and is followed by an even number of digits, up to 64 hexadecimal. The
property is only used for adding remote SNMP users.
MinSecurityLevel
(optional)
Minimal level of security required for operation.
•
NOAUTHNOPRIV allows for unauthenticated and unencrypted operations.
•
AUTHNOPRIV requires only authentication.
•
AUTHPRIV requires authentication and encryption.
The default is NOAUTHNOPRIV. This property is applicable only to local SNMP
user accounts.
When the domain is in FIPS mode, the MinSecurityLevel must be set to AUTHPRIV.
Examples
->add snmp-user alpha
Adds a local SNMP user with the default MinSecurityLevel.
->add snmp-user delta EngineId=0x44fecd55438f
Adds a remote SNMP user.
->add snmp-user theta AuthAlgo-SHA1
AuthPassPhrase=bellerophone PrivAlgo=AES128
MinSecurityLevel=AUTHPRIV
Adds a local SNMP user with AuthAlgo and PrivAlgo specified.
->add snmp-user beta AuthAlgo=SHA1
AuthPassPhrase=bellerophone PrivAlgo=AES128
PrivPassPhrase=armageddon EngineId=0x44fecd55438f
Adds a new remote SNMP user with AuthAlgo and PrivAlgo specified.
Item Description
set snmp-user
Modify an existing SNMP user profile.
Syntax
set snmp-user <Name> [AuthAlgo=<MD5|SHA1|None>
AuthPassPhrase=<Passphrase>] [PrivAlgo=<DES|AES128|None>
PrivPassPhrase=<Passphrase>] [EngineId=<EngineId> |
MinSecurityLevel=<NOAUTHNOPRIV|AUTHNOPRIV|AUTHPRIV>]
Parameter
Name (required)
The name of the existing SNMP user to be modified
AuthAlgo (optional)
Use MD5 or SHA1 algorithm to encode the authorization passphrase. This property
is required if either PrivAlgo is specified or SecurityLevel is AUTHNOPRIV or
AUTHPRIV.
Specifying 'None' clears the AuthAlgo and AuthPassPhrase.
AuthPassPhrase
(optional)
Authorization passphrase used to sign operations. Must be between 8 characters
and 31 characters in length. This property is required if AuthAlgo is specified.
PrivAlgo (optional)
Use DES or AES128 algorithm to encode the SNMP messages. This property is
required if SecurityLevel is AUTHPRIV.
Specifying 'None' clears the PrivAlgo and PrivPassPhrase.
PrivPassPhrase
(optional)
Privacy passphrase used to encrypt operations. Must be between 8 characters and
31 characters in length. If not specified, the authorization passphrase will be used.
EngineId (optional)
The engine ID of the remote SNMP user account. The EngineId consists of the prefix
'0x' and is followed by an even number of digits, up to 64 hexadecimal. The
property is only used for adding remote SNMP users.
MinSecurityLevel
(optional)
Minimal level of security required for operation.
•
NOAUTHNOPRIV allows for unauthenticated and unencrypted operations.
•
AUTHNOPRIV requires only authentication.
•
AUTHPRIV requires authentication and encryption.
The default is NOAUTHNOPRIV. This property is applicable only to local SNMP
user accounts.