create /CMM/services/snmp/users/username

This command is available to Administrators.

Purpose

Use this command to create an SNMP user on the CMM.

Syntax

create /CMM/services/snmp/users/username authenticationprotocol=[MD5|SHA] authenticationpassword=password permissions=[ro|rw] privacyprotocol=[DES|none] privacypassword=password

Properties

  • authenticationprotocol - MD5 or SHA

  • authenticationpassword - enter the Authentication password for your SNMP environment.

  • permissions - ro (Operator) or rw (Administrator)

  • privacyprotocol - DES or none.

  • privacypassword - enter the Privacy password for your SNMP environment.

Example

-> create /CMM/services/snmp/users/snmptest authenticationpassword=password authenticationprotocol=MD5 permission=ro privacypassword=password privacyprotocol=none
Created /CMM/services/snmp/users/snmptest