Actions

Toolpack:Configuring tbSnmpAgent C: Difference between revisions

(reverted the changes)
 
(11 intermediate revisions by 2 users not shown)
Line 1: Line 1:
=== '''''Applies to version(s): v2.9''''' ===
{{DISPLAYTITLE:Configuring the SNMP Agent}}
{{DISPLAYTITLE:Configuring the SNMP Agent}}
{| class="wikitable"
|-
|rowspan="3"|This article applies to:
|'''Product'''
|'''Version'''
|-
|Tmedia
|2.9, 2.10, 3.0, 3.2
|-
|SBC
|3.0, 3.1
|}


Once you have successfully activated the tbSnmpAgent application, follow these steps to configure the SNMP system parameters:
Once you have successfully activated the tbSnmpAgent application, follow these steps to configure the SNMP system parameters:




1) Click '''Services''' in the navigation panel.
1-Click '''Services''' in the navigation panel.


[[Image:Snmp_cfg_A_0.png]]
[[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]]
[[Image:Snmp_cfg_A_1.png]]
<br/><br/>
<br/><br/>
3) Enter values for the following parameters:
3-Enter values for the following parameters:
*'''SNMP IP Port''': The '''IP port''' to use for making SNMP requests (standard default value is 161).
*'''SNMP IP Port''': The '''IP port''' to use for making SNMP requests (standard default value is 161).
*'''SNMP System Description''': The textual description that will appear when polling the '''sysDescr''' variable of the SNMPv2-MIB.
*'''SNMP System Description''': The textual description that will appear when polling the '''sysDescr''' variable of the SNMPv2-MIB.
Line 21: Line 32:
[[Image:Snmp_cfg_A_2.png]]
[[Image:Snmp_cfg_A_2.png]]
<br/><br/>
<br/><br/>
4) Click '''Advanced Params''' to view or change advanced settings for the following parameter(s):
4-Click '''Advanced Params''' to view or change advanced settings for the following parameter(s):
*'''Polling delay to generate traps''': Sets the length (in seconds) for the time intervals at which the SNMP agent polls for newly generated traps.
*'''Polling delay to generate traps''': Sets the length (in seconds) for the time intervals at which the SNMP agent polls for newly generated traps.
*'''Use system names''': Indicates that SNMP uses the names interfaces of the system instead of the names interfaces generated by adapters.
*'''Use system names''': Indicates that SNMP uses the names interfaces of the system instead of the names interfaces generated by adapters.
Line 28: Line 39:
<br/><br/>
<br/><br/>
*Click '''Save'''
*Click '''Save'''
<br/><br/>


<br/><br/>
<br/><br/>
5) Verify that the '''ApplicationCfg was sucessfully updated''' message is displayed.
5-Verify that the '''Tbsnmpagent was sucessfully updated''' message is displayed.


[[Image:Snmp_cfg_6.png]]
[[Image:Snmp_cfg_6.png]]
==List of Parameters==
* [[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]]
** [[Parameter: IP Header Type of Service (ToS)|IP Header Type of Service (ToS)]]




Line 53: Line 51:
'''Path'''
'''Path'''
<pre>
<pre>
/configurations/Test_remap_NAP_IP/snmp_services/configuration
/configurations/@[configuration_name]/snmp_services/configuration
</pre>
</pre>


Line 79: Line 77:
</pre>
</pre>
</div>
</div>
==List of Parameters==
* [[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]]
** [[Parameter: IP Header Type of Service (ToS)|IP Header Type of Service (ToS)]]

Latest revision as of 14:38, 3 August 2021

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

Once you have successfully activated the tbSnmpAgent application, follow these steps to configure the SNMP system parameters:


1-Click Services in the navigation panel.

Snmp cfg A 0.png

2-Select the SNMP tab.

Snmp cfg A 1.png

3-Enter values for the following parameters:

  • SNMP IP Port: The IP port to use for making SNMP requests (standard default value is 161).
  • SNMP System Description: The textual description that will appear when polling the sysDescr variable of the SNMPv2-MIB.
  • SNMP System Object ID: The value appended to TelcoBridges' value (.1.3.6.1.4.1.21776.3) for the SNMPv2-MIB variable sysObjectId**SNMP System Name: the textual description that will appear when polling the sysName variable of the SNMPv2-MIB.
  • SNMP System Location: The textual description that will appear when polling the sysLocation variable of the SNMPv2-MIB.
  • SNMP System Contact: The textual description that will appear when polling the sysContact variable of the SNMPv2-MIB.

Snmp cfg A 2.png

4-Click Advanced Params to view or change advanced settings for the following parameter(s):

  • Polling delay to generate traps: Sets the length (in seconds) for the time intervals at which the SNMP agent polls for newly generated traps.
  • Use system names: Indicates that SNMP uses the names interfaces of the system instead of the names interfaces generated by adapters.

Snmp cfg A 3.png

  • Click Save





5-Verify that the Tbsnmpagent was sucessfully updated message is displayed.

Snmp cfg 6.png


Path

/configurations/@[configuration_name]/snmp_services/configuration

Parameters (text)

/configurations/@[configuration_name]/snmp_services/configuration
ip_port             = 161
system_contact      = ""
system_description  = ""
system_location     = ""
system_object_id    = "1"
use_system_names    = false

Parameters (json)

{
  "ip_port" : 161,
  "system_contact" : "",
  "system_description" : "",
  "system_location" : "",
  "system_object_id" : "1",
  "use_system_names" : false,
}


List of Parameters