Java Dynamic Management Kit 3.2 Programming Guide
[ Previous ][ Fast Back ]Chapter 17. The SNMP Toolkit[ Fast Forward ][ Next ]

SNMP MIB Compiler - mibgen

The mibgen compiler takes as input a set of SNMP MIBs and generates m-beans that implement the MIBs. MIBs can be expressed using SNMP v1 or SNMP v2 syntax.

The mibgen compiler is able to process:

The mibgen compiler also generates the Java source code required for representing a whole MIB in an SNMP manager.


[ Previous ][ Home ][ Next ]
SNMP Adaptor[ Up ]SNMP Manager API