How To Compile MIB.BIN With DHCP and WINS MIB Files Using MIBCC

ID: Q131776


The information in this article applies to:
  • Microsoft Windows NT Workstation versions 3.5, 3.51, 4.0
  • Microsoft Windows NT Server versions 3.5, 3.51, 4.0

To compile a Simple Network Management Protocol (SNMP) Management Information Base (MIB) file with the Windows Internet Name Service (WINS) and Dynamic Host Configuration Protocol (DHCP) MIB files, use MIBCC.EXE (included in the Windows NT Resource Kit version 3.5). For example:
MIBCC -oOUT.BIN SMI.MIB LMMIB2.MIB MIB_II.MIB WINS.MIB DHCP.MIB

The order of the MIB files is important. In this example, you need to copy OUT.BIN to MIB.BIN and place it in the %SYSTEMROOT%\SYSTEM32 directory. If you compile without the -o option, MIBCC.EXE overwrites the MIB.BIN file that is already in your %SYSTEMROOT%\SYSTEM32 directory.

To print each node as it is added, and print the MIB tree when finished, compile with -n and -t, respectively. For example:
MIBCC -n -oOUT.BIN -t SMI.MIB LMMIB2.MIB MIB_II.MIB WINS.MIB DHCP.MIB

Additional query words: prodnt snmp mib

Keywords : nttcp ntreskit NTSrvWkst
Version : 3.50
Platform : WINDOWS
Issue type :


Last Reviewed: February 23, 1999
© 2000 Microsoft Corporation. All rights reserved. Terms of Use.