|
For SNMP application development with Java, please download the SNMP4J sources and library.
The SNMP4J Command Line Tool (CLT) 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.
All functions are MIB supported and SNMP values will be formatted according to the DISPLAY-HINT and SYNTAX of the corresponding MIB object definitions. The tool ships with some IETF standard MIBs. Other MIBs can be compiled into the tool's MIB repository. The SNMP4J-CLT is available under a commercial license for a very low price. As of version 1.1 SNMP4J-CLT supports also SNMPv3 USM user creation/deletion and passphrase change.
If you would like to support SNMP4J please consider purchasing one or more SNMP4J-CLT licenses!
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.
|