home *** CD-ROM | disk | FTP | other *** search
/ PC World 2005 December / PCWorld_2005-12_cd.bin / software / vyzkuste / trikyhackeru / trikyhackeru.exe / ethereal-setup-0.10.13.exe / snmp / mibs / NET-SNMP-MIB.txt < prev    next >
Text File  |  2003-04-16  |  2KB  |  68 lines

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