1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
|
IOMEGANAS-MIB DEFINITIONS ::= BEGIN
IMPORTS
RowStatus, DisplayString
FROM SNMPv2-TC
DisplayString
FROM RFC1213-MIB
enterprises, MODULE-IDENTITY, OBJECT-TYPE, Integer32, NOTIFICATION-TYPE, IpAddress, Gauge32
FROM SNMPv2-SMI;
lenovoemc MODULE-IDENTITY
LAST-UPDATED "200703011011Z"
ORGANIZATION "LenovoEMC"
CONTACT-INFO "lenovo_customerfeedback@mailca.custhelp.com"
DESCRIPTION "MIB for Iomega NAS"
REVISION "200703011011Z"
DESCRIPTION ""
::= { enterprises 11369 }
org OBJECT IDENTIFIER
::= { iso 3 }
dod OBJECT IDENTIFIER
::= { org 6 }
internet OBJECT IDENTIFIER
::= { dod 1 }
private OBJECT IDENTIFIER
::= { internet 4 }
enterprises OBJECT IDENTIFIER
::= { private 1 }
iomegaNAS OBJECT IDENTIFIER
::= { lenovoemc 10 }
iomegaNASInfo OBJECT IDENTIFIER
::= { iomegaNAS 1 }
systemPerformance OBJECT IDENTIFIER
::= { iomegaNAS 2 }
iomegaNASFunctionStatus OBJECT IDENTIFIER
::= { iomegaNAS 3 }
iomegaNASStorage OBJECT IDENTIFIER
::= { iomegaNAS 4 }
iomegaNASDevice OBJECT IDENTIFIER
::= { iomegaNAS 5 }
iomegaNASSensor OBJECT IDENTIFIER
::= { iomegaNAS 6 }
iomegaNASEvent OBJECT IDENTIFIER
::= { iomegaNAS 7 }
iomegaNASNotifications OBJECT IDENTIFIER
::= { iomegaNAS 8 }
deviceDescr OBJECT-TYPE
SYNTAX DisplayString ( SIZE ( 0 .. 255 ) )
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Description of this device."
DEFVAL { "Iomega NAS BOX" }
::= { iomegaNASInfo 1 }
deviceName OBJECT-TYPE
SYNTAX DisplayString
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Iomega NAS host name."
::= { iomegaNASInfo 2 }
netConfig OBJECT IDENTIFIER
::= { iomegaNASInfo 3 }
ioTable OBJECT-TYPE
SYNTAX SEQUENCE OF IoEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "A table of disk I/O performance."
::= { systemPerformance 1 }
ioEntry OBJECT-TYPE
SYNTAX IoEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "An entry of one disk I/O performance."
INDEX { ioIndex }
::= { ioTable 1 }
IoEntry ::= SEQUENCE {
ioIndex Integer32,
diskName OCTET STRING,
ioMgrs OCTET STRING,
ioMgws OCTET STRING,
ioReqrs OCTET STRING,
ioReqws OCTET STRING,
ioKbrs OCTET STRING,
ioKbws OCTET STRING,
ioAvgQueue OCTET STRING,
ioAvgWait OCTET STRING,
ioAvgSvc OCTET STRING,
ioAvgUtil OCTET STRING,
ioCpuTime OCTET STRING
}
ioIndex OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "ioIndex"
::= { ioEntry 1 }
diskName OBJECT-TYPE
SYNTAX OCTET STRING
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Disk names such as sda and so on"
::= { ioEntry 2 }
ioMgrs OBJECT-TYPE
SYNTAX OCTET STRING
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Read merges per second."
::= { ioEntry 3 }
ioMgws OBJECT-TYPE
SYNTAX OCTET STRING
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Write merges per second."
::= { ioEntry 4 }
ioReqrs OBJECT-TYPE
SYNTAX OCTET STRING
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Read io requests per second."
::= { ioEntry 5 }
ioReqws OBJECT-TYPE
SYNTAX OCTET STRING
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Write io requests per second."
::= { ioEntry 6 }
ioKbrs OBJECT-TYPE
SYNTAX OCTET STRING
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Kilobytes read per second."
::= { ioEntry 7 }
ioKbws OBJECT-TYPE
SYNTAX OCTET STRING
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Kilobytes written per second."
::= { ioEntry 8 }
ioAvgQueue OBJECT-TYPE
SYNTAX OCTET STRING
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Average queue length."
::= { ioEntry 9 }
ioAvgWait OBJECT-TYPE
SYNTAX OCTET STRING
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Average waiting time (queue + service)"
::= { ioEntry 10 }
ioAvgSvc OBJECT-TYPE
SYNTAX OCTET STRING
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Average service time at disk."
::= { ioEntry 11 }
ioAvgUtil OBJECT-TYPE
SYNTAX OCTET STRING
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Average disk utilization."
::= { ioEntry 12 }
ioCpuTime OBJECT-TYPE
SYNTAX OCTET STRING
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Percentage of CPU time during which I/O requests were issued to the device."
::= { ioEntry 13 }
bkupTable OBJECT-TYPE
SYNTAX SEQUENCE OF BkupEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "A table of backup status."
::= { iomegaNASFunctionStatus 1 }
bkupEntry OBJECT-TYPE
SYNTAX BkupEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "An entry of backup status."
INDEX { bkupIndex }
::= { bkupTable 1 }
BkupEntry ::= SEQUENCE {
bkupIndex Integer32,
bkupClient OCTET STRING,
bkupltStatus OCTET STRING,
bkupTotalSpace OCTET STRING
}
bkupIndex OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "Record backup status"
::= { bkupEntry 1 }
bkupClient OBJECT-TYPE
SYNTAX OCTET STRING
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Client Name"
::= { bkupEntry 2 }
bkupltStatus OBJECT-TYPE
SYNTAX OCTET STRING
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Last backup status"
::= { bkupEntry 3 }
bkupTotalSpace OBJECT-TYPE
SYNTAX OCTET STRING
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Total space"
::= { bkupEntry 4 }
remoteAccess OBJECT IDENTIFIER
::= { iomegaNASFunctionStatus 2 }
conTable OBJECT-TYPE
SYNTAX SEQUENCE OF ConEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "Table for connected client count"
::= { iomegaNASFunctionStatus 3 }
conEntry OBJECT-TYPE
SYNTAX ConEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "Entry for connected client count"
INDEX { conIndex }
::= { conTable 1 }
ConEntry ::= SEQUENCE {
conIndex Integer32,
conCount Integer32,
conProtocol DisplayString
}
conIndex OBJECT-TYPE
SYNTAX Integer32 ( -2147483648 .. 2147483647 )
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "Index for entry"
::= { conEntry 1 }
conCount OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Connected client count for a given protocol"
DEFVAL { 0 }
::= { conEntry 2 }
conProtocol OBJECT-TYPE
SYNTAX DisplayString
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Protocol used by this kind of clients"
::= { conEntry 3 }
mediaService OBJECT IDENTIFIER
::= { iomegaNASFunctionStatus 4 }
raidStatus OBJECT-TYPE
SYNTAX OCTET STRING
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Description of raid status. There are five different status:
NORMAL
REBUILDING
DEGRADED
REBUILDFS
FAULTED"
::= { iomegaNASStorage 1 }
raidLevel OBJECT-TYPE
SYNTAX Integer32 ( -2147483648 .. 2147483647 )
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Raid level(5/10)"
::= { iomegaNASStorage 2 }
diskTable OBJECT-TYPE
SYNTAX SEQUENCE OF DiskEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "The table of disks that build the RAID."
::= { iomegaNASStorage 3 }
diskEntry OBJECT-TYPE
SYNTAX DiskEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "An entry of one disk."
INDEX { diskIndex }
::= { diskTable 1 }
DiskEntry ::= SEQUENCE {
diskIndex Integer32,
diskID OCTET STRING,
diskSize OCTET STRING,
diskStatus OCTET STRING
}
diskIndex OBJECT-TYPE
SYNTAX Integer32 ( -2147483648 .. 2147483647 )
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "Index of disk entry"
::= { diskEntry 1 }
diskID OBJECT-TYPE
SYNTAX OCTET STRING
MAX-ACCESS read-only
STATUS current
DESCRIPTION "ID of disk in array"
::= { diskEntry 2 }
diskSize OBJECT-TYPE
SYNTAX OCTET STRING
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Capacity of disk"
::= { diskEntry 3 }
diskStatus OBJECT-TYPE
SYNTAX OCTET STRING
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Status of Disk. There are four status:
NORMAL
FOREIGN
FAULTED
MISSING"
::= { diskEntry 4 }
usbTable OBJECT-TYPE
SYNTAX SEQUENCE OF UsbEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "Table of connected usb devices."
::= { iomegaNASDevice 1 }
usbEntry OBJECT-TYPE
SYNTAX UsbEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "Entry for connected USB device"
INDEX { usbIndex }
::= { usbTable 1 }
UsbEntry ::= SEQUENCE {
usbIndex Integer32,
usbManufacture DisplayString,
usbModel DisplayString,
usbType Integer32
}
usbIndex OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "Index for entry in the table"
::= { usbEntry 1 }
usbManufacture OBJECT-TYPE
SYNTAX DisplayString ( SIZE ( 0 .. 255 ) )
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Manufucture of the device"
::= { usbEntry 2 }
usbModel OBJECT-TYPE
SYNTAX DisplayString ( SIZE ( 0 .. 255 ) )
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Model of the USB device"
::= { usbEntry 3 }
usbType OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION "USB device type(such UPS(3), PTP(6), printer(7) and so on)"
::= { usbEntry 4 }
fanTable OBJECT-TYPE
SYNTAX SEQUENCE OF FanEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "Table for fan sensors"
::= { iomegaNASSensor 1 }
fanEntry OBJECT-TYPE
SYNTAX FanEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "Entry for fan sensor"
INDEX { fanIndex }
::= { fanTable 1 }
FanEntry ::= SEQUENCE {
fanIndex Integer32,
fanName DisplayString,
fanValue Gauge32
}
fanIndex OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "Index for the entry"
::= { fanEntry 1 }
fanName OBJECT-TYPE
SYNTAX DisplayString
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Name of the fan sensor"
::= { fanEntry 2 }
fanValue OBJECT-TYPE
SYNTAX Gauge32
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Rotation speed of the fan in RPM"
::= { fanEntry 3 }
tempTable OBJECT-TYPE
SYNTAX SEQUENCE OF TempEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "Table for temperature sensor"
::= { iomegaNASSensor 2 }
tempEntry OBJECT-TYPE
SYNTAX TempEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "Entry for temperature sensor"
INDEX { tempIndex }
::= { tempTable 1 }
TempEntry ::= SEQUENCE {
tempIndex Integer32,
tempName DisplayString,
tempValue Gauge32
}
tempIndex OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "Index for entry"
::= { tempEntry 1 }
tempName OBJECT-TYPE
SYNTAX DisplayString
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Name of the temperature sensor"
::= { tempEntry 2 }
tempValue OBJECT-TYPE
SYNTAX Gauge32
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The temperature of the sensor in mC."
::= { tempEntry 3 }
voltTable OBJECT-TYPE
SYNTAX SEQUENCE OF VoltEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "Table for volt sensor"
::= { iomegaNASSensor 3 }
voltEntry OBJECT-TYPE
SYNTAX VoltEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "Entry for volt sensor"
INDEX { voltIndex }
::= { voltTable 1 }
VoltEntry ::= SEQUENCE {
voltIndex Integer32,
voltName DisplayString,
voltValue Gauge32
}
voltIndex OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "Index for the entry"
::= { voltEntry 1 }
voltName OBJECT-TYPE
SYNTAX DisplayString
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Name of the volt sensor"
::= { voltEntry 2 }
voltValue OBJECT-TYPE
SYNTAX Gauge32
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The voltage in mV"
::= { voltEntry 3 }
eventID OBJECT-TYPE
SYNTAX DisplayString
MAX-ACCESS read-only
STATUS current
DESCRIPTION "ID of the event"
::= { iomegaNASEvent 1 }
eventText OBJECT-TYPE
SYNTAX DisplayString
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Description of the event."
::= { iomegaNASEvent 2 }
iomegaNASNotificationError NOTIFICATION-TYPE
OBJECTS {deviceDescr, deviceName, eventID, eventText }
STATUS current
DESCRIPTION "An Error EventMonitorTrap is generated in response to a user-specified event. Details can be found in Variables data."
::= { iomegaNASNotifications 1 }
dns0 OBJECT-TYPE
SYNTAX IpAddress
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The first DNS server"
::= { netConfig 1 }
dns1 OBJECT-TYPE
SYNTAX IpAddress
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Backup DNS server"
::= { netConfig 2 }
wins0 OBJECT-TYPE
SYNTAX IpAddress
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The first wins server"
::= { netConfig 3 }
wins1 OBJECT-TYPE
SYNTAX IpAddress
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Backup wins server"
::= { netConfig 4 }
raEnabled OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Whether RA is enabled
0 Disable
1 Enable"
::= { remoteAccess 1 }
mediaServiceEnabled OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Whether media service is enabled
0 disable
1 enable"
::= { mediaService 1 }
iomegaNASNotificationWarn NOTIFICATION-TYPE
OBJECTS { deviceDescr, deviceName, eventID, eventText }
STATUS current
DESCRIPTION "A Warning EventMonitorTrap is generated in response to a user-specified event. Details can be found in Variables data."
::= { iomegaNASNotifications 2 }
iomegaNASNotificationInfo NOTIFICATION-TYPE
OBJECTS { deviceDescr, deviceName, eventID, eventText }
STATUS current
DESCRIPTION "An Informational EventMonitorTrap is generated in response to a user-specified event. Details can be found in Variables data."
::= { iomegaNASNotifications 3 }
END
|