Go to main content

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

Exit Print View

Updated: January 2017
 
 

Set SNMP v3 User Account Privacy Protocol Value

Before You Begin

  • By default, the Privacy Protocol property is set to None.

  • If the Privacy Protocol property is set to DES or AES, a privacy password must be provided when creating or modifying an SNMP v3 User Account. For further details about creating or editing an SNMP v3 User Account, see Add an SNMP v3 User Account or Edit an SNMP v3 User Account.

  1. Log in to the Oracle ILOM CLI.
  2. To modify the privacyprotocol property value assigned to an SNMP v3 user account, type:

    -> set /SP/services/snmp/users/username authenticationpassword=password privacyprotocol=<DES|AES|None>


    Note -  When changing the parameters of SNMP users, you must provide a value for authenticationpassword, even if you are not changing the password.

    Note -  The SNMPv3 AES (Advanced Encryption Standard) option is available in Oracle ILOM as of 3.0.16.

    Where:

    • username can contain up to 32 characters in length and include any combination of alphanumeric characters (uppercase letters, lowercase letters, and numbers).

    • authenticationpassword=password is required when creating or modifying an SNMP v3 user account. The Authentication password can contain 8 to 12 characters in length and include any combination of alphanumeric characters (uppercase letters, lowercase letters, and numbers).

    • DES is the acronym for Digital Encryption Standard and AES is the acronym for Advanced Encryption Standard.