Toolpack:Creating an SNMPv3 User C

From TBwiki
(Difference between revisions)
Jump to: navigation, search
(Created page with "=== '''''Applies to version(s): v2.9.''''' === {{DISPLAYTITLE:Creating an SNMPv3 User}} No default SNMPv3 users are created by default. '''Note: '''If SNMPv3 is used, for se...")
 
 
(13 intermediate revisions by one user not shown)
Line 1: Line 1:
=== '''''Applies to version(s): v2.9.''''' ===
 
 
{{DISPLAYTITLE:Creating an SNMPv3 User}}
 
{{DISPLAYTITLE:Creating an SNMPv3 User}}
 +
{| class="wikitable"
 +
|-
 +
|rowspan="3"|This article applies to:
 +
|'''Product'''
 +
|'''Version'''
 +
|-
 +
|Tmedia
 +
|2.9, 2.10, 3.0, 3.2
 +
|-
 +
|SBC
 +
|3.0, 3.1
 +
|}
  
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.<br>
+
'''Note: '''If SNMPv3 is used, for security reasons SNMPv1 and SNMPv2 users should be removed completely from the configuration.<br>
  
To create a new SNMPv3 user, do the following:
 
*Click '''Applications''' in the navigation panel.
 
[[Image:Snmp_cfg_0.png]]
 
<br/><br/>
 
  
*In the '''Application Configuration List''', select '''tbsnmpagent'''.
+
'''To create a new SNMPv3 user:'''
[[Image:Snmp_cfg_1.png]]
+
 
 +
1-Click '''Services''' in the navigation panel.
 +
 
 +
[[Image:Snmp_cfg_A_0.png]]
 
<br/><br/>
 
<br/><br/>
  
*Click '''Application Params'''
+
2-Select the '''SNMP''' tab.
[[Image:Snmp_cfg_2.png]]
+
 
 +
[[Image:Snmp_cfg_A_1.png]]
 
<br/><br/>
 
<br/><br/>
  
*Click '''Create New SNMPv3 User'''  
+
3-Click '''Create New SNMPv3 User'''
[[Image:Snmp_CommunityV3_0.png]]
+
 
 +
[[Image:Snmp_CommunityV3_A_0.png]]
 
<br/><br/>
 
<br/><br/>
  
*In the user creation window:
+
3-In the user creation window:
**Enter a unique '''name''' for the user
+
*Enter a unique '''name''' for the user
**Click the check box to allow or disallow the '''write privilege''' for the current community
+
*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 '''security level''' drop-down box to select authentication and privacy settings
**Click the '''authentication''' drop-down box to select the authentication algorithm to use
+
*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
+
*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
+
*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
+
*Enter a pass phrase in the '''privacy phrase''' text box to set a privacy pass phrase
**Click '''Save'''
+
*Click '''Save'''
 +
 
 
[[Image:Snmp_CommunityV3_1.png]]
 
[[Image:Snmp_CommunityV3_1.png]]
 
<br/><br/>
 
<br/><br/>
  
*Verify that the '''"SNMP user was successfully created"''' message is displayed and that the new user appears in the '''SNMPv3 Users''' list.
+
*Verify that the '''"SNMP user was successfully created"''' message is displayed.
[[Image:Snmp_CommunityV3_2.png]]
+
 
 +
[[Image:SNMP_CommunityV3_B_0.png]]
 
<br/><br/>
 
<br/><br/>
  
Line 43: Line 56:
 
'''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>
Line 57: Line 88:
 
==List of Parameters==
 
==List of Parameters==
  
* [[Parameter: Application Type|Application Type]]
+
* [[Parameter: User Name|User Name]]
* [[Parameter: Name|Name]]
+
* [[Parameter: Write operation allowed|Write operation allowed]]
* [[Parameter: Bin Path|Bin Path]]
+
* [[Parameter: Security level|Security level]]
* [[Parameter: Location|Location]]
+
* [[Parameter: Authentication|Authentication]]
* [[Parameter: Working Path|Working Path]]
+
* [[Parameter: Password phrase|Password phrase]]
* [[Parameter: Commadn-line arguments|Command-line arguments]]
+
* [[Parameter: Privacy protocol|Privacy protocol]]
 
+
* [[Parameter: Privacy phrase|Privacy phrase]]
<br>
+
 
+
<div class="mw-collapsible mw-collapsed" data-collapsetext="Application Parameters" data-expandtext="Application Parameters" style="width: 400px;">
+
{| class="wikitable"
+
|-
+
* [[Parameter: SNMP IP port|SNMP IP port]]
+
* [[Parameter: SNMP System Description|SNMP System Description]]
+
* [[Parameter: SNMP System Object ID|SNMP System Object ID]]
+
* [[Parameter: SNMP System Name|SNMP System Name]]
+
* [[Parameter: SNMP System Location|SNMP System Location]]
+
* [[Parameter: SNMP System Contact|SNMP System Contact]]
+
 
+
* Advanced SNMP Parameters
+
** [[Parameter: Polling delay to generate Traps|Polling delay to generate Traps]]
+
** [[Parameter: Use system names|Use system names]]
+
 
+
|}
+
</div>
+
 
+
<br>
+
<div class="mw-collapsible mw-collapsed" data-collapsetext="Advanced Parameters" data-expandtext="Advanced Parameters" style="width: 400px;">
+
{| class="wikitable"
+
|-
+
* Log Parameters
+
** [[Parameter: Default Trace Level|Default Trace Level]]
+
** [[Parameter: Log File Path|Log File Path]]
+
** [[Parameter: Max Log File Segment Size|Max Log File Segment Size]]
+
** [[Parameter: Max Total Gzipped Log Files Size|Max Total Gzipped Log Files Size]]
+
 
+
* Network Lib Parameters
+
** [[Parameter: Network Polling Delay|Network Polling Delay]]
+
** [[Parameter: Network Switchover Delay|Network Switchover Delay]]
+
** [[Parameter: Communication Down Delay|Communication Down Delay]]
+
 
+
|}
+
</div>
+
 
+
<br>
+

Latest revision as of 13:41, 13 November 2020

This article applies to: Product Version
Tmedia 2.9, 2.10, 3.0, 3.2
SBC 3.0, 3.1


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