sending traps from a Java application

2019-05-06 22:30发布

问题:

What is the quickest simplest way to send a trap from a Java application?

Thanks in Advance!

回答1:

I use SNMP4J for this.

This javadoc might help you write your code. You can use the Snmp.trap() method



标签: java snmp