I am working on configuring SNMP with NET-SNMP Agent as the existing NMS( CA UIM) doesn't support Agentx protocol
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]
netsnmp-enable = true
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.
Need information on compatibility SNMP Master agent with CA UIM. CA UIM suggests to use NET-SNMP as agentx protocol is not supported by UIM.
For NET-SNMP we tried with SNMPV2 with no username, unable to probe from CA UIM.
Is CA UIM Compatible with Genesys SNMP master agent? What are the settings or options required to use NET-SNMP with CAUIM?
let me know your inputs.