Genesys CTI User Forum
Genesys CTI User Forum => Genesys CTI Technical Discussion => Topic started by: Vishwasam on September 14, 2017, 01:34:14 PM
-
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.
-
I am not sure about your configuration. If I recall properly, the netsnmp-enabled should be configured on SCS level.