home *** CD-ROM | disk | FTP | other *** search
/ Enter 2004 June / ENTER.ISO / files / xampp-win32-1.4.5-installer.exe / xampp / HOST-RESOURCES-TYPES.txt < prev    next >
Encoding:
Text File  |  2004-07-13  |  10.7 KB  |  390 lines

  1. HOST-RESOURCES-TYPES DEFINITIONS ::= BEGIN
  2.  
  3. IMPORTS
  4.   MODULE-IDENTITY, OBJECT-IDENTITY        FROM SNMPv2-SMI
  5.   hrMIBAdminInfo, hrStorage, hrDevice     FROM HOST-RESOURCES-MIB;
  6.  
  7. hostResourcesTypesModule MODULE-IDENTITY
  8.   LAST-UPDATED "200003060000Z"    -- 6 March, 2000
  9.   ORGANIZATION "IETF Host Resources MIB Working Group"
  10.   CONTACT-INFO
  11.       "Steve Waldbusser
  12.       Postal: Lucent Technologies, Inc.
  13.               1213 Innsbruck Dr.
  14.               Sunnyvale, CA 94089
  15.               USA
  16.       Phone: 650-318-1251
  17.       Fax:   650-318-1633
  18.       Email: waldbusser@ins.com
  19.  
  20.       In addition, the Host Resources MIB mailing list is dedicated
  21.       to discussion of this MIB. To join the mailing list, send a
  22.       request message to hostmib-request@andrew.cmu.edu. The mailing
  23.       list address is hostmib@andrew.cmu.edu."
  24.   DESCRIPTION
  25.       "This MIB module registers type definitions for
  26.       storage types, device types, and file system types.
  27.  
  28.       After the initial revision, this module will be
  29.       maintained by IANA."
  30.   REVISION "200003060000Z"    -- 6 March 2000
  31.   DESCRIPTION
  32.       "The original version of this module, published as RFC
  33.       2790."
  34.   ::= { hrMIBAdminInfo 4 }
  35.  
  36. -- Registrations for some storage types, for use with hrStorageType
  37. hrStorageTypes          OBJECT IDENTIFIER ::= { hrStorage 1 }
  38.  
  39. hrStorageOther OBJECT-IDENTITY
  40.     STATUS current
  41.     DESCRIPTION
  42.         "The storage type identifier used when no other defined
  43.         type is appropriate."
  44.     ::= { hrStorageTypes 1 }
  45.  
  46. hrStorageRam OBJECT-IDENTITY
  47.     STATUS current
  48.     DESCRIPTION
  49.         "The storage type identifier used for RAM."
  50.     ::= { hrStorageTypes 2 }
  51.  
  52. hrStorageVirtualMemory OBJECT-IDENTITY
  53.     STATUS current
  54.     DESCRIPTION
  55.         "The storage type identifier used for virtual memory,
  56.         temporary storage of swapped or paged memory."
  57.     ::= { hrStorageTypes 3 }
  58.  
  59. hrStorageFixedDisk OBJECT-IDENTITY
  60.     STATUS current
  61.     DESCRIPTION
  62.         "The storage type identifier used for non-removable
  63.         rigid rotating magnetic storage devices."
  64.     ::= { hrStorageTypes 4 }
  65.  
  66. hrStorageRemovableDisk OBJECT-IDENTITY
  67.     STATUS current
  68.     DESCRIPTION
  69.         "The storage type identifier used for removable rigid
  70.         rotating magnetic storage devices."
  71.     ::= { hrStorageTypes 5 }
  72.  
  73. hrStorageFloppyDisk OBJECT-IDENTITY
  74.     STATUS current
  75.     DESCRIPTION
  76.         "The storage type identifier used for non-rigid rotating
  77.         magnetic storage devices."
  78.     ::= { hrStorageTypes 6 }
  79.  
  80. hrStorageCompactDisc OBJECT-IDENTITY
  81.     STATUS current
  82.     DESCRIPTION
  83.         "The storage type identifier used for read-only rotating
  84.         optical storage devices."
  85.     ::= { hrStorageTypes 7 }
  86.  
  87. hrStorageRamDisk OBJECT-IDENTITY
  88.     STATUS current
  89.     DESCRIPTION
  90.         "The storage type identifier used for a file system that
  91.         is stored in RAM."
  92.     ::= { hrStorageTypes 8 }
  93.  
  94. hrStorageFlashMemory OBJECT-IDENTITY
  95.     STATUS current
  96.     DESCRIPTION
  97.         "The storage type identifier used for flash memory."
  98.     ::= { hrStorageTypes 9 }
  99.  
  100. hrStorageNetworkDisk OBJECT-IDENTITY
  101.     STATUS current
  102.     DESCRIPTION
  103.         "The storage type identifier used for a
  104.         networked file system."
  105.     ::= { hrStorageTypes 10 }
  106.  
  107. -- Registrations for some device types, for use with hrDeviceType
  108. hrDeviceTypes             OBJECT IDENTIFIER ::= { hrDevice 1 }
  109.  
  110. hrDeviceOther OBJECT-IDENTITY
  111.     STATUS current
  112.     DESCRIPTION
  113.         "The device type identifier used when no other defined
  114.         type is appropriate."
  115.     ::= { hrDeviceTypes 1 }
  116.  
  117. hrDeviceUnknown OBJECT-IDENTITY
  118.     STATUS current
  119.     DESCRIPTION
  120.         "The device type identifier used when the device type is
  121.         unknown."
  122.     ::= { hrDeviceTypes 2 }
  123.  
  124. hrDeviceProcessor OBJECT-IDENTITY
  125.     STATUS current
  126.     DESCRIPTION
  127.         "The device type identifier used for a CPU."
  128.     ::= { hrDeviceTypes 3 }
  129.  
  130. hrDeviceNetwork OBJECT-IDENTITY
  131.     STATUS current
  132.     DESCRIPTION
  133.         "The device type identifier used for a network interface."
  134.     ::= { hrDeviceTypes 4 }
  135.  
  136. hrDevicePrinter OBJECT-IDENTITY
  137.     STATUS current
  138.     DESCRIPTION
  139.         "The device type identifier used for a printer."
  140.     ::= { hrDeviceTypes 5 }
  141.  
  142. hrDeviceDiskStorage OBJECT-IDENTITY
  143.     STATUS current
  144.     DESCRIPTION
  145.         "The device type identifier used for a disk drive."
  146.     ::= { hrDeviceTypes 6 }
  147.  
  148. hrDeviceVideo OBJECT-IDENTITY
  149.     STATUS current
  150.     DESCRIPTION
  151.         "The device type identifier used for a video device."
  152.     ::= { hrDeviceTypes 10 }
  153.  
  154. hrDeviceAudio OBJECT-IDENTITY
  155.     STATUS current
  156.     DESCRIPTION
  157.         "The device type identifier used for an audio device."
  158.     ::= { hrDeviceTypes 11 }
  159.  
  160. hrDeviceCoprocessor OBJECT-IDENTITY
  161.     STATUS current
  162.     DESCRIPTION
  163.         "The device type identifier used for a co-processor."
  164.     ::= { hrDeviceTypes 12 }
  165.  
  166. hrDeviceKeyboard OBJECT-IDENTITY
  167.     STATUS current
  168.     DESCRIPTION
  169.         "The device type identifier used for a keyboard device."
  170.     ::= { hrDeviceTypes 13 }
  171.  
  172. hrDeviceModem OBJECT-IDENTITY
  173.     STATUS current
  174.     DESCRIPTION
  175.         "The device type identifier used for a modem."
  176.     ::= { hrDeviceTypes 14 }
  177.  
  178. hrDeviceParallelPort OBJECT-IDENTITY
  179.     STATUS current
  180.     DESCRIPTION
  181.         "The device type identifier used for a parallel port."
  182.     ::= { hrDeviceTypes 15 }
  183.  
  184. hrDevicePointing OBJECT-IDENTITY
  185.     STATUS current
  186.     DESCRIPTION
  187.         "The device type identifier used for a pointing device
  188.         (e.g., a mouse)."
  189.     ::= { hrDeviceTypes 16 }
  190.  
  191. hrDeviceSerialPort OBJECT-IDENTITY
  192.     STATUS current
  193.     DESCRIPTION
  194.         "The device type identifier used for a serial port."
  195.     ::= { hrDeviceTypes 17 }
  196.  
  197. hrDeviceTape OBJECT-IDENTITY
  198.     STATUS current
  199.     DESCRIPTION
  200.         "The device type identifier used for a tape storage device."
  201.     ::= { hrDeviceTypes 18 }
  202.  
  203. hrDeviceClock OBJECT-IDENTITY
  204.     STATUS current
  205.     DESCRIPTION
  206.         "The device type identifier used for a clock device."
  207.     ::= { hrDeviceTypes 19 }
  208.  
  209. hrDeviceVolatileMemory OBJECT-IDENTITY
  210.     STATUS current
  211.     DESCRIPTION
  212.         "The device type identifier used for a volatile memory
  213.         storage device."
  214.     ::= { hrDeviceTypes 20 }
  215.  
  216. hrDeviceNonVolatileMemory OBJECT-IDENTITY
  217.     STATUS current
  218.     DESCRIPTION
  219.         "The device type identifier used for a non-volatile memory
  220.  
  221.         storage device."
  222.     ::= { hrDeviceTypes 21 }
  223.  
  224. -- Registrations for some popular File System types,
  225. -- for use with hrFSType.
  226. hrFSTypes               OBJECT IDENTIFIER ::= { hrDevice 9 }
  227.  
  228. hrFSOther OBJECT-IDENTITY
  229.     STATUS  current
  230.     DESCRIPTION
  231.         "The file system type identifier used when no other
  232.         defined type is appropriate."
  233.     ::= { hrFSTypes 1 }
  234.  
  235. hrFSUnknown OBJECT-IDENTITY
  236.     STATUS  current
  237.     DESCRIPTION
  238.         "The file system type identifier used when the type of
  239.         file system is unknown."
  240.     ::= { hrFSTypes 2 }
  241.  
  242. hrFSBerkeleyFFS OBJECT-IDENTITY
  243.     STATUS  current
  244.     DESCRIPTION
  245.         "The file system type identifier used for the
  246.         Berkeley Fast File System."
  247.     ::= { hrFSTypes 3 }
  248.  
  249. hrFSSys5FS OBJECT-IDENTITY
  250.     STATUS  current
  251.     DESCRIPTION
  252.         "The file system type identifier used for the
  253.         System V File System."
  254.     ::= { hrFSTypes 4 }
  255.  
  256. hrFSFat OBJECT-IDENTITY
  257.     STATUS  current
  258.     DESCRIPTION
  259.         "The file system type identifier used for
  260.         DOS's FAT file system."
  261.     ::= { hrFSTypes 5 }
  262.  
  263. hrFSHPFS OBJECT-IDENTITY
  264.     STATUS  current
  265.     DESCRIPTION
  266.         "The file system type identifier used for OS/2's
  267.         High Performance File System."
  268.     ::= { hrFSTypes 6 }
  269.  
  270. hrFSHFS OBJECT-IDENTITY
  271.     STATUS  current
  272.     DESCRIPTION
  273.         "The file system type identifier used for the
  274.         Macintosh Hierarchical File System."
  275.     ::= { hrFSTypes 7 }
  276.  
  277. hrFSMFS OBJECT-IDENTITY
  278.     STATUS  current
  279.     DESCRIPTION
  280.         "The file system type identifier used for the
  281.         Macintosh File System."
  282.     ::= { hrFSTypes 8 }
  283.  
  284. hrFSNTFS OBJECT-IDENTITY
  285.     STATUS  current
  286.     DESCRIPTION
  287.         "The file system type identifier used for the
  288.         Windows NT File System."
  289.     ::= { hrFSTypes 9 }
  290.  
  291. hrFSVNode OBJECT-IDENTITY
  292.     STATUS  current
  293.     DESCRIPTION
  294.         "The file system type identifier used for the
  295.         VNode File System."
  296.     ::= { hrFSTypes 10 }
  297.  
  298. hrFSJournaled OBJECT-IDENTITY
  299.     STATUS  current
  300.     DESCRIPTION
  301.         "The file system type identifier used for the
  302.         Journaled File System."
  303.     ::= { hrFSTypes 11 }
  304.  
  305. hrFSiso9660 OBJECT-IDENTITY
  306.     STATUS  current
  307.     DESCRIPTION
  308.         "The file system type identifier used for the
  309.         ISO 9660 File System for CD's."
  310.     ::= { hrFSTypes 12 }
  311.  
  312. hrFSRockRidge OBJECT-IDENTITY
  313.     STATUS  current
  314.     DESCRIPTION
  315.         "The file system type identifier used for the
  316.         RockRidge File System for CD's."
  317.     ::= { hrFSTypes 13 }
  318.  
  319. hrFSNFS OBJECT-IDENTITY
  320.     STATUS  current
  321.     DESCRIPTION
  322.         "The file system type identifier used for the
  323.         NFS File System."
  324.     ::= { hrFSTypes 14 }
  325.  
  326. hrFSNetware OBJECT-IDENTITY
  327.     STATUS  current
  328.     DESCRIPTION
  329.         "The file system type identifier used for the
  330.         Netware File System."
  331.     ::= { hrFSTypes 15 }
  332.  
  333. hrFSAFS OBJECT-IDENTITY
  334.     STATUS  current
  335.     DESCRIPTION
  336.         "The file system type identifier used for the
  337.         Andrew File System."
  338.     ::= { hrFSTypes 16 }
  339.  
  340. hrFSDFS OBJECT-IDENTITY
  341.     STATUS  current
  342.     DESCRIPTION
  343.         "The file system type identifier used for the
  344.         OSF DCE Distributed File System."
  345.     ::= { hrFSTypes 17 }
  346.  
  347. hrFSAppleshare OBJECT-IDENTITY
  348.     STATUS  current
  349.     DESCRIPTION
  350.         "The file system type identifier used for the
  351.         AppleShare File System."
  352.     ::= { hrFSTypes 18 }
  353.  
  354. hrFSRFS OBJECT-IDENTITY
  355.     STATUS  current
  356.     DESCRIPTION
  357.         "The file system type identifier used for the
  358.         RFS File System."
  359.     ::= { hrFSTypes 19 }
  360.  
  361. hrFSDGCFS OBJECT-IDENTITY
  362.     STATUS  current
  363.     DESCRIPTION
  364.         "The file system type identifier used for the
  365.         Data General DGCFS."
  366.     ::= { hrFSTypes 20 }
  367.  
  368. hrFSBFS OBJECT-IDENTITY
  369.     STATUS  current
  370.     DESCRIPTION
  371.         "The file system type identifier used for the
  372.         SVR4 Boot File System."
  373.     ::= { hrFSTypes 21 }
  374.  
  375. hrFSFAT32 OBJECT-IDENTITY
  376.     STATUS  current
  377.     DESCRIPTION
  378.         "The file system type identifier used for the
  379.         Windows FAT32 File System."
  380.     ::= { hrFSTypes 22 }
  381.  
  382. hrFSLinuxExt2 OBJECT-IDENTITY
  383.     STATUS  current
  384.     DESCRIPTION
  385.         "The file system type identifier used for the
  386.         Linux EXT2 File System."
  387.     ::= { hrFSTypes 23 }
  388.  
  389. END
  390.