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
|
-- *****************************************************************
-- Juniper Enterprise Specific MIB: JUNIPER-POWER-MANAGEMENT
--
-- Copyright (c) 2009-2010, Juniper Networks, Inc.
-- All rights reserved.
--
-- The contents of this document are subject to change without notice.
-- *****************************************************************
JUNIPER-POWER-SUPPLY-UNIT-MIB DEFINITIONS ::= BEGIN
IMPORTS
MODULE-IDENTITY, OBJECT-TYPE
FROM SNMPv2-SMI
TEXTUAL-CONVENTION, DisplayString, TruthValue
FROM SNMPv2-TC
jnxContentsContainerIndex, jnxContentsL1Index,
jnxContentsL2Index, jnxContentsL3Index
FROM JUNIPER-MIB
jnxPsuMIBRoot
FROM JUNIPER-SMI;
jnxPsuMIB MODULE-IDENTITY
LAST-UPDATED "201010270000Z" -- Oct 27 00:00:00 2010 UTC
ORGANIZATION "Juniper Networks, Inc."
CONTACT-INFO
"Juniper Technical Assistance Center
Juniper Networks, Inc.
1133 Innovation Way
Sunnyvale, CA 94089
E-mail: support@juniper.net"
DESCRIPTION
"The Juniper Supply Unit MIB definitions for enabling
power monitoring and management of a juniper device."
-- revision history
REVISION "201001270000Z" -- January 27 00:00:00 2010 UTC
DESCRIPTION
"Initial revision."
REVISION "201005130000Z" -- May 13 00:00:00 2010 UTC
DESCRIPTION
"Added new OIDs for power budget statistics which gives details of
Power reserved for Chassis and the Total power allocated to Chassis
including for each FPC.
Added new Table jnxPsuFpcPowerTable which gives the Priority
assigned and Power allocated to each FPC."
REVISION "201010270000Z" -- Oct 27 00:00:00 2010 UTC
DESCRIPTION
"Added new OIDs for power budget statistics which gives details of
Power reserved for System dynamically."
::= { jnxPsuMIBRoot 1 }
jnxPsuNotifications OBJECT IDENTIFIER ::= { jnxPsuMIB 1 }
jnxPsuObjects OBJECT IDENTIFIER ::= { jnxPsuMIB 2 }
--**********************************************************************
-- PSU Scalar Objects
--**********************************************************************
jnxPsuScalars OBJECT IDENTIFIER ::= { jnxPsuObjects 1 }
jnxPsuAvailableDeviceCount OBJECT-TYPE
SYNTAX INTEGER
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Gives the number of PSU units available online in the System."
::= { jnxPsuScalars 1 }
jnxPsuAvailableAveragePowerSupply OBJECT-TYPE
SYNTAX INTEGER
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Gives the total average power that the System can supply from the
available online units in Watts."
::= { jnxPsuScalars 2 }
jnxPsuAvailableMaxPowerSupply OBJECT-TYPE
SYNTAX INTEGER
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Gives the total maximum power that the System can supply from the
available online units in Watts."
::= { jnxPsuScalars 3 }
jnxPsuRedundancy OBJECT-TYPE
SYNTAX INTEGER {
nPlusNRedundancy(1),
nPlusOneRedundancy(2),
none(3)
}
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"PSU power redundancy configuration."
::= { jnxPsuScalars 4 }
jnxPsuChassisPowerReserved OBJECT-TYPE
SYNTAX INTEGER
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Power reserved for Chassis in Watts."
::= { jnxPsuScalars 5 }
jnxPsuChassisPowerAllocated OBJECT-TYPE
SYNTAX INTEGER
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Total power allocated for chassis and all the FPCs in Watts."
::= { jnxPsuScalars 6 }
jnxPsuRedundantPowerAvailable OBJECT-TYPE
SYNTAX INTEGER
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Power(in Watts) that is still available for allocation
even while supporting redundancy with the present usage."
::= { jnxPsuScalars 7 }
jnxPsuTotalPowerAvailable OBJECT-TYPE
SYNTAX INTEGER
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Power(in Watts) which could be made available for further
allocation without supporting any redundancy with the present usage."
::= { jnxPsuScalars 8 }
jnxPsuChassisPowerConsumed OBJECT-TYPE
SYNTAX INTEGER
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Total power consumed by the entire system rounded to the nearest integer.
This is calculated using the PowerFactor, Current and Voltage values
of each PSU that is online and connected to the System."
::= { jnxPsuScalars 9 }
jnxPsuTemperatureInflow OBJECT-TYPE
SYNTAX INTEGER
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Average inflow temperature calculated from all
the available input sensors on the master RE."
::= { jnxPsuScalars 10 }
jnxPsuTemperatureOutflow OBJECT-TYPE
SYNTAX INTEGER
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Average outflow temperature calculated from all
the available output sensors on the master RE."
::= { jnxPsuScalars 11 }
jnxPsuTemperatureInflowSamples OBJECT-TYPE
SYNTAX INTEGER
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of samples being taken while calculating
jnxPsuTemperatureInflow."
::= { jnxPsuScalars 12 }
jnxPsuTemperatureOutflowSamples OBJECT-TYPE
SYNTAX INTEGER
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of samples being taken while calculating
jnxPsuTemperatureOutflow."
::= { jnxPsuScalars 13 }
--**********************************************************************
-- Device POWER
--**********************************************************************
jnxPsuTable OBJECT-TYPE
SYNTAX SEQUENCE OF JnxPsuEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "A list of power entries for each PSU component."
::= { jnxPsuObjects 2 }
jnxPsuEntry OBJECT-TYPE
SYNTAX JnxPsuEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "Defines an entry in jnxPsuTable. "
INDEX { jnxContentsContainerIndex,
jnxContentsL1Index,
jnxContentsL2Index,
jnxContentsL3Index }
::= { jnxPsuTable 1 }
JnxPsuEntry ::=
SEQUENCE {
jnxPsuAvgPower INTEGER,
jnxPsuMaxPower INTEGER,
jnxPsuMode INTEGER,
jnxPsuOutletCount INTEGER
}
jnxPsuAvgPower OBJECT-TYPE
SYNTAX INTEGER
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Buffer that contains the average power used, in Watts
for each component."
::= { jnxPsuEntry 1 }
jnxPsuMaxPower OBJECT-TYPE
SYNTAX INTEGER
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Buffer that contains the max power available, in Watts
for each component."
::= { jnxPsuEntry 2 }
jnxPsuMode OBJECT-TYPE
SYNTAX INTEGER {
single(1),
three(3)
}
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Mode for each PSU component."
::= { jnxPsuEntry 3 }
jnxPsuOutletCount OBJECT-TYPE
SYNTAX INTEGER
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of outlets (regardless of their current state)
present on this psu component, default is 0."
DEFVAL { 0 }
::= { jnxPsuEntry 4 }
--**********************************************************************
-- Environment
--**********************************************************************
jnxPsuEnvironmentTable OBJECT-TYPE
SYNTAX SEQUENCE OF JnxPsuEnvironmentEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "A list of PSU Environment entries."
::= { jnxPsuObjects 3 }
jnxPsuEnvironmentEntry OBJECT-TYPE
SYNTAX JnxPsuEnvironmentEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "Defines an entry in jnxPsuEnvironmentTable."
INDEX { jnxContentsContainerIndex,
jnxContentsL1Index,
jnxContentsL2Index,
jnxContentsL3Index }
::= { jnxPsuEnvironmentTable 1 }
JnxPsuEnvironmentEntry ::=
SEQUENCE {
jnxPsuThermalValue INTEGER,
jnxPsuHumidityValue INTEGER
}
jnxPsuThermalValue OBJECT-TYPE
SYNTAX INTEGER
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Temparature at each component in degrees Celsius rounded to
the nearest integer."
::= { jnxPsuEnvironmentEntry 1 }
jnxPsuHumidityValue OBJECT-TYPE
SYNTAX INTEGER
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Humidity at each component in percentage."
::= { jnxPsuEnvironmentEntry 2 }
--**********************************************************************
-- OUTLETS
--**********************************************************************
jnxPsuOutletTable OBJECT-TYPE
SYNTAX SEQUENCE OF JnxPsuOutletEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "Gives details of each Power outlet`s state,
capacity to supply power, and other details."
::= { jnxPsuObjects 4 }
jnxPsuOutletEntry OBJECT-TYPE
SYNTAX JnxPsuOutletEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "A value contained within the OutletEntry"
INDEX { jnxContentsContainerIndex,
jnxContentsL1Index,
jnxContentsL2Index,
jnxContentsL3Index }
::= { jnxPsuOutletTable 1 }
JnxPsuOutletEntry ::=
SEQUENCE {
jnxPsuOutletName DisplayString,
jnxPsuOutletDescription DisplayString,
jnxPsuOutletAvgPower INTEGER,
jnxPsuOutletMaxPower INTEGER,
jnxPsuOutletCurrent INTEGER,
jnxPsuOutletStatus INTEGER,
jnxPsuOutletVoltage INTEGER,
jnxPsuOutletPowerFactorValue INTEGER,
jnxPsuOutletPowerConsumed INTEGER
}
jnxPsuOutletName OBJECT-TYPE
SYNTAX DisplayString(SIZE (0..15))
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Outlet name associated to the power supply unit for
each PSU Component."
::= { jnxPsuOutletEntry 1 }
jnxPsuOutletDescription OBJECT-TYPE
SYNTAX DisplayString(SIZE (0..63))
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Outlet description associated to the power supply unit for
each PSU Component."
::= { jnxPsuOutletEntry 2 }
jnxPsuOutletAvgPower OBJECT-TYPE
SYNTAX INTEGER
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Buffer that contains the average power used, in Watts for each component."
::= { jnxPsuOutletEntry 3 }
jnxPsuOutletMaxPower OBJECT-TYPE
SYNTAX INTEGER
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Buffer that contains the maximum power available, in Watts for each component."
::= { jnxPsuOutletEntry 4 }
jnxPsuOutletCurrent OBJECT-TYPE
SYNTAX INTEGER
MAX-ACCESS read-only
STATUS current
DESCRIPTION "PSU output current in milliamps rounded to the nearest
integer."
::= { jnxPsuOutletEntry 5 }
jnxPsuOutletStatus OBJECT-TYPE
SYNTAX INTEGER {
off(0),
on(1)
}
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The value of the operational status for the given outlet.
This can also be used to set the outlet state"
::= { jnxPsuOutletEntry 8 }
jnxPsuOutletVoltage OBJECT-TYPE
SYNTAX INTEGER
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Output voltage in Volts rounded to the nearest integer."
::= { jnxPsuOutletEntry 9 }
--
-- NOTE: jnxPsuOutletPowerFactorValue does NOT return the traditional
-- "power factor", defined as real power in watts divided by apparent
-- power in volt-amperes. Instead it returns "efficiency" which is
-- defined as power output divided by power input.
--
jnxPsuOutletPowerFactorValue OBJECT-TYPE
SYNTAX INTEGER
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Power factor percentage of each PSU (2k/3k).
Algorithm for calculation of Power Factor is below.
For PowerOut values that fall in between 618.93W and 915.24W,
say 700W, the appropriate PF ranges from 0.910191 &
0.917994. Following linear equation could help deduce a
fairly accurate input power value.
Linear equation y = mx + b (where m is the slope and b is
the Y intercept)
Slope m = (y2 - y1) / (x2 - x1)
Y intercept b = y - mx
Plugging it all together for our example:
m = (915.24 - 618.93) / (0.917994 - 0.910191) = 37973.86
b = 915.24 - (37973.86 * 0.917994) = -33944.5
for 700W (y), our efficiency (x) would then be:
x = (700 - (-33944.5)) / 37973.86 = 0.912326 = 91%
PowerIn = 700W /0.912326 = 767.26W "
::= { jnxPsuOutletEntry 10 }
jnxPsuOutletPowerConsumed OBJECT-TYPE
SYNTAX INTEGER
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Power Consumed by each outlet units in Watts."
::= { jnxPsuOutletEntry 11 }
--**********************************************************************
-- FPC Power allocated information
--**********************************************************************
jnxPsuFpcPowerTable OBJECT-TYPE
SYNTAX SEQUENCE OF JnxPsuFpcPowerEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "A list of entries for each FPC(Flexible PIC Concentrator)
giving it's assigned priority and power being allocated.
More information on FPCs can be found in JUNIPER-MIB."
::= { jnxPsuObjects 5 }
jnxPsuFpcPowerEntry OBJECT-TYPE
SYNTAX JnxPsuFpcPowerEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "A value contained within the FpcPowerEntry"
INDEX { jnxContentsContainerIndex,
jnxContentsL1Index,
jnxContentsL2Index,
jnxContentsL3Index }
::= { jnxPsuFpcPowerTable 1 }
JnxPsuFpcPowerEntry ::=
SEQUENCE {
jnxPsuFpcPowerPriority INTEGER,
jnxPsuFpcPowerAllocated INTEGER
}
jnxPsuFpcPowerPriority OBJECT-TYPE
SYNTAX INTEGER
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The Power budget priority assigned to the FPC.
Lower number means higher priority."
::= { jnxPsuFpcPowerEntry 1 }
jnxPsuFpcPowerAllocated OBJECT-TYPE
SYNTAX INTEGER
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The Power allocated to the FPC in Watts."
::= { jnxPsuFpcPowerEntry 2 }
END
|