Note: The MIB compiler is a separate download that can be found at http://community.kaseya.com/resources/m/knowexch/67676.aspx This topic assumes you have downloaded and installed the compiler.
In the
program group in the start menu you can find the MIB compiler. By using the MIB compiler you can compile text MIB files into a binary format that Network Monitor can read. Compiling MIB files requires understanding about how MIB files work as well as a general understanding of SNMP. A number of different RFC documents outline the fundamental base that all other MIB files are based on.Kaseya > KNM
Note: The system hosting the Network Monitor server must have the Windows
running to use SNMP monitoring. Any community specified by Network Monitor for monitoring must also be specified by the SNMP Service
on the host machine. See Installation Checklist.SNMP Service
As an example, this is the compile order of a CISCO ® product MIB.
SNMPv2-SMI.mib
SNMPv2-TC.mib
SNMPv2-MIB.mib
RFC1213-MIB.mib
IF-MIB.mib
CISCO-SMI.mib
CISCO-PRODUCTS-MIB.mib
CISCO-TC.mib
The first 5 files in this example are common for most product MIB files, and are included in the default
binary MIB file. knm.mib
Warning: All of these files must be compiled at the same time, otherwise the MIB compiler fails due to unresolved symbols.
Contents of the default KNM MIB file
The default
file that is included in the installation contains the following base OIDs (Object Identifiers).knm.mib
iso.org.dod.internet.directory
iso.org.dod.internet.mgmt
iso.org.dod.internet.experimental
iso.org.dod.internet.private
iso.org.dod.internet.security
Compiling a MIB file
Intellipool MIB compiler
knm.mib
file in the KNM\mibs
folder of the KNM host machine and double click it.KNM\mibs
directory.It's recommended that you use the browse function to review the compiled MIB before saving it into the KNM\mibs
directory.