home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 January / Chip_2001-01_cd1.bin / tema / php / php4-win.exe / mibs / RFC-1215.txt < prev    next >
Text File  |  1998-07-17  |  1KB  |  40 lines

  1.  
  2. RFC-1215 DEFINITIONS ::= BEGIN
  3.  
  4. -- This  module is a empty module.  It has been created solely for the 
  5. -- purpose of allowing other modules to correctly import the TRAP-TYPE 
  6. -- clause from RFC-1215 where it should be imported from.  It's a
  7. -- built in type in the UCD-SNMP code, and in fact RFC-1215 doesn't
  8. -- actually define a mib at all; it only defines macros.  However,
  9. -- importing the TRAP-TYPE is conventionally done from an import
  10. -- clause pointing to RFC-1215.  The definition of the trap macro is
  11. -- in the comment field below.
  12. --
  13. --   Wes 7/17/98
  14.  
  15. --  TRAP-TYPE MACRO ::=
  16. --  BEGIN
  17. --      TYPE NOTATION ::= "ENTERPRISE" value
  18. --                            (enterprise OBJECT IDENTIFIER)
  19. --                        VarPart
  20. --                        DescrPart
  21. --                        ReferPart
  22. --      VALUE NOTATION ::= value (VALUE INTEGER)
  23. --      VarPart ::=
  24. --                 "VARIABLES" "{" VarTypes "}"
  25. --                      | empty
  26. --      VarTypes ::=
  27. --                 VarType | VarTypes "," VarType
  28. --      VarType ::=
  29. --                 value (vartype ObjectName)
  30. --      DescrPart ::=
  31. --                 "DESCRIPTION" value (description DisplayString)
  32. --                      | empty
  33. --      ReferPart ::=
  34. --                 "REFERENCE" value (reference DisplayString)
  35. --                      | empty
  36. --  END
  37.  
  38.  
  39. END
  40.