Java Dynamic Management Kit 3.2 Programming Guide
[ Previous ][ Fast Back ]Chapter 19. Developing SNMP Agents With the Java Dynamic Management Kit[ Fast Forward ][ Next ]

Advanced use of the SNMP Adaptor

Each MIB bound to the SNMP adaptor is represented by an SnmpMib instance. The SNMP adaptor can be viewed as a container of SnmpMib instances. In fact, the SNMP adaptor is actually a container of SnmpMibAgent instances. The SnmpMib class extends the SnmpMibAgent class.

By deriving its own class from SnmpMibAgent, it is possible to implement an SNMP proxy. A sample proxy implementation is provided as source code. The directory containing the source files depends on the operating environment.

Operating Environment

Directory

Solaris

installDir/SUNWconn/jaw/examples/snmp/proxy

Windows NT

installDir\SUNWconn\jaw\examples\snmp\proxy


[ Previous ][ Home ][ Next ]
Loading MIBs Into an SNMP Adaptor[ Up ]Developing SNMP Managers With the Java Dynamic Management Kit