Toolpack:Creating an SNMPv1/SNMPv2 Community C

From TBwiki
(Difference between revisions)
Jump to: navigation, search
(Added new Services/SNMP content)
 
(9 intermediate revisions by one user not shown)
Line 1: Line 1:
=== '''''Applies to version(s): v2.9.''''' ===
 
 
{{DISPLAYTITLE:Creating an SNMPv1/SNMPv2 Community}}
 
{{DISPLAYTITLE:Creating an SNMPv1/SNMPv2 Community}}
 +
{| class="wikitable"
 +
|-
 +
|rowspan="3"|This article applies to:
 +
|'''Product'''
 +
|'''Version'''
 +
|-
 +
|Tmedia
 +
|2.9, 2.10, 3.0, 3.2
 +
|-
 +
|SBC
 +
|3.0, 3.1
 +
|}
  
 
New '''communities''' can be created for SNMP versions 1 or 2, By default, the standard communities '''public''' (read-only access), and '''private''' (read-write access) have been created.
 
New '''communities''' can be created for SNMP versions 1 or 2, By default, the standard communities '''public''' (read-only access), and '''private''' (read-write access) have been created.
Line 7: Line 18:
  
 
1-Click '''Services''' in the navigation panel.
 
1-Click '''Services''' in the navigation panel.
[[Image:Snmp_cfg_A_0.png]]getnew
+
 
 +
[[Image:Snmp_cfg_A_0.png]]
 
<br/><br/>
 
<br/><br/>
  
 
2-Select the '''SNMP''' tab.
 
2-Select the '''SNMP''' tab.
[[Image:Snmp_cfg_A_1.png]]getnew (this would be the select snmp tab
 
<br/><br/>
 
  
3-Click '''Application Params'''
+
[[Image:Snmp_cfg_A_1.png]]
[[Image:Snmp_cfg_2.png]]get new (here you are at the community screen
+
 
<br/><br/>
 
<br/><br/>
  
*Click '''Create new community''' )
+
3-Click '''Create new community'''
[[Image:Snmp_CommunityV1V2_0.png]]good
+
 
 +
[[Image:Snmp_CommunityV1V2_0.png]]
 
<br/><br/>
 
<br/><br/>
  
*In the community creation window:
+
4-In the community creation window:
**Enter a unique '''name''' for the community
+
*Enter a unique '''name''' for the community
**Select or clear the '''Write operation allowed''' check box to allow or disallow a write privilege for the current community
+
*Select or clear the '''Write operation allowed''' check box to allow or disallow a write privilege for the current community
**Click '''Create'''
+
*Click '''Create'''
[[Image:Snmp_CommunityV1V2_1.png]]good
+
 
 +
[[Image:Snmp_CommunityV1V2_1.png]]
 
<br/><br/>
 
<br/><br/>
  
*Verify that the '''SNMP community was successfully created''' message is displayed and that the new community in '''SNMPv1 SNMPv2 Communities''' list.
+
5-Verify that the '''SNMP community was successfully created''' message is displayed and that the new community in '''SNMPv1 SNMPv2 Communities''' list.
[[Image:Snmp_CommunityV1V2_2.png]]crop to remain with just green banner
+
 
 +
[[Image:Snmp_CommunityV1V2_2.png]]
 
<br/><br/>
 
<br/><br/>
  
Line 37: Line 49:
 
'''Path'''
 
'''Path'''
 
<pre>
 
<pre>
 +
/configurations/@[configuration_name]/snmp_services/configuration/snmp_v1_v2_communities/private
 +
 +
/configurations/@[configuration_name]/snmp_services/configuration/snmp_v1_v2_communities/public
 
</pre>
 
</pre>
  
 
'''Parameters (text)'''
 
'''Parameters (text)'''
 
<pre>
 
<pre>
 +
/configurations/@[configuration_name]/snmp_services/configuration/snmp_v1_v2_communities/private
 +
community_name          = "private"
 +
write_operation_allowed = true
 
</pre>
 
</pre>
  
 
'''Parameters (json)'''
 
'''Parameters (json)'''
 
<pre>
 
<pre>
</pre>
+
{
 +
  "community_name" : "private",
 +
  "write_operation_allowed" : false
 +
}</pre>
 
</div>
 
</div>
 +
  
 
==List of Parameters==
 
==List of Parameters==
  
* [[Parameter: Application Type|Application Type]]
+
* [[Parameter: Community name|Community name]]
* [[Parameter: Name|Name]]
+
* [[Parameter: Write operation allowed|Write operation allowed]]
* [[Parameter: Bin Path|Bin Path]]
+
* [[Parameter: Location|Location]]
+
* [[Parameter: Working Path|Working Path]]
+
* [[Parameter: Commadn-line arguments|Command-line arguments]]
+
 
+
<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:38, 13 November 2020

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

New communities can be created for SNMP versions 1 or 2, By default, the standard communities public (read-only access), and private (read-write access) have been created.

To create a new SNMPv1/SNMPv2 community:

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 community

Snmp CommunityV1V2 0.png

4-In the community creation window:

  • Enter a unique name for the community
  • Select or clear the Write operation allowed check box to allow or disallow a write privilege for the current community
  • Click Create

Snmp CommunityV1V2 1.png

5-Verify that the SNMP community was successfully created message is displayed and that the new community in SNMPv1 SNMPv2 Communities list.

Snmp CommunityV1V2 2.png

Path

/configurations/@[configuration_name]/snmp_services/configuration/snmp_v1_v2_communities/private

/configurations/@[configuration_name]/snmp_services/configuration/snmp_v1_v2_communities/public

Parameters (text)

/configurations/@[configuration_name]/snmp_services/configuration/snmp_v1_v2_communities/private
community_name          = "private"
write_operation_allowed = true

Parameters (json)

{
  "community_name" : "private",
  "write_operation_allowed" : false
}


List of Parameters

Personal tools