Go to main content

Oracle® Rack Universal Power Distribution Unit User's Guide

Exit Print View

Updated: May 2019
 
 

Modify SNMPv3 Settings

You can combine all of the following commands to modify the SNMPv3 parameters at a time.

  1. To enable or disable the SNMP v3 access to HPDU for the specified user, at the config:# prompt, type user modify <name> snmpV3Access <option1>, and press Enter.

    <name> is the name of the user whose settings you want to change.

    <option> is one of the options:

    • true – Enables the SNMP v3 access permission for the specified user.

    • false – Disables the SNMP v3 access permission for the specified user.

  2. To determine the security level, at the config:# prompt, type user modify <name> securityLevel <option2>, and press Enter.

    <name> is the name of the user whose settings you want to change.

    Security
    Description
    noAuthNoPriv
    No authentication and no privacy.
    authNoPriv
    Authentication and no privacy.
    authPriv
    Authentication and privacy.
  3. To determine whether the authentication passphrase is identical to the password, at the config:# prompt, type user modify <name> userPasswordAsAuthenticationPassphrase <option3>, and press Enter.

    <name> is the name of the user whose settings you want to change.

    <option3> is one of the options:

    • true – Authentication passphrase is identical to the password.

    • false – Authentication passphrase is different from the password.

  4. To determine the authentication passphrase, at the config:# prompt, type user modify <name> authenticationPassPhrase <authentication_passphrase>, and press Enter.

    <name> is the name of the user whose settings you want to change.

    <authentication_passphrase> is a string used as an authentication passphrase, comprising 8 to 32 ASCII printable characters.

  5. To determine whether the privacy passphrase is identical to the authentication passphrase, at the config:# prompt, type user modify <name> useAuthenticationPassPhraseAsPrivacyPassPhrase <option4>, and press Enter.

    <name> is the name of the user whose settings you want to change.

    <option4> is one of the options:

    • true – Privacy passphrase is identical to the authentication passphrase.

    • false – Privacy passphrase is different from the authentication password.

  6. To determine the privacy passphrase, at the config:# prompt, type user modify <name> privacyPassPhrase <privacy_passphrase>, and press Enter.

    <name> is the name of the user whose settings you want to change.

    <privacy_passphrase> is a string used as a privacy passphrase, comprising 8 to 32 ASCII printable characters.

  7. To determine the authentication protocol, at the config:# prompt, type user modify <name> authenticationProtocol <option5>, and press Enter.

    <name> is the name of the user whose settings you want to change.

    <option5> is one of the options:

    • true – Privacy passphrase is identical to the authentication passphrase.

    • false – Privacy passphrase is different from the authentication password.

    MD5 - Applies the MD5 authentication protocol.

    SHA‑1 - Applies the SHA-1 authentication protocol.

  8. To determine the privacy protocol, at the config:# prompt, type user modify <name> privacyProtocol <option6>, and press Enter.

    <name> is the name of the user whose settings you want to change.

    <option6> is one of the options:

    • DES – Applies the DES privacy protocol.

    • AES‑128 – Applies the AES‑128 privacy protocol.