-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathLIEBERT_GP_SRC.MIB
346 lines (316 loc) · 13.8 KB
/
LIEBERT_GP_SRC.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
LIEBERT-GP-SRC-MIB DEFINITIONS ::= BEGIN
IMPORTS
sysUpTime
FROM RFC1213-MIB
MODULE-IDENTITY,
OBJECT-TYPE,
Integer32,
Unsigned32
FROM SNMPv2-SMI
lgpSrc,
liebertSrcModuleReg
FROM LIEBERT-GP-REGISTRATION-MIB
;
-- =============================================================================
-- Module Identification and Registration
-- =============================================================================
liebertGlobalProductsSrcModule MODULE-IDENTITY
LAST-UPDATED "201711100000Z"
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: Colby Lin "
DESCRIPTION
"The MIB module used to register Liebert POWER related SNMP OIDs.
Copyright 2008-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 "201711100000Z"
DESCRIPTION
"Added unknown(2147483647) for invalid SRC device readings"
REVISION "201710160000Z"
DESCRIPTION
"Added Temperature High/Low Threshold"
REVISION "201708180000Z"
DESCRIPTION
"Initial Version"
::= { liebertSrcModuleReg 1 }
lgpSrcTable OBJECT-TYPE
SYNTAX SEQUENCE OF LgpSrcEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "A table containing information about SRC device."
::= { lgpSrc 1 }
lgpSrcEntry OBJECT-TYPE
SYNTAX LgpSrcEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"This entry defines the contents of the rows for the table
'lgpSrcTable'. A row in this table cannot be created or deleted by
SNMP operations on columns of the table."
INDEX { lgpSrcDevId }
::= { lgpSrcTable 1 }
LgpSrcEntry ::= SEQUENCE {
lgpSrcDevId Unsigned32,
lgpSrcDevAddress Unsigned32,
lgpSrcDevState INTEGER,
lgpSrcDevTemperatureDegF INTEGER,
lgpSrcDevTemperatureSetpointDegF INTEGER,
lgpSrcDevTemperatureDegC INTEGER,
lgpSrcDevTemperatureSetpointDegC INTEGER,
lgpSrcDevFanSpeed INTEGER,
lgpSrcDevPowerStatus INTEGER,
lgpSrcDevOperatingMode INTEGER,
lgpSrcDevTemperatureHighThresholdDegF INTEGER,
lgpSrcDevTemperatureLowThresholdDegF INTEGER,
lgpSrcDevTemperatureHighThresholdDegC INTEGER,
lgpSrcDevTemperatureLowThresholdDegC INTEGER
}
lgpSrcDevId OBJECT-TYPE
SYNTAX Unsigned32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"This value must remain constant between agent initializations.
This Device ID is used as an index of the table
'lgpSrcTable'."
::= { lgpSrcEntry 1 }
lgpSrcDevAddress OBJECT-TYPE
SYNTAX Unsigned32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"This value must remain constant between agent initializations.
This Device Address is used as an index of the table
'lgpSrcTable'."
::= { lgpSrcEntry 2 }
lgpSrcDevState OBJECT-TYPE
SYNTAX INTEGER
{
enabled(1),
standbyOffline(2),
unavailableOffline(3),
absent(4)
}
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Indicates the current state of SRC device. The value of this
object is set to enabled(1) if the SRC device has been enabled.
The value of this object is set to standbyOffline(2) if the SRC
device is waiting for an external action to activate it. The value
of this object is set to unavailableOffline(3) if the SRC device is
present but cannot be used. The value of this object is set to
absent(4) if the SRC device is not present or not detected. The
value of this object will be one of the valid device state:
enabled(1), standbyOffline(2), unavailableOffline(3), or
absent(4)."
::= { lgpSrcEntry 3 }
lgpSrcDevTemperatureDegF OBJECT-TYPE
SYNTAX INTEGER
{
unknown(2147483647)
}
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The measured temperature value in Fahrenheit. The value of this
object is only vaild if the lgpSrcDevState object is set to
enabled(1). The value of this object will be set to
unknown(2147483647) if the value of lgpSrcDevState object is set to
one of the following values: standbyOffline(2),
unavailableOffline(3) or absent(4)."
::= { lgpSrcEntry 4 }
lgpSrcDevTemperatureSetpointDegF OBJECT-TYPE
SYNTAX INTEGER
{
unknown(2147483647)
}
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"The temperature setting in Fahrenheit for SRC. This setting may
or may not be the setting used from control. Some systems have the
capability to dynamically change the control setting based on
environmental conditions and/or user configuration. The value of
this object is only vaild if the lgpSrcDevState object is set to
enabled(1). The value of this object will be set to
unknown(2147483647) if the value of lgpSrcDevState object is set to
one of the following values: standbyOffline(2),
unavailableOffline(3) or absent(4)."
::= { lgpSrcEntry 5 }
lgpSrcDevTemperatureDegC OBJECT-TYPE
SYNTAX INTEGER
{
unknown(2147483647)
}
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The measured temperature value in Celsius. The value of this
object is only vaild if the lgpSrcDevState object is set to
enabled(1). The value of this object will be set to
unknown(2147483647) if the value of lgpSrcDevState object is set to
one of the following values: standbyOffline(2),
unavailableOffline(3) or absent(4)."
::= { lgpSrcEntry 6 }
lgpSrcDevTemperatureSetpointDegC OBJECT-TYPE
SYNTAX INTEGER
{
unknown(2147483647)
}
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"The temperature setting in Celsius for SRC. This setting may or
may not be the setting used from control. Some systems have the
capability to dynamically change the control setting based on
environmental conditions and/or user configuration. The value of
this object is only vaild if the lgpSrcDevState object is set to
enabled(1). The value of this object will be set to
unknown(2147483647) if the value of lgpSrcDevState object is set to
one of the following values: standbyOffline(2),
unavailableOffline(3) or absent(4)."
::= { lgpSrcEntry 7 }
lgpSrcDevFanSpeed OBJECT-TYPE
SYNTAX INTEGER
{
low(1),
middle(2),
high(3),
auto(4),
unknown(2147483647)
}
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"The present fan speed of the SRC device. This object will be one
of the valid fan speed: low(1), middle(2), high(3) or auto(4) if
the value of lgpSrcDevState object is set to enabled(1). The value
of this object will be set to unknown(2147483647) if the value of
lgpSrcDevState object is set to one of the following values:
standbyOffline(2), unavailableOffline(3) or absent(4)."
::= { lgpSrcEntry 8 }
lgpSrcDevPowerStatus OBJECT-TYPE
SYNTAX INTEGER
{
off(0),
on(1),
unknown(2147483647)
}
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"The value of this object specifies the power status of SRC device.
Power status cannot be configured by an operator. The value of
this object is set to off(0) if the SRC device is powered off.
The value of this object is set to on(1) if the SRC device is
powered on. The value of this object will be one of the valid power
status: off(0) or on(1) if lgpSrcDevState is enabled(1). The value
of this object will be set to unknown(2147483647) if the value of
lgpSrcDevState object is set to one of the following values:
standbyOffline(2), unavailableOffline(3) or absent(4)."
::= { lgpSrcEntry 9 }
lgpSrcDevOperatingMode OBJECT-TYPE
SYNTAX INTEGER
{
cooling(0),
dehumidify(1),
fan(2),
ai(3),
heating(4),
unknown(2147483647)
}
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"The present operating mode of the SRC device. This object will be
one of the valid operating mode: cooling(0), dehumidify(1), fan(2),
ai(3) or heating(4) if the value of lgpSrcDevState object is set to
enabled(1). The value of this object will be set to
unknown(2147483647) if the value of lgpSrcDevState object is set to
one of the following values: standbyOffline(2),
unavailableOffline(3) or absent(4)."
::= { lgpSrcEntry 10 }
lgpSrcDevTemperatureHighThresholdDegF OBJECT-TYPE
SYNTAX INTEGER
{
unknown(2147483647)
}
UNITS "degrees Fahrenheit"
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"The high temperature notification threshold. This is the maximum
value of 'lgpSrcDevTemperatureDegF' before the agent sends a
notification. The value of this object is only vaild if the
lgpSrcDevState object is set to enabled(1). The value of this
object will be set to unknown(2147483647) if the value of
lgpSrcDevState object is set to one of the following values:
standbyOffline(2), unavailableOffline(3) or absent(4)."
::= { lgpSrcEntry 11 }
lgpSrcDevTemperatureLowThresholdDegF OBJECT-TYPE
SYNTAX INTEGER
{
unknown(2147483647)
}
UNITS "degrees Fahrenheit"
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"The low temperature notification threshold. This is the minimum
value of 'lgpSrcDevTemperatureDegF' before the agent sends a
notification. The value of this object is only vaild if the
lgpSrcDevState object is set to enabled(1). The value of this
object will be set to unknown(2147483647) if the value of
lgpSrcDevState object is set to one of the following values:
standbyOffline(2), unavailableOffline(3) or absent(4)."
::= { lgpSrcEntry 12 }
lgpSrcDevTemperatureHighThresholdDegC OBJECT-TYPE
SYNTAX INTEGER
{
unknown(2147483647)
}
UNITS "degrees Celsius"
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"The high temperature notification threshold. This is the maximum
value of 'lgpSrcDevTemperatureDegC' before the agent sends a
notification. The value of this object is only vaild if the
lgpSrcDevState object is set to enabled(1). The value of this
object will be set to unknown(2147483647) if the value of
lgpSrcDevState object is set to one of the following values:
standbyOffline(2), unavailableOffline(3) or absent(4)."
::= { lgpSrcEntry 13 }
lgpSrcDevTemperatureLowThresholdDegC OBJECT-TYPE
SYNTAX INTEGER
{
unknown(2147483647)
}
UNITS "degrees Celsius"
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"The low temperature notification threshold. This is the minimum
value of 'lgpSrcDevTemperatureDegC' before the agent sends a
notification. The value of this object is only vaild if the
lgpSrcDevState object is set to enabled(1). The value of this
object will be set to unknown(2147483647) if the value of
lgpSrcDevState object is set to one of the following values:
standbyOffline(2), unavailableOffline(3) or absent(4)."
::= { lgpSrcEntry 14 }
END