Oracle EDR InfiniBand Switch and Virtualized I/O Systems Administration Guide

Exit Print View

Updated: November 2016
 
 

Modify an SNMP Service User Account (Oracle ILOM CLI)

  • Modify an SNMP user.
    -> set /SP/services/snmp/users/username property=value property=value ...
    

    where:

    • username is the name of the SNMP user to modify.

    • property is the parameter of the SNMP user to configure.

    • value is the value of the property to configure.

    These properties are supported:

    • authenticationpassword – value is the password used for authentication (8 to 12 characters).

    • authenticationprotocol – value is the protocol used for authentication.

    • permission – value is permission granted to the SNMP user.

    • privacypassword – value is the password used for privacy (exactly 8 characters).

    • privacyprotocol – value is the protocol used for privacy.

    For example, to configure the snmpuser with read and write permissions, type:

    -> set /SP/services/snmp/users/snmpuser permission=rw
    Set 'permission' to 'rw'
    User /SP/services/snmp/users/snmpuser properties were updated successfully
    ->
    

Related Information