next up previous contents
Next: Miscellaneous classes Up: Technical Overview over the Previous: The SASClient class for

SNMP MIB related classes

MIB modules allow an SNMP managed agent to let users know about the structure and format of data available on the agent. The MIB modules are usually specified in a MIB module file, which needs to be parsed to understand the syntax and structure of the data available on the agent.

The MibModule class provides a means to parse and use the data available in a MIB module file. Each MibModule instance is created from a MIB module file, and you can load and unload MIB modules by creating and deleting these instances. The instance contains all the nodes of the MIB tree as well as defined traps and textual conventions. A few utility methods and variables are provided, e.g. getNode() to search the module for a node matching a specified OID.

The MibModule class makes use of a number of other classes, some of which are useful for getting additional information on the MIB module, or specific nodes in the MIB:


next up previous contents
Next: Miscellaneous classes Up: Technical Overview over the Previous: The SASClient class for
root
8/4/1997