-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathNAS-MIB
461 lines (440 loc) · 12.4 KB
/
NAS-MIB
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
NAS-MIB DEFINITIONS ::= BEGIN
IMPORTS
enterprises, Counter, TimeTicks
FROM RFC1155-SMI
OBJECT-TYPE
FROM RFC-1212
TRAP-TYPE
FROM RFC-1215;
-- From RFC-1213 (MIB-II)
DisplayString ::=
OCTET STRING
storage OBJECT IDENTIFIER ::= { enterprises 24681 }
storageSystem OBJECT IDENTIFIER ::= { storage 1 }
-- Frame Relay Multiplexer MIB groups
-- system Event
SystemEventMsg OBJECT IDENTIFIER ::= { storageSystem 1 }
-- system event
EventInformMsg OBJECT-TYPE
SYNTAX DisplayString
ACCESS read-only
STATUS current
DESCRIPTION
"Information event of NAS system."
::= { SystemEventMsg 101 }
EventWarningMsg OBJECT-TYPE
SYNTAX DisplayString
ACCESS read-only
STATUS current
DESCRIPTION
"Warning event of NAS system."
::= { SystemEventMsg 102 }
EventErrorMsg OBJECT-TYPE
SYNTAX DisplayString
ACCESS read-only
STATUS current
DESCRIPTION
"Error event of NAS system."
::= { SystemEventMsg 103 }
SystemTraps OBJECT IDENTIFIER ::= { storageSystem 10 }
EventInform TRAP-TYPE
ENTERPRISE SystemTraps
VARIABLES { EventInformMsg }
DESCRIPTION
"Info: %s"
::= 1
EventWarning TRAP-TYPE
ENTERPRISE SystemTraps
VARIABLES { EventWarningMsg }
DESCRIPTION
"Warn: %s"
::= 2
EventError TRAP-TYPE
ENTERPRISE SystemTraps
VARIABLES { EventErrorMsg }
DESCRIPTION
"Error: %s"
::= 4
-- system inform
SystemInfo OBJECT IDENTIFIER ::= { storageSystem 2 }
SystemCPU-Usage OBJECT-TYPE
SYNTAX DisplayString
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"System CPU usage"
::= { SystemInfo 1 }
SystemTotalMem OBJECT-TYPE
SYNTAX DisplayString
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"System total memory"
::= { SystemInfo 2 }
SystemFreeMem OBJECT-TYPE
SYNTAX DisplayString
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"System free memory"
::= { SystemInfo 3 }
SystemUptime OBJECT-TYPE
SYNTAX TimeTicks
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The amount of time since this host was last
initialized. Note that this is different from
sysUpTime in the SNMPv2-MIB [RFC1907] because
sysUpTime is the uptime of the network management
portion of the system."
::= { SystemInfo 4 }
CPU-Temperature OBJECT-TYPE
SYNTAX DisplayString
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"CPU temperature"
::= { SystemInfo 5 }
SystemTemperature OBJECT-TYPE
SYNTAX DisplayString
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"System temperature"
::= { SystemInfo 6 }
IfNumber OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The number of network interfaces (regardless of
their current state) present on this system."
::= { SystemInfo 8 }
SystemIfTable OBJECT-TYPE
SYNTAX SEQUENCE OF IfEntryDef
ACCESS not-accessible
STATUS mandatory
DESCRIPTION
"A list of interface entries. The number of
entries is given by the value of IfNumber."
::= { SystemInfo 9 }
IfEntry OBJECT-TYPE
SYNTAX IfEntryDef
ACCESS not-accessible
STATUS mandatory
DESCRIPTION
"An interface entry containing objects at the
subnetwork layer and below for a particular
interface."
INDEX { IfIndex }
::= { SystemIfTable 1 }
IfEntryDef ::=
SEQUENCE {
IfIndex
INTEGER,
IfDescr
DisplayString,
IfPacketsReceived
Counter,
IfPacketsSent
Counter,
IfErrorPackets
Counter
}
IfIndex OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
"A unique value for each interface. Its value
ranges between 1 and the value of IfNumber. The
value for each interface must remain constant at
least from one re-initialization of the entity's
network management system to the next re-
initialization."
::= { IfEntry 1 }
IfDescr OBJECT-TYPE
SYNTAX DisplayString (SIZE (0..255))
ACCESS read-only
STATUS mandatory
DESCRIPTION
"A textual string containing information about the
interface. This string should include the name of
the manufacturer, the product name and the version
of the hardware interface."
::= { IfEntry 2 }
IfPacketsReceived OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION
"System packets received."
::= { IfEntry 3 }
IfPacketsSent OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION
"System packets sent."
::= { IfEntry 4 }
IfErrorPackets OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION
"System error packets."
::= { IfEntry 5 }
HdNumber OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The number of hard disk (regardless of
their current state) present on this system."
::= { SystemInfo 10 }
SystemHdTable OBJECT-TYPE
SYNTAX SEQUENCE OF HdEntryDef
ACCESS not-accessible
STATUS mandatory
DESCRIPTION
"A list of interface entries. The number of
entries is given by the value of IfNumber."
::= { SystemInfo 11 }
HdEntry OBJECT-TYPE
SYNTAX HdEntryDef
ACCESS not-accessible
STATUS mandatory
DESCRIPTION
"An interface entry containing objects at the
subnetwork layer and below for a particular
interface."
INDEX { HdIndex }
::= { SystemHdTable 1 }
HdEntryDef ::=
SEQUENCE {
HdIndex
INTEGER,
HdDescr
DisplayString,
HdTemperature
DisplayString,
HdStatus
INTEGER,
HdModel DisplayString,
HdCapacity DisplayString,
HdSmartInfo DisplayString
}
HdIndex OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
"A unique value for each hard disk. Its value
ranges between 1 and the value of IfNumber. The
value for each interface must remain constant at
least from one re-initialization of the entity's
network management system to the next re-
initialization."
::= { HdEntry 1 }
HdDescr OBJECT-TYPE
SYNTAX DisplayString (SIZE (0..255))
ACCESS read-only
STATUS mandatory
DESCRIPTION
"A textual string containing information about the
interface. This string should include the name of
the manufacturer, the product name and the version
of the hardware interface."
::= { HdEntry 2 }
HdTemperature OBJECT-TYPE
SYNTAX DisplayString
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Hard disk temperature."
::= { HdEntry 3 }
HdStatus OBJECT-TYPE
SYNTAX INTEGER {
ready(0),
noDisk(-5),
invalid(-6),
rwError(-9),
unknown(-4)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION
"HDD status. 0:not availible, 1:availible."
::= { HdEntry 4 }
HdModel OBJECT-TYPE
SYNTAX DisplayString
ACCESS read-only
STATUS mandatory
DESCRIPTION "Hard disk model."
::= { HdEntry 5 }
HdCapacity OBJECT-TYPE
SYNTAX DisplayString
ACCESS read-only
STATUS mandatory
DESCRIPTION "Hard disk capacity."
::= { HdEntry 6 }
HdSmartInfo OBJECT-TYPE
SYNTAX DisplayString
ACCESS read-only
STATUS mandatory
DESCRIPTION "Hard disk SMART information."
::= { HdEntry 7 }
ModelName OBJECT-TYPE
SYNTAX DisplayString
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Model name"
::= { SystemInfo 12 }
HostName OBJECT-TYPE
SYNTAX DisplayString
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Model name"
::= { SystemInfo 13 }
SysFanNumber OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The number of system fan (regardless of
their current state) present on this system."
::= { SystemInfo 14 }
SystemFanTable OBJECT-TYPE
SYNTAX SEQUENCE OF SysFanEntryDef
ACCESS not-accessible
STATUS mandatory
DESCRIPTION
"A list of interface entries. The number of
entries is given by the value of SysFanNumber."
::= { SystemInfo 15 }
SysFanEntry OBJECT-TYPE
SYNTAX SysFanEntryDef
ACCESS not-accessible
STATUS mandatory
DESCRIPTION
"An system fan entry containing objects at the
subnetwork layer and below for a particular
interface."
INDEX { SysFanIndex }
::= { SystemFanTable 1 }
SysFanEntryDef ::=
SEQUENCE {
SysFanIndex
INTEGER,
SysFanDescr
DisplayString,
SysFanSpeed
DisplayString
}
SysFanIndex OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
"A unique value for each system fan. Its value
ranges between 1 and the value of SysFanNumber. The
value for each interface must remain constant at
least from one re-initialization of the entity's
network management system to the next re-
initialization."
::= { SysFanEntry 1 }
SysFanDescr OBJECT-TYPE
SYNTAX DisplayString (SIZE (0..255))
ACCESS read-only
STATUS mandatory
DESCRIPTION
"A textual string containing information about the
interface. This string should include the name of
the manufacturer, the product name and the version
of the hardware interface."
::= { SysFanEntry 2 }
SysFanSpeed OBJECT-TYPE
SYNTAX DisplayString (SIZE (0..255))
ACCESS read-only
STATUS mandatory
DESCRIPTION
"System fan speed."
::= { SysFanEntry 3 }
SysVolumeNumber OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The number of system volumes (regardless of
their current state) present on this system."
::= { SystemInfo 16 }
SystemVolumeTable OBJECT-TYPE
SYNTAX SEQUENCE OF SysVolumeEntryDef
ACCESS not-accessible
STATUS mandatory
DESCRIPTION
"A list of volume entries. The number of
entries is given by the value of SysVolumeNumber."
::= { SystemInfo 17 }
SysVolumeEntry OBJECT-TYPE
SYNTAX SysVolumeEntryDef
ACCESS not-accessible
STATUS mandatory
DESCRIPTION
"An system volume entry"
INDEX { SysVolumeIndex }
::= { SystemVolumeTable 1 }
SysVolumeEntryDef ::=
SEQUENCE {
SysVolumeIndex INTEGER,
SysVolumeDescr DisplayString,
SysVolumeFS DisplayString,
SysVolumeTotalSize DisplayString,
SysVolumeFreeSize DisplayString,
SysVolumeStatus DisplayString
}
SysVolumeIndex OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
"A unique value for each system volume. Its value
ranges between 1 and the value of SysVolumeNumber. The
value for each volume must remain constant at
least from one re-initialization of the entity's
volume system to the next re-initialization."
::= { SysVolumeEntry 1 }
SysVolumeDescr OBJECT-TYPE
SYNTAX DisplayString (SIZE (0..255))
ACCESS read-only
STATUS mandatory
DESCRIPTION "A textual string containing information about the volume."
::= { SysVolumeEntry 2 }
SysVolumeFS OBJECT-TYPE
SYNTAX DisplayString (SIZE (0..15))
ACCESS read-only
STATUS mandatory
DESCRIPTION "System Volume file system."
::= { SysVolumeEntry 3 }
SysVolumeTotalSize OBJECT-TYPE
SYNTAX DisplayString (SIZE (0..15))
ACCESS read-only
STATUS mandatory
DESCRIPTION "System Volume total size."
::= { SysVolumeEntry 4 }
SysVolumeFreeSize OBJECT-TYPE
SYNTAX DisplayString (SIZE (0..15))
ACCESS read-only
STATUS mandatory
DESCRIPTION "System Volume free size."
::= { SysVolumeEntry 5 }
SysVolumeStatus OBJECT-TYPE
SYNTAX DisplayString (SIZE (0..255))
ACCESS read-only
STATUS mandatory
DESCRIPTION "System Volume status."
::= { SysVolumeEntry 6 }
END