" /> Geneys SNMP configuration using NET-SNMP - Genesys CTI User Forum

Author Topic: Geneys SNMP configuration using NET-SNMP  (Read 1447 times)

Offline Vishwasam

  • Newbie
  • *
  • Posts: 28
  • Karma: 1
Geneys SNMP configuration using NET-SNMP
« on: September 14, 2017, 01:34:14 PM »
Advertisement
Hi,

I am working on configuring SNMP with NET-SNMP Agent as the existing NMS doesn't support Agent -X
SNMP master agent application is configured in CME with working directory pointing to NET-SNMP installed directory.

command line: registeragent.bat

[agentx]
mode = TCP
tcp_port = 705

[log]
all = snmp_master,stdout
enable-thread = false
expire = false
segment = false
verbose = standard

[snmp]
[b]netsnmp-enable = true[/b]
read_community = public
trap_target = 127.0.0.1/162
v3_username = default
v3auth_password =
v3auth_protocol = none
v3priv_password =
v3priv_protocol = none
write_community = public

Annex

[start-stop]
start-command = registeragent.bat
stop-command = unregisteragent.bat

NET-SNMP service is up but unable to probe from CA UIM tool.

let me know your inputs.


Offline Kubig

  • Hero Member
  • *****
  • Posts: 2755
  • Karma: 44
Re: Geneys SNMP configuration using NET-SNMP
« Reply #1 on: September 15, 2017, 08:21:18 AM »
I am not sure about your configuration. If I recall properly, the netsnmp-enabled should be configured on SCS level.