home *** CD-ROM | disk | FTP | other *** search
/ HP Vectra VL400 Image Library & Diagnostics System / ILD_VL400.iso / packages / nt4 / driver / lan / intel / iaa3201 / setup.exe / Package / DMIDisk / intel.mib < prev    next >
Encoding:
Text File  |  1998-06-05  |  4.0 KB  |  105 lines

  1. Intel-Common-MIB DEFINITIONS ::= BEGIN
  2.  
  3. IMPORTS
  4.     enterprises FROM RFC1155-SMI;
  5.  
  6. -- Categories
  7.  
  8. intel               OBJECT IDENTIFIER ::=   { enterprises 343 }
  9.  
  10. -- 
  11. -- Intel Private space divides into 3 branches at the top. They are
  12. -- identifiers, products, and experimental.  
  13. -- 
  14. -- 'identifers' branch typically contains objects which are used as
  15. -- constants.  For example, if a mib contained an object identifier
  16. -- "appliance-type", somewhere down under identifiers would be a list
  17. -- containing OIDs for "refrigerator", "toaster", etc.  Currently
  18. -- there are 3 groups under identifiers; systems, objects and
  19. -- comm-methods.
  20. -- 'systems' contains objects for system type such as PCs, hubs, etc.
  21. -- 'objects' contains identifiers for component pieces.  
  22. -- 'comm-methods' refers to the transmission medium used in 
  23. -- proxy-to-agent conversation.
  24. -- 
  25. -- 'products' branch contains objects which are specifically Intel
  26. -- products.  Under this branch go all MIBs for Intel products.
  27. -- 
  28. -- 'experimental' is for exactly what the name implies.
  29. --  
  30. -- 'information-technology' encompasses the work of the Information 
  31. -- Technology (IT) group within Intel. 
  32. --  
  33. -- For example, an identifier for a toaster would exist under
  34. -- 'identifiers.systems.toasters' while another identifier for an
  35. -- Intel specific toaster MIB would live under 'products.appliances'.
  36. -- 
  37.  
  38. identifiers         OBJECT IDENTIFIER ::=   { intel 1 }
  39. products            OBJECT IDENTIFIER ::=   { intel 2 }
  40. experimental        OBJECT IDENTIFIER ::=   { intel 3 }
  41. information-technology  OBJECT IDENTIFIER ::=   { intel 4 }
  42.  
  43. -- Groups under 'identifiers'
  44.  
  45. systems             OBJECT IDENTIFIER ::=   { identifiers 1 }
  46. objects             OBJECT IDENTIFIER ::=   { identifiers 2 }
  47. comm-methods        OBJECT IDENTIFIER ::=   { identifiers 3 }
  48.  
  49. pc-systems          OBJECT IDENTIFIER ::=   { systems 1 }
  50. proxy-systems       OBJECT IDENTIFIER ::=   { systems 2 }
  51. hub-systems         OBJECT IDENTIFIER ::=   { systems 3 }
  52.  
  53. local-proxy-1       OBJECT IDENTIFIER ::=   { comm-methods 1 }
  54. pc-novell-1         OBJECT IDENTIFIER ::=   { comm-methods 2 }
  55.  
  56. -- Identifiers for 'hub-systems'
  57. -- Note: These items match the definitions for moduleType
  58. --       in intelhub.mib.
  59.  
  60. express10-100Stack  OBJECT IDENTIFIER ::=   { hub-systems 1 }
  61. express12TX         OBJECT IDENTIFIER ::=   { hub-systems 2 }
  62. express24TX         OBJECT IDENTIFIER ::=   { hub-systems 3 }
  63. expressReserved     OBJECT IDENTIFIER ::=   { hub-systems 4 }
  64. expressMgmt         OBJECT IDENTIFIER ::=   { hub-systems 5 }
  65. expressBridge       OBJECT IDENTIFIER ::=   { hub-systems 6 }
  66. express210-12       OBJECT IDENTIFIER ::=   { hub-systems 7 }
  67. express210-24       OBJECT IDENTIFIER ::=   { hub-systems 8 }
  68. express220-12       OBJECT IDENTIFIER ::=   { hub-systems 9 }
  69. express220-24       OBJECT IDENTIFIER ::=   { hub-systems 10 }
  70.  
  71. -- Groups under 'products'
  72.  
  73. pc-products         OBJECT IDENTIFIER ::=   { products 1 }
  74. hub-products        OBJECT IDENTIFIER ::=   { products 2 }
  75. proxy               OBJECT IDENTIFIER ::=   { products 3 }
  76. print-products      OBJECT IDENTIFIER ::=   { products 4 }
  77. network-products    OBJECT IDENTIFIER ::=   { products 5 }
  78. snmp-agents         OBJECT IDENTIFIER ::=   { products 6 }
  79. nic-products        OBJECT IDENTIFIER ::=   { products 7 }
  80.  
  81. -- Groups under 'hub-products'
  82.  
  83. express110          OBJECT IDENTIFIER ::=   { hub-products 1 }
  84.  
  85. -- Groups under 'print-products'
  86.  
  87. netport-1           OBJECT IDENTIFIER ::=   { print-products 1 }
  88. netport-2           OBJECT IDENTIFIER ::=   { print-products 2 }
  89. netport-express     OBJECT IDENTIFIER ::=   { print-products 3 }
  90.  
  91. -- Groups under 'network-products'
  92.  
  93. lanDesk             OBJECT IDENTIFIER ::=   { network-products 1 }
  94. ld-alarms           OBJECT IDENTIFIER ::=   { lanDesk 1 }
  95. internetServer-2    OBJECT IDENTIFIER ::=   { network-products 2 }
  96. iS-alarms           OBJECT IDENTIFIER ::=   { internetServer-2 1 }
  97.  
  98. -- Groups under 'experimental'
  99.  
  100. -- <none>
  101.  
  102. --
  103.  
  104. END
  105.