Configure an SNMPv3 User Identity

  1. Access the system configuration element.
    ORACLE# configure terminal
    ORACLE(configure)# system
    ORACLE(system)#
  2. Type snmp-user-entry and press Enter. The system prompt changes to let you know that you can begin configuring individual parameters used to create an identity for an SNMPv3 user.
    ORACLE(system)# snmp-user-entry
    ORACLE(snmp-user-entry)#
  3. user-name—Enter the name of the user authorized for retrieving SNMPv3 traps.
    Values:
    • <user name string>—that is 1 to 24 characters.
  4. auth-protocol—Specify the authentication protocol.
    • sha256—HMAC-SHA2-256 authentication protocol.
    • sha512—(Default) HMAC-SHA2-512 authentication protocol.
  5. priv-protocol—Specify the privacy algorithm.
    • aes128—Authenticates using the AES128 algorithm.
  6. auth-password—Enter the authorization password for this user.
    Value:
    • <password-string>— that is 6 to 64 characters.
  7. priv-password—Enter the privilege password for this user.
    Value:
    • <password-string>— that is 6 to 64 characters.
  8. address-list—Enter the host IP address(es) that are associated with this user.
    • <address-string>— that is 1 to 24 characters. You can specify multiple address list names by separating them with a comma.
  9. Type done to save your configuration.

Note:

Repeat the previous steps if you need to add more SNMPv3 users.