premosy - preprocessor to convert MIB documents to MOSY input format


A note about premosy:
  Premosy may not work with some RFC documents, specifically those that
  contain more than one instance of keywords used in the fgrep command.

Using premosy:
  System requirement:  UNIX, Bourne shell
  Setup: extract the text between the "Cut Here" lines and save into
         a file called "premosy".  Make the file executable with the
         command "chmod +x premosy", and copy the script to a directory
         listed in your $PATH environment variable.
  Startup: refer to the attached man page text.


PREMOSY(l)        MISC. REFERENCE MANUAL PAGES         PREMOSY(l)



NAME
     premosy - preprocessor to  convert  MIB  documents  to  MOSY
     input format

SYNOPSIS
     premosy filename > filename.my

DESCRIPTION
     The premosy utility is a script that converts files contain-
     ing MIB documents-available online on the Internet-to a for-
     mat used by the mosy(l) program.  It does this  by  removing
     page  markers  and  text outside of the ASN.1 specifications
     which are the core of the MIB document.

FILES
      input: MIB files
      output: filename.my

SEE ALSO
     mosy(l), postmosy(l), SNMP  RFCs  (RFC1155  RFC1157  RFC1212
     RFC1213 RFC1215, RFCs 1441-1452)