|
The example mibTreeDemo displays the usage of the MibTree bean with the JFC tree component. This example enables the loading and the using of SNMP MIBs. The following command can be used to run the application.
java mibTreeDemo -m ../../mibs/RFC1213-MIB |
The above command loads the RFC1213-MIB in the MibTree component. We can traverse the MIB tree, read the MIB file description, and so on.
The screenshot of this example is given below.

Source
Refer the source code for the mibTreeDemo example present in <examples/uiapplications/mibTreeDemo.java> for more information.
Usage
java mibTreeDemo -m[mibs] |
|