Hello,
I compiled net-snmp 5.7.3 and noticed that a library named “libnetsnmpagent.a”
was created.
I want to use this library for creating my own agent.
Is it possible ?
What routines does this lib contain ? Is there any documentation ?
Thank you,
Z.V
Hi,
I am able to send snmpv3 traps out using trapsee
trapsess -v 3 -e engineid_agent -u test124 -l authPriv -a MD5 -A mypassword
-x DES -X mypassword 172.16.1.149:162
But snmptrapd running on 172.16.1.149 shows error
ASN.1 parse error in message
Please let me know if any configuration is missi