SNMP Manager Programmer's Guide
Reference Summary
SNMP Manager Programmer’s Guide–134249
9-17
Library Header Files
Library Header Files
-quiet
Suppresses progress messages generated by the MIB compiler as 
it checks the syntax of each MIB object. To suppress progress 
messages for the last in a series of input files, specify the -quiet 
option before the last input file name. To suppress progress 
messages for multiple input files, specify the -quiet option before 
the input file names.
@ automated-
response-
file-name
Identifies an input file containing MIB compiler invocation 
specifications.  Specifications in an automated response file can 
be written one to a line, or can be separated by spaces on a line. 
Precede comment lines with a semicolon (;), two hyphens (--), or 
a pound sign (#). 
MIB-file-name
Identifies a file containing ASN.1 MIB object definitions. The 
MIB compiler has built-in knowledge of the definitions in the 
following MIB modules: RFC1155-SMI, RFC-1212, RFC-1215, 
SNMPv2-SMI, SNMPv2-TC, SNMPv2-CONF, and SNMPv2-
TM. If any of your input files import definitions from other MIB 
modules, be sure to name the file providing the definitions before 
naming files in which the imported definitions are used.
C File 
Name
System File 
Name File Description
asn1.h asn1h Defines tags, data types, and macros for handling the ASN.1 
subset used by SNMP and defines the structure used to hold an 
OID (OBJ_ID_T)
buffer.h bufferh Defines the structure that describes encoded-packet buffers 
(EBUFFER_T) and related library functions
buildpkt.h buildpkh Defines the library functions used to construct request and trap 
packets and bind variable bindings to them
localio.h localioh Defines data structures and macros for handling undecoded 
ASN.1 information
objectid.h objectih Defines entry points into library routines that manage OIDs
snmp.h snmph Includes snmpdefs.h
snmpdefs.h snmpdefh Defines the packet structure (SNMP_PKT_T) and related 
library functions
snmpstat.h snmpstah Defines the structure (SNMP_STATS_T) that holds statistics 
describing packet decoding










