snmp - Send trap v2 in Java -
How can I send snmpv2 webs from the Java application? I tried to make an example on snmp4j, but it does not work.
I use it for
javadoc can help you write your code You can use this method
Edit:
Good At this time I do not own the code, but you can mention one. You have to use Snmp.notify () to send a V2 trap instead of Snmp.trap (), as Trap () only supports sending V1 mesh.
Comments
Post a Comment