home *** CD-ROM | disk | FTP | other *** search
/ Thomson (Residential) / TGSTPv7203.iso / mac / SNMP_MIBs / snmpv1 / RFC-1215.my < prev    next >
Text File  |  2008-02-08  |  1KB  |  44 lines

  1. -- file: RFC-1215.my 
  2. -- Changes:
  3. --      Added MODULE definition.
  4. --      Commented out TRAP-TYPE macro definition and replaced
  5. --        with SMIC directive to enable it.
  6. -- dperkins@scruznet.com
  7.  
  8.  
  9. RFC-1215 DEFINITIONS ::= BEGIN
  10.  
  11.  
  12.     -- Make builtin items known
  13.  
  14.     SMI TRAP-TYPE
  15.  
  16.         --  TRAP-TYPE MACRO ::=
  17.         --  BEGIN
  18.         --      TYPE NOTATION ::= "ENTERPRISE" value
  19.         --                            (enterprise OBJECT IDENTIFIER)
  20.         --                        VarPart
  21.         --                        DescrPart
  22.         --                        ReferPart
  23.         --      VALUE NOTATION ::= value (VALUE INTEGER)
  24.         --
  25.         --      VarPart ::=
  26.         --                 "VARIABLES" "{" VarTypes "}"
  27.         --                      | empty
  28.         --      VarTypes ::=
  29.         --                 VarType | VarTypes "," VarType
  30.         --      VarType ::=
  31.         --                 value (vartype ObjectName)
  32.         --
  33.         --      DescrPart ::=
  34.         --                 "DESCRIPTION" value (description DisplayString)
  35.         --                      | empty
  36.         --
  37.         --      ReferPart ::=
  38.         --                 "REFERENCE" value (reference DisplayString)
  39.         --                      | empty
  40.         --
  41.         --  END
  42.  
  43. END
  44.