|
For SNMP application development with Java, please download the SNMP4J sources and library.
The SNMP4J command line tool can be used to send SNMPv1/v2c/v3 requests and traps to a target using UDP or TCP transport using IPv4 and IPv6 (if available on the used platform). The tool supports SNMPv3 MD5 and SHA authentication as well as DES (CBC), 3DES (EDE), AES128, AES192, and AES256 encryption.
The sources of the command line tool are also part of the source code distribution file and can be used as an example that illustrates how to use the SNMP4J API.
SNMP4J and the SNMP4J-Agent sources and binaries are freely available under the Apache 2.0 license. SNMP4J-AgentX as well as SNMP4J-AgentJMX are released under the GNU Public License version 2 and a commercial license which can be purchased online.
|