Example Outputs from SMICng

SMICng parses SNMP MIBs to check them for validity and can also output information from MIB files in an easy to read and process format. This allows you to write a backend program that takes one the outputs from SMICng and create another output in the format that you need.

Examples include:

SNMPinfo does not presently provide backend programs, but has worked with OEM licensees to create such programs for their needs.

Below are examples of the outputs from SMICng compiling RFC 1213 and RFC 1215. (These together are typically called MIB-II.) The line to create each of the outputs was of the form:

    smicng -f mibii-n.txt -n rfc1213.inc rfc1215t.inc
    where:
      "-f mibii-n.txt" - specifies the name of the output file
      "-n" - is the command line option to specify the "numbers" output
      "rfc1213.inc rfc1215t.inc" - are the files to be compile 

Output examples:


Last updated 18-jan-1999 - david t. perkins