-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathLIEBERT_GP_SYSTEM.MIB
494 lines (433 loc) · 17.9 KB
/
LIEBERT_GP_SYSTEM.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
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
-- =============================================================================
LIEBERT-GP-SYSTEM-MIB DEFINITIONS ::= BEGIN
IMPORTS
OBJECT-TYPE,
MODULE-IDENTITY,
OBJECT-IDENTITY,
NOTIFICATION-TYPE,
Integer32,
Unsigned32
FROM SNMPv2-SMI
DisplayString
FROM SNMPv2-TC
lgpSystem,
liebertSystemModuleReg
FROM LIEBERT-GP-REGISTRATION-MIB
sysUpTime
FROM RFC1213-MIB
lgpAgentConnectedDeviceCount,
lgpAgentDeviceIndex
FROM LIEBERT-GP-AGENT-MIB
;
-- =============================================================================
-- Module Identification and Registration
-- =============================================================================
--
liebertSystemModule MODULE-IDENTITY
LAST-UPDATED "200811170000Z"
ORGANIZATION "Liebert Corporation"
CONTACT-INFO
"Contact: Technical Support
Postal:
Liebert Corporation
1050 Dearborn Drive
P.O. Box 29186
Columbus OH, 43229
US
Tel: +1 (800) 222-5877
E-mail: liebert.monitoring@vertivco.com
Web: www.vertivco.com
Author: Gregory M. Hoge"
DESCRIPTION
"The MIB module used to specify Liebert Controller OIDs
Copyright 2000-2008 Liebert Corporation. All rights reserved.
Reproduction of this document is authorized on the condition
that the forgoing copyright notice is included.
This Specification is supplied 'AS IS' and Liebert Corporation
makes no warranty, either express or implied, as to the use,
operation, condition, or performance of the Specification."
REVISION "200811170000Z"
DESCRIPTION
"Added support for NXL unit."
REVISION "200807020000Z"
DESCRIPTION
"Added missing items to the IMPORT statement"
REVISION "200801100000Z"
DESCRIPTION
"Add system notifications sub-tree and modified contact email address."
REVISION "200705290000Z"
DESCRIPTION
"Added support for XDF Unit."
REVISION "200602220000Z"
DESCRIPTION
"Added support for Liebert DS Unit."
::= { liebertSystemModuleReg 1 }
-- =============================================================================
-- lgpSystem - Liebert System Groups
-- =============================================================================
lgpSysStatistics OBJECT-IDENTITY
STATUS current
DESCRIPTION
"This sub-tree is used to register Liebert System Statistics object
identifiers."
REFERENCE
"The registrations for the objects in this sub-tree are
defined below in the sub-section titled Liebert System Statistics
Group."
::= { lgpSystem 1 }
lgpSysStatus OBJECT-IDENTITY
STATUS current
DESCRIPTION
"This sub-tree is used to register Liebert System Status object
identifiers."
REFERENCE
"The registrations for the objects in this sub-tree are
defined below in the sub-section titled Liebert System Status
Group."
::= { lgpSystem 2 }
lgpSysSettings OBJECT-IDENTITY
STATUS current
DESCRIPTION
"This sub-tree is used to register Liebert System Settings object
identifiers."
REFERENCE
"The registrations for the objects in this sub-tree are
defined below in the sub-section titled Liebert System Settings
Group."
::= { lgpSystem 3 }
lgpSysControl OBJECT-IDENTITY
STATUS current
DESCRIPTION
"This sub-tree is used to register Liebert System Control object
identifiers."
REFERENCE
"The registrations for the objects in this sub-tree are
defined below in the sub-section titled Liebert System Control
Group."
::= { lgpSystem 4 }
lgpSysTime OBJECT-IDENTITY
STATUS current
DESCRIPTION
"This sub-tree is used to register Liebert System Time object
identifiers."
REFERENCE
"The registrations for the objects in this sub-tree are
defined below in the sub-section titled Liebert System Time
Group."
::= { lgpSystem 5 }
lgpSysMaintenance OBJECT-IDENTITY
STATUS current
DESCRIPTION
"This sub-tree is used to register Liebert System Maintenance object
identifiers."
REFERENCE
"The registrations for the objects in this sub-tree are
defined below in the sub-section titled Liebert System Maintenance
Group."
::= { lgpSystem 6 }
lgpSysEventDescription OBJECT-TYPE
SYNTAX DisplayString (SIZE (255))
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"An ASCII textual description for the event. This object is
primarily used in the varbind of some notifications to provide
a simple human-readable description."
::= { lgpSystem 7 }
lgpSysEventNotifications OBJECT-IDENTITY
STATUS current
DESCRIPTION
"This sub-tree is used to register Liebert System Notification object
identifiers."
::= { lgpSystem 8 }
-- -----------------------------------------------------------------------------
-- Device Component Group
-- -----------------------------------------------------------------------------
lgpSysDeviceComponentGroup OBJECT-IDENTITY
STATUS current
DESCRIPTION
"This sub-tree registers well known device components."
REFERENCE
"These well known components are referenced in the
'lgpSysDeviceComponentDescr' column in the
'lgpSysDeviceComponentTable'."
::= { lgpSystem 9 }
-- -----------------------------------------------------------------------------
-- Device Component Table
-- -----------------------------------------------------------------------------
lgpSysDeviceComponentTable OBJECT-TYPE
SYNTAX SEQUENCE OF LgpSysDeviceComponentEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"A list of components of devices identified by their serial number and
or model number.
This table contains zero, one, or many rows. The NMS cannot create or
delete rows from the table. The rows are created by the agent based upon
the capabilities of the managed device."
::= { lgpSysDeviceComponentGroup 1 }
lgpSysDeviceComponentEntry OBJECT-TYPE
SYNTAX LgpSysDeviceComponentEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"This entry defines the contents of the columns for the table
'lgpSysDeviceComponentTable'."
INDEX { lgpAgentDeviceIndex, lgpSysDeviceComponentIndex }
::= { lgpSysDeviceComponentTable 1 }
LgpSysDeviceComponentEntry ::= SEQUENCE
{
lgpSysDeviceComponentIndex Unsigned32,
lgpSysDeviceComponentDescr OBJECT IDENTIFIER,
lgpSysDeviceComponentSerialNum DisplayString (SIZE (255)),
lgpSysDeviceComponentModelNum DisplayString (SIZE (255))
}
lgpSysDeviceComponentIndex OBJECT-TYPE
SYNTAX Unsigned32
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"This is the index indicating the row in the table
'lgpSysDeviceComponentTable' for a component entry."
::= { lgpSysDeviceComponentEntry 1 }
lgpSysDeviceComponentDescr OBJECT-TYPE
SYNTAX OBJECT IDENTIFIER
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"An OID representing a component of the device indicated by the
index lgpAgentDeviceIndex."
REFERENCE
"The object identifiers in this column can be found in the
sub-tree 'lgpSysDeviceComponentWellknown'."
::= { lgpSysDeviceComponentEntry 2 }
lgpSysDeviceComponentSerialNum OBJECT-TYPE
SYNTAX DisplayString (SIZE (255))
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"This is the serial number of the component described by the OID
'lgpSysDeviceComponentDescr'. This data is intended for
display / human consumption. Do not use this field for determining
programmatic behavior."
::= { lgpSysDeviceComponentEntry 3 }
lgpSysDeviceComponentModelNum OBJECT-TYPE
SYNTAX DisplayString (SIZE (255))
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"This is the model identifier of the component described by the OID
'lgpSysDeviceComponentDescr'. This data is intended for
display / human consumption. Do not use this field for determining
programmatic behavior."
::= { lgpSysDeviceComponentEntry 4 }
lgpSysDeviceComponentWellknown OBJECT-IDENTITY
STATUS current
DESCRIPTION
"This sub-tree registers well known Liebert System Components."
REFERENCE
"These well known measurement identifiers are referenced in the
'lgpSysDeviceComponentDescr' column in the
'lgpSysDeviceComponentTable'."
::= { lgpSysDeviceComponentGroup 5 }
lgpSysDeviceBatCabinet OBJECT-IDENTITY
STATUS current
DESCRIPTION
"This sub-tree is used to register a battery cabinet component.
To determine the cabinet being described in a
multi-cabinet system, this point implements an additional
two indexes. The first index describes the module the cabinet
is located in. The second index describes the cabinet
number. In an SMS (Single-Module System) the first index is
always 1.
Example: lgpSysDeviceComponentCabinet.2.4
'lgpSysDeviceCabinet' = Point is a battery cabinet.
'.2' = Cabinet is in the second module.
'.4' = Cabinet number 4 in second module"
::= { lgpSysDeviceComponentWellknown 5 }
lgpSysDeviceParallelCabinet OBJECT-IDENTITY
STATUS current
DESCRIPTION
"This sub-tree is used to register a parallel cabinet."
::= { lgpSysDeviceComponentWellknown 6 }
lgpSysDeviceMaintBypass OBJECT-IDENTITY
STATUS current
DESCRIPTION
"This sub-tree is used to register the maintenance bypass."
::= { lgpSysDeviceComponentWellknown 7 }
-- =============================================================================
-- lgpSysNotifications - Liebert System Notifications Group
-- =============================================================================
lgpSysNotification NOTIFICATION-TYPE
OBJECTS { sysUpTime, lgpSysEventDescription }
STATUS current
DESCRIPTION
"This notification is a generic notification intended for direct user
visibility. The user event description identifies the system
condition that has occurred. This text will be prefixed with either
'Active:', 'Cleared:', or 'Message:' depending on the state of the
event. Note: That a prefix of 'Message:' identifies a stateless event
and as such there will be no corresponding 'Cleared:' trap sent."
::= { lgpSysEventNotifications 1 }
lgpSysNormal NOTIFICATION-TYPE
OBJECTS { sysUpTime, lgpAgentConnectedDeviceCount }
STATUS current
DESCRIPTION
"The system has returned to a normal operating state. This implies
prior to the generation of this event the system was operating in a
state where one or more alarm or warning conditions were present.
All of those alarms or conditions have now cleared.
NOTE: This notification may be generated after a short delay during a
cold boot of the system -- if no alarms or conditions are present in the
monitored device(s) at that time."
::= { lgpSysEventNotifications 2 }
-- =============================================================================
-- lgpSysStatistics - Liebert System Statistics Group
-- =============================================================================
lgpSysStatisticsRunHrs OBJECT-TYPE
SYNTAX Unsigned32
UNITS "hours"
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Accumulated run hours of the system."
::= { lgpSysStatistics 1 }
-- =============================================================================
-- lgpSysStatus - Liebert System Status Group
-- =============================================================================
lgpSysSelfTestResult OBJECT-TYPE
SYNTAX INTEGER
{
unknown(1),
passed(2),
failed(3),
inProgress(4),
sysFailure(5),
inhibited(6)
}
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The outcome of the previous self-test."
::= { lgpSysStatus 1 }
lgpSysState OBJECT-TYPE
SYNTAX INTEGER
{
normalOperation(1),
startUp(2),
normalWithWarning(3),
normalWithAlarm(4),
abnormalOperation(5)
}
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The operating status for the system. The intent of this data
is to provide a high level status of the system.
The possible states are:
normalOperation(1)
The system is operating normally with no active warnings or
alarms.
startUp(2)
The system is in a startup state (initializing). Monitoring
operations and information may not be fully supported at this
time. This state will clear automatically when the system is
fully initialized and ready to accept monitoring commands.
normalWithWarning(3)
The system is operating normally with one or more active
warnings. Appropriate personnel should investigate the
warning(s) as soon as possible and take appropriate action.
normalWithAlarm(4)
The system is operating normally with one or more active
alarms. Appropriate personnel should investigate the alarm(s)
as soon as possible and take appropriate action.
abnormalOperation(5)
They system is operating abnormally. There is a
failure within the system that is unexpected under normal
operating conditions. Appropriate personnel should investigate
the cause as soon as possible. The normal functioning of
the system is likely inhibited."
::= { lgpSysStatus 2 }
-- =============================================================================
-- lgpSysSettings - Liebert System Settings Group
-- =============================================================================
lgpSysAudibleAlarm OBJECT-TYPE
SYNTAX INTEGER
{
on(1),
off(2)
}
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"The state of the audible alarm of the device."
::= { lgpSysSettings 1 }
-- =============================================================================
-- lgpSysControl - Liebert System Control Group
-- =============================================================================
lgpSysSelfTest OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"Self-Test Command. This command will initiate a system self-test of
the system. If already initiated, this command will abort the
self-test. This command should be sent with a parameter of 1. This
variable doesn't return a value when read."
::= { lgpSysControl 1 }
lgpSysControlOperationOnOff OBJECT-TYPE
SYNTAX INTEGER
{
on(1),
off(2)
}
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"This object allows control of the system functionality. This will not
affect the communications or control of the system, so that once turned
off, the system operation can be restored by setting this value to
'on'."
::= { lgpSysControl 2 }
-- =============================================================================
-- lgpSysTime - Liebert System Time Group
-- =============================================================================
lgpSysTimeEpoch OBJECT-TYPE
SYNTAX Unsigned32
UNITS "seconds"
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"The present time of the system. This time is represented as the
number of seconds since the epoch of 1970-01-01 00:00:00 GMT."
::= { lgpSysTime 1 }
-- =============================================================================
-- lgpSysMaintenance - Liebert System Maintenance Group
-- =============================================================================
lgpSysMaintenanceCapacity OBJECT-TYPE
SYNTAX Unsigned32
UNITS "percent"
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The relative percentage of time that has elapsed since the last
scheduled maintenance was performed. When this value reaches 100%,
the device is due for another scheduled maintenance procedure."
::= { lgpSysMaintenance 1 }
lgpSysMaintenanceYear OBJECT-TYPE
SYNTAX Unsigned32
UNITS "year"
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The year in which the next scheduled service is due"
::= { lgpSysMaintenance 2 }
lgpSysMaintenanceMonth OBJECT-TYPE
SYNTAX Unsigned32
UNITS "month"
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The month in which the next scheduled service is due"
::= { lgpSysMaintenance 3 }
END