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
|
ENTERASYS-RESOURCE-UTILIZATION-MIB DEFINITIONS ::= BEGIN
-- This module provides authoritative definitions for Enterasys
-- Networks' Resource usage monitoring.
--
-- This module will be extended, as needed.
-- Enterasys Networks reserves the right to make changes in this
-- specification and other information contained in this document
-- without prior notice. The reader should consult Enterasys Networks
-- to determine whether any such changes have been made.
--
-- In no event shall Enterasys Networks be liable for any incidental,
-- indirect, special, or consequential damages whatsoever (including
-- but not limited to lost profits) arising out of or related to this
-- document or the information contained in it, even if Enterasys
-- Networks has been advised of, known, or should have known, the
-- possibility of such damages.
--
-- Enterasys Networks grants vendors, end-users, and other interested
-- parties a non-exclusive license to use this Specification in
-- connection with the management of Enterasys Networks products.
-- Copyright November, 2009 Enterasys Networks, Inc.
IMPORTS
MODULE-IDENTITY, OBJECT-TYPE, NOTIFICATION-TYPE
FROM SNMPv2-SMI
Unsigned32, Integer32
FROM SNMPv2-SMI
TEXTUAL-CONVENTION
FROM SNMPv2-TC
MODULE-COMPLIANCE, OBJECT-GROUP, NOTIFICATION-GROUP
FROM SNMPv2-CONF
SnmpAdminString
FROM SNMP-FRAMEWORK-MIB
entPhysicalIndex
FROM ENTITY-MIB
etsysModules
FROM ENTERASYS-MIB-NAMES;
etsysResourceUtilizationMIB MODULE-IDENTITY
LAST-UPDATED "200911021541Z" -- Mon Nov 2 15:41 UTC 2009
ORGANIZATION "Enterasys Networks, Inc"
CONTACT-INFO
"Postal: Enterasys Networks
50 Minuteman Rd.
Andover, MA 01810-1008
USA
Phone: +1 978 684 1000
E-mail: support@enterasys.com
WWW: http://www.enterasys.com"
DESCRIPTION
"This module provides authoritative definitions for
Enterasys Networks' Resource Utilization MIB."
REVISION "200911021541Z" -- Mon Nov 2 15:41 UTC 2009
DESCRIPTION "Added the usbFlash(4) enumeration to the
ResourceStorageType TEXTUAL-CONVENTION."
REVISION "200411301633Z" -- Tue Nov 30 16:33 GMT 2004
DESCRIPTION "The initial version of this MIB module"
::= { etsysModules 49 }
-- ---------------------------------------------------------- --
-- Textual Conventions
-- ---------------------------------------------------------- --
ResourceStorageType ::= TEXTUAL-CONVENTION
STATUS current
DESCRIPTION
"This data type is used as the syntax of the
etsysResourceStorageType object in the definition
of the etsysResourceStorageTable.
other(1) storage type not defined by textual convention
ram(2) volatile storage
flash(3) nonvolatile storage
usbFlash(4) nonvolatile USB stick flash storage"
SYNTAX INTEGER {
other(1),
ram(2),
flash(3),
usbFlash(4)
}
ResourceUtilization ::= TEXTUAL-CONVENTION
STATUS current
DESCRIPTION
"This data type is used as the syntax for objects which
report the utilization of a resource as a percentage of
a defined period of time. Each value embeds the first
digit to the right of the decimal, 1/10ths of a percent,
by multiplying the utilization by 10. For example, a
utilization of 95.7 encodes to a ResourceUtilization value
of 957."
SYNTAX Integer32 (0..1000)
-- ---------------------------------------------------------- --
-- branches in the ENTERASYS-RESOURCE-UTILIZATION-MIB
-- ---------------------------------------------------------- --
etsysResourceUtilizationObjects
OBJECT IDENTIFIER ::= { etsysResourceUtilizationMIB 1 }
etsysResourceUtilizationNotifications
OBJECT IDENTIFIER ::= { etsysResourceUtilizationObjects 0 }
etsysResourceCpu
OBJECT IDENTIFIER ::= { etsysResourceUtilizationObjects 1 }
etsysResourceProcess
OBJECT IDENTIFIER ::= { etsysResourceUtilizationObjects 2 }
etsysResourceStorage
OBJECT IDENTIFIER ::= { etsysResourceUtilizationObjects 3 }
etsysResourceScalars
OBJECT IDENTIFIER ::= { etsysResourceUtilizationObjects 4 }
-- -------------------------------------------------------------
-- Objects in the etsysResourceCpuGroup
-- -------------------------------------------------------------
etsysResourceCpuTable OBJECT-TYPE
SYNTAX SEQUENCE OF EtsysResourceCpuEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"The table of processors contained in the chassis."
::= { etsysResourceCpu 1 }
etsysResourceCpuEntry OBJECT-TYPE
SYNTAX EtsysResourceCpuEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"An entry for a processor contained in the system.
The entPhysicalIndex represents the chassis module
the processor is contained in."
INDEX { entPhysicalIndex,
etsysResourceCpuId }
::= { etsysResourceCpuTable 1 }
EtsysResourceCpuEntry ::=
SEQUENCE {
etsysResourceCpuId Unsigned32,
etsysResourceCpuLoad5sec ResourceUtilization,
etsysResourceCpuLoad1min ResourceUtilization,
etsysResourceCpuLoad5min ResourceUtilization
}
etsysResourceCpuId OBJECT-TYPE
SYNTAX Unsigned32
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"A value assigned to the processor. Each value needs only to
be unique for the module identified by the entPhysicalIndex
of this entry."
::= { etsysResourceCpuEntry 1 }
etsysResourceCpuLoad5sec OBJECT-TYPE
SYNTAX ResourceUtilization
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The average, over the last 5 seconds, of the percentage
of time that this processor was not idle."
::= { etsysResourceCpuEntry 2 }
etsysResourceCpuLoad1min OBJECT-TYPE
SYNTAX ResourceUtilization
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The average, over the last 1 minute, of the percentage
of time that this processor was not idle."
::= { etsysResourceCpuEntry 3 }
etsysResourceCpuLoad5min OBJECT-TYPE
SYNTAX ResourceUtilization
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The average, over the last 5 minutes, of the percentage
of time that this processor was not idle."
::= { etsysResourceCpuEntry 4 }
-- -------------------------------------------------------------
-- Objects in the etsysResourceProcessGroup
-- -------------------------------------------------------------
etsysResourceProcessTable OBJECT-TYPE
SYNTAX SEQUENCE OF EtsysResourceProcessEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"The table of processes running in the chassis."
::= { etsysResourceProcess 1 }
etsysResourceProcessEntry OBJECT-TYPE
SYNTAX EtsysResourceProcessEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"An entry for a process running in the chassis.
The etsysResourceCpuId identifies the processor
the process is running in. "
INDEX { entPhysicalIndex,
etsysResourceCpuId,
etsysResourceProcessID }
::= { etsysResourceProcessTable 1 }
EtsysResourceProcessEntry ::= SEQUENCE {
etsysResourceProcessID Unsigned32,
etsysResourceProcessName SnmpAdminString,
etsysResourceProcessLoad5sec ResourceUtilization,
etsysResourceProcessLoad1min ResourceUtilization,
etsysResourceProcessLoad5min ResourceUtilization }
etsysResourceProcessID OBJECT-TYPE
SYNTAX Unsigned32
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"A value assigned to the process. This value is only unique
per processor, not per chassis."
::= { etsysResourceProcessEntry 1 }
etsysResourceProcessName OBJECT-TYPE
SYNTAX SnmpAdminString
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"A textual description of this running process."
::= { etsysResourceProcessEntry 2 }
etsysResourceProcessLoad5sec OBJECT-TYPE
SYNTAX ResourceUtilization
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The average, over the last 5 seconds, of the percentage
of time that this process was not idle."
::= { etsysResourceProcessEntry 3 }
etsysResourceProcessLoad1min OBJECT-TYPE
SYNTAX ResourceUtilization
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The average, over the last 1 minute, of the percentage
of time that this process was not idle."
::= { etsysResourceProcessEntry 4 }
etsysResourceProcessLoad5min OBJECT-TYPE
SYNTAX ResourceUtilization
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The average, over the last 5 minutes, of the percentage
of time that this process was not idle."
::= { etsysResourceProcessEntry 5 }
-- -------------------------------------------------------------
-- Objects in the etsysResourceStorage
-- -------------------------------------------------------------
etsysResourceStorageTable OBJECT-TYPE
SYNTAX SEQUENCE OF EtsysResourceStorageEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"The Table of storage utilization in the chassis."
::= { etsysResourceStorage 1 }
etsysResourceStorageEntry OBJECT-TYPE
SYNTAX EtsysResourceStorageEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"An entry for one storage area in the chassis."
INDEX { entPhysicalIndex,
etsysResourceStorageType,
etsysResourceStorageTypeID }
::= { etsysResourceStorageTable 1 }
EtsysResourceStorageEntry ::=
SEQUENCE {
etsysResourceStorageType ResourceStorageType,
etsysResourceStorageTypeID Unsigned32,
etsysResourceStorageDescr SnmpAdminString,
etsysResourceStorageSize Unsigned32,
etsysResourceStorageAvailable Unsigned32
}
etsysResourceStorageType OBJECT-TYPE
SYNTAX ResourceStorageType
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"The type of storage represented by this entry."
::= { etsysResourceStorageEntry 1 }
etsysResourceStorageTypeID OBJECT-TYPE
SYNTAX Unsigned32
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"A unique arbitrary value per storage type assigned to the
entry."
::= { etsysResourceStorageEntry 2 }
etsysResourceStorageDescr OBJECT-TYPE
SYNTAX SnmpAdminString
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"A textual description of this storage area."
::= { etsysResourceStorageEntry 3 }
etsysResourceStorageSize OBJECT-TYPE
SYNTAX Unsigned32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The size, in Kilobytes, of the storage area."
::= { etsysResourceStorageEntry 4 }
etsysResourceStorageAvailable OBJECT-TYPE
SYNTAX Unsigned32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The available space, in Kilobytes, left on the storage area."
::= { etsysResourceStorageEntry 5 }
-- -------------------------------------------------------------
-- Objects in the etsysResourceScalarsGroup
-- -------------------------------------------------------------
etsysResource1minThreshold OBJECT-TYPE
SYNTAX ResourceUtilization
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"The threshold for generating
etsysResourceLoad1minThresholdExceeded Notifications.
Setting this object to 0 will prevent the agent from
generating etsysResourceCpuLoad1minThresholdExceeded
notifications.
When this object is set to a nonzero value, the agent will
generate etsysResourceLoad1minThresholdExceeded notifications
when it is detected that an etsysResourceCpuLoad1min object
value has exceeded this threshold value. After the threshold
has been exceeded additional notifications will be sent once
a minute until the corresponding etsysResourceCpuLoad1min
drops back below the threshold."
DEFVAL { 800 }
::= { etsysResourceScalars 1 }
-- -------------------------------------------------------------
-- Notifications
-- -------------------------------------------------------------
etsysResourceCpuLoad1minThresholdExceeded NOTIFICATION-TYPE
OBJECTS { etsysResourceCpuLoad1min }
STATUS current
DESCRIPTION
"This notification indicates that the average, over the last
1 minute, of the percentage of time that a processor was not
idle, has exceeded the etsysResourceCpuLoad1minThreshold
value."
::= { etsysResourceUtilizationNotifications 1 }
-- -------------------------------------------------------------
-- Conformance Information
-- -------------------------------------------------------------
etsysResourceUtilizationConformance OBJECT IDENTIFIER
::= { etsysResourceUtilizationMIB 2 }
etsysResourceUtilizationGroups OBJECT IDENTIFIER
::= { etsysResourceUtilizationConformance 1 }
etsysResourceUtilizationCompliances OBJECT IDENTIFIER
::= { etsysResourceUtilizationConformance 2 }
-- -------------------------------------------------------------
-- Units of conformance
-- -------------------------------------------------------------
etsysResourceUtilizationCpuGroup OBJECT-GROUP
OBJECTS { etsysResourceCpuLoad5sec,
etsysResourceCpuLoad1min,
etsysResourceCpuLoad5min }
STATUS current
DESCRIPTION
"A collection of objects providing basic instrumentation of
CPU Resource Utilization."
::= { etsysResourceUtilizationGroups 1 }
etsysResourceUtilizationProcessGroup OBJECT-GROUP
OBJECTS { etsysResourceProcessName,
etsysResourceProcessLoad5sec,
etsysResourceProcessLoad1min,
etsysResourceProcessLoad5min }
STATUS current
DESCRIPTION
"A collection of objects providing basic instrumentation of
Process Resource Utilization."
::= { etsysResourceUtilizationGroups 2 }
etsysResourceUtilizationStorageGroup OBJECT-GROUP
OBJECTS { etsysResourceStorageDescr,
etsysResourceStorageSize,
etsysResourceStorageAvailable }
STATUS current
DESCRIPTION
"A collection of objects providing basic instrumentation of
Storage Resource Utilization."
::= { etsysResourceUtilizationGroups 3 }
etsysResourceUtilizationNotificationGroup NOTIFICATION-GROUP
NOTIFICATIONS { etsysResourceCpuLoad1minThresholdExceeded }
STATUS current
DESCRIPTION
"The utilization threshold exceeded Notification."
::= { etsysResourceUtilizationGroups 4 }
etsysResourceUtilizationScalarsGroup OBJECT-GROUP
OBJECTS { etsysResource1minThreshold }
STATUS current
DESCRIPTION
"A collection of objects providing basic instrumentation for
Threshold configuration."
::= { etsysResourceUtilizationGroups 5 }
-- -------------------------------------------------------------
-- Compliance statements
-- -------------------------------------------------------------
etsysResourceUtilizationCompliance MODULE-COMPLIANCE
STATUS current
DESCRIPTION
"The compliance statement for devices that
support the Enterasys Resource Utilization MIB."
MODULE
MANDATORY-GROUPS {
etsysResourceUtilizationCpuGroup,
etsysResourceUtilizationProcessGroup,
etsysResourceUtilizationStorageGroup,
etsysResourceUtilizationNotificationGroup,
etsysResourceUtilizationScalarsGroup }
::= { etsysResourceUtilizationCompliances 1 }
END
|