Toolpack:Creating an SNMPv3 User C

From TBwiki
(Difference between revisions)
Jump to: navigation, search
(Applies to version(s): v2.9.)
(added N.I. content)
Line 46: Line 46:
 
'''Path'''
 
'''Path'''
 
<pre>
 
<pre>
 +
/configurations/@[configuration_name]/snmp_services/configuration/snmpv3_users/@[snmpv3_user_name]
 
</pre>
 
</pre>
  
 
'''Parameters (text)'''
 
'''Parameters (text)'''
 
<pre>
 
<pre>
 +
/configurations/@[configuration_name]/snmp_services/configuration/snmpv3_users/@[snmpv3_user_name]
 +
authentication          = "MD5"
 +
password_phrase        = "Not Shown"
 +
privacy_phrase          = "Not Shown"
 +
privacy_protocol        = "DES"
 +
security_level          = "Authentication"
 +
username                = "SnmpV3"
 +
write_operation_allowed = false
 
</pre>
 
</pre>
  
 
'''Parameters (json)'''
 
'''Parameters (json)'''
 
<pre>
 
<pre>
 +
{
 +
  "authentication" : "MD5",
 +
  "password_phrase" : "Not Shown",
 +
  "privacy_phrase" : "Not Shown",
 +
  "privacy_protocol" : "DES",
 +
  "security_level" : "Authentication",
 +
  "username" : "SnmpV3",
 +
  "write_operation_allowed" : false
 +
}
 
</pre>
 
</pre>
 
</div>
 
</div>
 +
  
 
==List of Parameters==
 
==List of Parameters==

Revision as of 13:49, 19 October 2015

Applies to version(s): v2.9.

No default SNMPv3 users are created by default.

Note: If SNMPv3 is used, for security reasons SNMPv1 and SNMPv2 users should be removed completely from the configuration.


To create a new SNMPv3 user:

1-Click Services in the navigation panel.

Snmp cfg A 0.png

2-Select the SNMP tab.

Snmp cfg A 1.png

3-Click Create New SNMPv3 User

Snmp CommunityV3 A 0.png

3-In the user creation window:

  • Enter a unique name for the user
  • Click the check box to allow or disallow the write privilege for the current community
  • Click the security level drop-down box to select authentication and privacy settings
  • Click the authentication drop-down box to select the authentication algorithm to use
  • Enter a pass phrase in the password phrase text box to set an authentication pass phrase
  • Click the privacy protocol drop-down box to select the privacy standard to use
  • Enter a pass phrase in the privacy phrase text box to set a privacy pass phrase
  • Click Save

Snmp CommunityV3 1.png

  • Verify that the "SNMP user was successfully created" message is displayed.

SNMP CommunityV3 B 0.png

Path

/configurations/@[configuration_name]/snmp_services/configuration/snmpv3_users/@[snmpv3_user_name]

Parameters (text)

/configurations/@[configuration_name]/snmp_services/configuration/snmpv3_users/@[snmpv3_user_name]
authentication          = "MD5"
password_phrase         = "Not Shown"
privacy_phrase          = "Not Shown"
privacy_protocol        = "DES"
security_level          = "Authentication"
username                = "SnmpV3"
write_operation_allowed = false

Parameters (json)

{
  "authentication" : "MD5",
  "password_phrase" : "Not Shown",
  "privacy_phrase" : "Not Shown",
  "privacy_protocol" : "DES",
  "security_level" : "Authentication",
  "username" : "SnmpV3",
  "write_operation_allowed" : false
}


List of Parameters

Personal tools