home *** CD-ROM | disk | FTP | other *** search
/ PC World 2001 August / PCWorld_2001-08_cd.bin / Komunikace / phptriad / phptriadsetup2-11.exe / php / mibs / SNMPv2-SMI.txt < prev    next >
Text File  |  1999-11-14  |  2KB  |  76 lines

  1. SNMPv2-SMI DEFINITIONS ::= BEGIN
  2.  
  3.  
  4. -- the path to the root
  5.  
  6. org            OBJECT IDENTIFIER ::= { iso 3 }  --  "iso" = 1
  7. dod            OBJECT IDENTIFIER ::= { org 6 }
  8. internet       OBJECT IDENTIFIER ::= { dod 1 }
  9.  
  10. directory      OBJECT IDENTIFIER ::= { internet 1 }
  11.  
  12. mgmt           OBJECT IDENTIFIER ::= { internet 2 }
  13. mib-2          OBJECT IDENTIFIER ::= { mgmt 1 }
  14. transmission   OBJECT IDENTIFIER ::= { mib-2 10 }
  15.  
  16. experimental   OBJECT IDENTIFIER ::= { internet 3 }
  17.  
  18. private        OBJECT IDENTIFIER ::= { internet 4 }
  19. enterprises    OBJECT IDENTIFIER ::= { private 1 }
  20.  
  21. security       OBJECT IDENTIFIER ::= { internet 5 }
  22.  
  23. snmpV2         OBJECT IDENTIFIER ::= { internet 6 }
  24.  
  25. -- transport domains
  26. snmpDomains    OBJECT IDENTIFIER ::= { snmpV2 1 }
  27.  
  28. -- transport proxies
  29. snmpProxys     OBJECT IDENTIFIER ::= { snmpV2 2 }
  30.  
  31. -- module identities
  32. snmpModules    OBJECT IDENTIFIER ::= { snmpV2 3 }
  33.  
  34. -- Extended UTCTime, to allow dates with four-digit years
  35. -- (Note that this definition of ExtUTCTime is not to be IMPORTed
  36. --  by MIB modules.)
  37. ExtUTCTime ::= OCTET STRING(SIZE(11 | 13))
  38.     -- format is YYMMDDHHMMZ or YYYYMMDDHHMMZ
  39.     --   where: YY   - last two digits of year (only years
  40.     --                 between 1900-1999)
  41.     --          YYYY - last four digits of the year (any year)
  42.     --          MM   - month (01 through 12)
  43.     --          DD   - day of month (01 through 31)
  44.     --          HH   - hours (00 through 23)
  45.     --          MM   - minutes (00 through 59)
  46.     --          Z    - denotes GMT (the ASCII character Z)
  47.     --
  48.     -- For example, "9502192015Z" and "199502192015Z" represent
  49.     -- 8:15pm GMT on 19 February 1995. Years after 1999 must use
  50.     -- the four digit year format. Years 1900-1999 may use the
  51.     -- two or four digit format.
  52.  
  53. -- definitions for information modules
  54.  
  55. -- names of objects
  56. -- (Note that these definitions of ObjectName and NotificationName
  57. --  are not to be IMPORTed by MIB modules.)
  58.  
  59. -- syntax of objects
  60.  
  61. -- the "base types" defined here are:
  62. --   3 built-in ASN.1 types: INTEGER, OCTET STRING, OBJECT IDENTIFIER
  63. --   8 application-defined types: Integer32, IpAddress, Counter32,
  64. --              Gauge32, Unsigned32, TimeTicks, Opaque, and Counter64
  65.  
  66.  
  67. -- definitions of administrative identifiers
  68.  
  69. zeroDotZero    OBJECT-IDENTITY
  70.     STATUS     current
  71.     DESCRIPTION
  72.             "A value used for null identifiers."
  73.     ::= { 0 0 }
  74.  
  75. END
  76.