Share via


Developing a MIB

To develop a MIB

  1. Research and analyze the requirements for your managed system and create a document that contains a list of manageable objects to be included in the MIB.
  2. Design the OID infrastructure for your information framework. Lay out the information framework and organize object definitions into a MIB module.
  3. Register your private MIB branch by obtaining a MIB registration point from the IANA (Internet Assigned Numbers Authority). After registering your private MIB branch, arrange each manageable object in a tree-like structure, and assign an OID to each variable, creating subtrees for each manageable object group.
  4. Design the MIB module. After outlining the basic MIB components, you need to define the events that must be communicated to the SNMP management station. Then, you need to arrange the managed-object definitions for each MIB variable in a .mib by using a .mib template.
  5. Organize the MIB objects into groups and assemble the MIB module into a coherent piece of code.

The following code examples show how to create a MIB structure consisting of a .mib file, a MIB header and a MIB source file.

See Also

Sample .mib File | MIB Header Sample | Sample MIB Source File | Management Information Base

 Last updated on Saturday, April 10, 2004

© 1992-2003 Microsoft Corporation. All rights reserved.