Go to main content

Oracle® ILOM Protocol Management Reference for SNMP and IPMI Firmware Release 3.2.x

Exit Print View

Updated: January 2017
 
 

SNMP User Account Targets, Properties, and Values

You can access the SNMP user account targets, properties, and values under the /SP/services/snmp target. The following table identifies the targets, properties, and values that are valid for SNMP user accounts.

Table 4  SNMP User Account Targets, Properties, and Values
Target
Property
Value
Default
/SP/services/snmp/ communities/ community_name
permissions
ro|rw
ro
/SP/services/snmp/users/ username
authenticationprotocol
authenticationpassword

You must provide an authentication password when you create or modify users (SNMP v3 only).

permissions
privacyprotocol
privacypassword

If the privacyprotocol property has a value other than none, then you must set a privacy password.

MD5|SHA
<string>
ro|rw
none|DES|AES

AES (Advanced Encryption Standard) privacy protocol option is available for SNMPv 3 as of Oracle ILOM 3.0.16.

<string>
MD5
(null string)
ro
none
(null string)
/SP/services/snmp
engineid = none
port = 161
servicestate = enabled
sets = enabled
v1 = disabled
v2c = disabled
v3 = disabled
<string>
<integer>
enable|disabled
enabled|disabled
enabled|disabled
enabled|disabled
enabled|disabled
(null string)
161
enabled
disabled
disabled
disabled
enabled

For example, to change privacyprotocol for user a1 to DES, use the following syntax:

-> set /SP/services/snmp/users/al privacyprotocol=DES 
privacypassword=password authenticationprotocol=SHA 
authenticationpassword=password

Note that the changes would be invalid if the following syntax was specified:

-> set /SP/services/snmp/users/al privacyprotocol=DES

Note -  You can change SNMP user permissions without resetting the privacy and authentication properties.