Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

SNMP Library for Java

I need to make a feasibility study on various SNMP libraries. Currently I am using SNMP4J. My requirement is to compare various libraries with their features. I wasn't able to locate any useful reference links. Please someone suggest any links.

like image 731
Gapchoos Avatar asked Dec 11 '12 09:12

Gapchoos


People also ask

What is SNMP in Java?

The Simple Network Management Protocol (SNMP) is an industry standard for network management. Objects managed by SNMP are arranged in management information bases (MIBs). The SNMP agent publishes the standard MIB for the Java virtual machine (Java VM) instrumentation.

Is SNMP4J open source?

SNMP4J is open source and has a very good API documentation even down to the details.


1 Answers

For a list of SNMP frameworks for java, see SNMPLink.org

In my experience, for an open source, SNMP4J is the leader.

For a real compare you must try each one of them (not only reading) and see:

1. Easy and intuitive usage
2. You can accomplish all task you wish
3. Mark a special concept of the framework (if exists)
4. No-bugs
5. Performance
6. A live community

Other frameworks:

  • WebNMS - commerical
  • DynamicSNMP
  • NetSNMPJ

Good luck and let us know of your results.

like image 173
Amos N. Avatar answered Oct 19 '22 04:10

Amos N.