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