NET-SNMP-MIB.txt
上传用户:wxp200602
上传日期:2007-10-30
资源大小:4028k
文件大小:2k
源码类别:

SNMP编程

开发平台:

Unix_Linux

  1. NET-SNMP-MIB DEFINITIONS ::= BEGIN
  2. --
  3. -- Top-level infrastructure of the Net-SNMP project enterprise MIB tree
  4. --
  5. IMPORTS
  6.     MODULE-IDENTITY, enterprises FROM SNMPv2-SMI;
  7. netSnmp MODULE-IDENTITY
  8.     LAST-UPDATED "200201300000Z"
  9.     ORGANIZATION "www.net-snmp.org"
  10.     CONTACT-INFO    
  11.  "postal:   Wes Hardaker
  12.                     P.O. Box 382
  13.                     Davis CA  95617
  14.           email:    net-snmp-coders@lists.sourceforge.net"
  15.     DESCRIPTION
  16. "Top-level infrastructure of the Net-SNMP project enterprise MIB tree"
  17.     REVISION     "200201300000Z"
  18.     DESCRIPTION
  19. "First draft"
  20.     ::= { enterprises 8072}
  21. --
  22. --  Net-SNMP enterprise-specific management objects
  23. --
  24. netSnmpObjects              OBJECT IDENTIFIER ::= {netSnmp 1}
  25. -- netSnmpExamples             OBJECT IDENTIFIER ::= {netSnmp 2}
  26. netSnmpEnumerations         OBJECT IDENTIFIER ::= {netSnmp 3}
  27. netSnmpModuleIDs            OBJECT IDENTIFIER ::= {netSnmpEnumerations 1}
  28. netSnmpAgentOIDs            OBJECT IDENTIFIER ::= {netSnmpEnumerations 2}
  29. netSnmpDomains              OBJECT IDENTIFIER ::= {netSnmpEnumerations 3}
  30. netSnmpExperimental         OBJECT IDENTIFIER ::= {netSnmp 9999}
  31. --
  32. -- A subtree specifically designed for private testing purposes.
  33. -- No "public" management objects should ever be defined within this tree.
  34. --
  35. -- It is provided for private experimentation, prior to transferring a MIB
  36. -- structure to another part of the overall OID tree
  37. --
  38. netSnmpPlaypen              OBJECT IDENTIFIER ::= {netSnmpExperimental 9999}
  39. --
  40. --  Notifications
  41. --
  42. netSnmpNotificationPrefix   OBJECT IDENTIFIER ::= {netSnmp 4}
  43. netSnmpNotifications        OBJECT IDENTIFIER ::= {netSnmpNotificationPrefix 0}
  44. netSnmpNotificationObjects  OBJECT IDENTIFIER ::= {netSnmpNotificationPrefix 1}
  45. --
  46. --  Conformance
  47. --     (No laughing at the back!)
  48. --
  49. netSnmpConformance          OBJECT IDENTIFIER ::= {netSnmp 5}
  50. netSnmpCompliances          OBJECT IDENTIFIER ::= {netSnmpConformance 1}
  51. netSnmpGroups               OBJECT IDENTIFIER ::= {netSnmpConformance 2}
  52. END