Java Dynamic Management Kit 3.2 Programming Guide | ||||
---|---|---|---|---|
![]() | ![]() | Chapter 20. Developing SNMP Managers With the Java Dynamic Management Kit | ![]() |
Metadata generated by the mibgen compiler can be loaded into the MibStore for use by SNMP manager applications. Example 20-5 shows two ways of loading a metadata file generated from a MIB called RFC1213.
Example 20-5. Loading Metadata into the MibStore
MibStore.addMib(new RFC1213_MIBStore()); // or SnmpMain.initializeSNMP(new RFC1213_MIBStore()); |
![]() | ![]() | ![]() |
Operation of the SNMP Manager | ![]() | SNMP Traps |