SNMP sample overview

This sample shows how to create a simple task that utilizes the SNMP component of IBM Director. It creates a frame which displays output from various get requests.

Detail of the SNMP sample

The sample provided is an implementation of server/console code to send SNMP PDUs from a console. You can build  the sample by using the included makefile. Details on building and running the sample are included in readme.txt . The file can be found in the samples\javasrc\com\BobCo\snmp directory.

Details about the Remote SNMP and variable bindings can be found in com.tivoli.twg.snmp.TWGRemoteSNMP and com.tivoli.twg.snmputils.VariableBinding.

This sample does the following:

Source files of the sample