SNMP4J getting and setting values

Vladimir Petrosyan picture Vladimir Petrosyan · Dec 2, 2011 · Viewed 12.3k times · Source

I need to get and set a few values by SNMP v2. I'm looking for simple example of code which using SNMP4J (or any another library) to get and set values by OIDs.

Answer

J Mathew picture J Mathew · Dec 1, 2012

I have written a simple application using snmp4j.jar and java. I have mentioned how to test this application by enabling snmp agent running on your windows machine as well.

A simple application is given here