tags:

views:

80

answers:

1

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

Thanks in Advance!

+1  A: 

I use SNMP4J for this.

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

Gopi