Java Dynamic Management Kit 3.2 Programming Guide | ||||
---|---|---|---|---|
![]() | ![]() | Chapter 19. Developing SNMP Agents With the Java Dynamic Management Kit | ![]() | ![]() |
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 |
![]() | ![]() | ![]() |
Loading MIBs Into an SNMP Adaptor | ![]() | Developing SNMP Managers With the Java Dynamic Management Kit |