Provides descriptions of Management Information Base (MIB) variables for the snmpinfo command.
The mib.defs file provides object descriptions of MIB variables for the snmpinfo command issued with the get, next, set, and dump options. See the snmpinfo command for more information.
The mib.defs file is not intended to be edited by the user. The file should be created with the mosy command. See the mosy command for information on how to create the mib.defs file. This file has the following format:
The MIB group fields are separated by spaces or tabs and contain the following information:
The MIB groups are defined as follows:
Group Descriptor | Group Entry |
internet | iso.3.6.1 |
directory | internet.1 |
mgmt | internet.2 |
. | . |
. | . |
. | . |
mib-2 | mgmt.1 |
system | mib-2.1 |
. | . |
. | . |
The object definitions of MIB variables are formatted as follows:
Object Descriptor | Group Entry | Syntax | Access | Status |
sysDescr | system.1 | DisplayString | read-only | mandatory |
The MIB variable fields are separated by spaces or tabs, and contain the following information:
The parent MIB group definition required for a particular MIB variable GroupEntry definition must precede the object definition for the MIB variable.
Comments begin with a # (pound sign) or - - (two dashes) and continue to the end of the line.
This command is part of Simple Network Management Protocol Agent Applications in Network Support Facilities in Base Operating System (BOS) Runtime.
/usr/samples/snmpd/smi.my | Defines the ASN.1 definitions by which the SMI is defined as in RFC 1155. |
/usr/samples/snmpd/mibII.my | Defines the ASN.1 definitions for the MIB II variables as defined in RFC 1213. |
The mosy command, snmpinfo command.
Understanding the Management Information Base (MIB) in AIX Version 4.3 Communications Programming Concepts.