HOST-RESOURCES-TYPES.txt
上传用户:wxp200602
上传日期:2007-10-30
资源大小:4028k
文件大小:10k
源码类别:

SNMP编程

开发平台:

Unix_Linux

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