Actions

Toolpack:Configuring tbSnmpAgent C: Difference between revisions

(new arctile)
 
No edit summary
Line 7: Line 7:
1) Click '''Applications''' in the navigation panel.
1) Click '''Applications''' in the navigation panel.


[[Image:Snmp_cfg_0.png]]
[[Image:Snmp_cfg_A_0.png]]
<br/><br/>
<br/><br/>
2) In the '''Application Configuration List''', select '''tbsnmpagent'''.
2) In the '''Application Configuration List''', select '''tbsnmpagent'''.


[[Image:Snmp_cfg_1.png]]
[[Image:Snmp_cfg_A_1.png]]
<br/><br/>
<br/><br/>
3) Click '''Application Params'''
3) Click '''Application Params'''


[[Image:Snmp_cfg_2.png]]
[[Image:Snmp_cfg_A_2.png]]
<br/><br/>
<br/><br/>
4) Enter values for the following parameters:
4) Enter values for the following parameters:
Line 29: Line 29:
*'''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.


[[Image:Snmp_cfg_4.png]]
[[Image:Snmp_cfg_A_4.png]]
<br/><br/>
<br/><br/>
*Click '''Save'''
*Click '''Save'''


[[Image:Snmp_cfg_5.png]]
[[Image:Snmp_cfg_A_5.png]]
<br/><br/>
<br/><br/>
6) Verify that the '''ApplicationCfg was sucessfully updated''' message is displayed.
6) Verify that the '''ApplicationCfg was sucessfully updated''' message is displayed.

Revision as of 15:31, 16 October 2015

Applies to version(s): v2.9

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


1) Click Applications in the navigation panel.

Snmp cfg A 0.png

2) In the Application Configuration List, select tbsnmpagent.

Snmp cfg A 1.png

3) Click Application Params

Snmp cfg A 2.png

4) 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 3.png

5) 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.

File:Snmp cfg A 4.png

  • Click Save

File:Snmp cfg A 5.png

6) Verify that the ApplicationCfg was sucessfully updated message is displayed.

Snmp cfg 6.png

List of Parameters



Path

/configurations/Test_remap_NAP_IP/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,
}