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
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
|
CTRON-POWER-SUPPLY-MIB DEFINITIONS ::= BEGIN
-- ctron-power-supply-mib.txt The power supply MIB
-- Revision: 1.01.02
-- Part Number:
-- Date: March 26, 1997
-- Cabletron Systems, Inc.
-- 35 Industrial Way, P.O. Box 5005
-- Rochester, NH 03867-0505
-- (603) 332-9400
-- support@ctron.com
-- This module provides authoritative definitions for Cabletron's
-- enterprise-specific chassis MIB.
--
-- This module will be extended, as needed.
--
-- Cabletron Systems reserves the right to make changes in
-- specification and other information contained in this document
-- without prior notice. The reader should consult Cabletron Systems
-- to determine whether any such changes have been made.
--
-- In no event shall Cabletron Systems 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 Cabletron
-- Systems has been advised of, known, or should have known, the
-- possibility of such damages.
--
-- Cabletron grants vendors, end-users, and other interested parties
-- a non-exclusive license to use this Specification in connection
-- with the management of Cabletron products.
-- Copyright August 95 Cabletron Systems
-- This MIB describes objects for MMAC+ style power supplies.
IMPORTS
ctps
FROM CTRON-MIB-NAMES
OBJECT-TYPE
FROM RFC-1212;
--=============== group definitions ===================
chPower OBJECT IDENTIFIER ::= { ctps 1 }
boardPower OBJECT IDENTIFIER ::= { ctps 2 }
psPower OBJECT IDENTIFIER ::= { ctps 3 }
bbuPower OBJECT IDENTIFIER ::= { ctps 4 }
termPower OBJECT IDENTIFIER ::= { ctps 5 }
--=============== chPower group ====================
-- Chassis Power Group
-- Implementation of the Chassis Power group is optional.
-- It needs to be supported when an EM is present and operational
-- in the chassis.
-- This group covers information on the chassis power available.
chPowerOperationalStatus OBJECT-TYPE
SYNTAX INTEGER {
powerAC(1),
powerACRedundant(2),
powerDC(3),
powerDCRedundant(4),
battery(5)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION
"This object reflects the overall status of the chassis's
power supply in terms of how the power is being delivered
to the chassis."
::= { chPower 1 }
chPowerMainVoltageStatus OBJECT-TYPE
SYNTAX INTEGER {
powerOK(1),
overCurrent(2),
overVoltage(3),
underVoltage(4)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION
"This object reflects the state of the main voltage
rail within the chassis. The power on this rail may
be delivered by AC supplies, DC supplies or battery
supplies."
::= { chPower 2 }
chPowerMainVoltage OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The voltage of the chassis's main voltage rail. This rail
carries power to all the modules in the chassis. It has
an allowable range of 40 volts to 60 volts DC. The value
of this object is the actual voltage * 10."
::= { chPower 3 }
chPowerTotalSupply OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The total power being supplied by the chassis's power
supplies to the chassis. The value of this object is the
actual watts."
::= { chPower 4 }
chPowerTotalLoad OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The total load being presented by the chassis to the
chassis's power supplies. The value of
this object is the actual watts."
::= { chPower 5 }
chPowerMaxSupply OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The maximum power that could de supplied by the chassis's power
supplies to the chassis. The value of this object is the
actual watts."
::= { chPower 6 }
chPowerMaxLoad OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The maximum load that could be presented by the chassis to the
chassis's power supplies. The value of
this object is the actual watts."
::= { chPower 7 }
chPowerTable OBJECT-TYPE
SYNTAX SEQUENCE OF ChPowerEntry
ACCESS not-accessible
STATUS mandatory
DESCRIPTION
"A list of power lines or busses on the chassis's backplane."
::= { chPower 8 }
chPowerEntry OBJECT-TYPE
SYNTAX ChPowerEntry
ACCESS not-accessible
STATUS mandatory
DESCRIPTION
"A slot entry containing objects for a particular
module and associated power line."
INDEX { chPowerLineID }
::= { chPowerTable 1 }
ChPowerEntry ::=
SEQUENCE {
chPowerLineID
INTEGER,
chPowerLineType
OBJECT IDENTIFIER,
chPowerLineTotalSupply
INTEGER,
chPowerLineTotalLoad
INTEGER,
chPowerLineMaxSupply
INTEGER,
chPowerLineMaxLoad
INTEGER
}
chPowerLineID OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
"A unique value used to identify a particular power line on
the chassis's backplane."
::= { chPowerEntry 1 }
chPowerLineType OBJECT-TYPE
SYNTAX OBJECT IDENTIFIER
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The type of power. For example, a power line that supplies
DC current at a nominal voltage of 40 to 57 volts or a
power line that supplies AC current at a nominal volatge of
110v."
::= { chPowerEntry 2 }
chPowerLineTotalSupply OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The total power being supplied by the chassis's power
supplies to the chassis on this power line. The value
of this object is the actual watts."
::= { chPowerEntry 3 }
chPowerLineTotalLoad OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The total load being presented by the chassis to the
chassis's power supplies on this power line. This value
will be zero if unknown The value of this object is the
actual watts."
::= { chPowerEntry 4 }
chPowerLineMaxSupply OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The maximum power that could de supplied by the chassis's power
supplies to the chassison this power line. The value of
this object is the actual watts."
::= { chPowerEntry 5 }
chPowerLineMaxLoad OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The maximum load that could be presented by the chassis to the
chassis's power supplies on this power line. The value of
this object is the actual watts."
::= { chPowerEntry 6 }
chPowerDiagVoltageStatus OBJECT-TYPE
SYNTAX INTEGER {
powerOK(1),
overCurrent(2),
overVoltage(3),
underVoltage(4)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION
"This object reflects the state of the diag voltage
rail within the chassis."
::= { chPower 9 }
chPowerDiagVoltage OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The voltage of the chassis's diag voltage rail. This rail
carries power to all the modules in the chassis. It has
an allowable range of 4.75 volts to 5.25 volts DC. The value
of this object is the actual voltage * 10."
::= { chPower 10 }
--=============== boardPower group ====================
-- Board Power Group
-- This group covers information on the use of power within the
-- chassis by the networking boards.
boardPowerSlotStatusTable OBJECT-TYPE
SYNTAX SEQUENCE OF BoardPowerSlotStatusEntry
ACCESS not-accessible
STATUS mandatory
DESCRIPTION
"A list of networking modules installed in this chassis."
::= { boardPower 1 }
boardPowerSlotStatusEntry OBJECT-TYPE
SYNTAX BoardPowerSlotStatusEntry
ACCESS not-accessible
STATUS mandatory
DESCRIPTION
"A slot entry containing objects for a particular
module."
INDEX { boardPowerSlotStatusID }
::= { boardPowerSlotStatusTable 1 }
BoardPowerSlotStatusEntry ::=
SEQUENCE {
boardPowerSlotStatusID
INTEGER,
boardPowerOperationalStatus
INTEGER,
boardPowerAdminStatus
INTEGER,
boardPowerLocalAdminStatus
INTEGER,
boardPowerLocalStatus
INTEGER,
boardPowerShutdownAdmin
INTEGER,
boardPowerPriority
INTEGER,
boardPowerMaxInputPower
INTEGER,
boardPowerManagement
INTEGER
}
boardPowerSlotStatusID OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The slot number of a chassis slot in which this board is
installed. This object is similiar to chSlotID in the
Chassis MIB."
::= { boardPowerSlotStatusEntry 1 }
boardPowerOperationalStatus OBJECT-TYPE
SYNTAX INTEGER {
powerOn(1),
powerOff(2),
reset(3),
overVoltage(4),
underVoltage(5),
overCurrent(6),
overCurrentShutdown(7),
temperatureShutdown(8),
remotePowerOff(9),
powerConservationShutdown(10),
frontPanelPowerOff(11)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION
"This object reflects the status of the module's
DC-DC converter power supply."
::= { boardPowerSlotStatusEntry 2 }
boardPowerAdminStatus OBJECT-TYPE
SYNTAX INTEGER {
powerOn(1),
powerOff(2),
reset(3)
}
ACCESS read-write
STATUS mandatory
DESCRIPTION
"This object controls the operation of the module's
DC-DC power supply. If the value 3 is written to
this object then the value of the object will be
set to 1 after the reset is performed."
DEFVAL { powerOn }
::= { boardPowerSlotStatusEntry 3 }
boardPowerLocalAdminStatus OBJECT-TYPE
SYNTAX INTEGER {
localMode(1),
secureMode(2)
}
ACCESS read-write
STATUS mandatory
DESCRIPTION
"This object controls the operation of the module's
front panel button. In local mode this button may
be used to locally control the operation of the
DC-DC converter, i.e. power on, power off and
reset. In secure mode a request the state of the
front panel button is reflected in the object
boardPowerOperationalStatus. In secure mode
the front panel button has no effect locally."
DEFVAL { localMode }
::= { boardPowerSlotStatusEntry 4 }
boardPowerLocalStatus OBJECT-TYPE
SYNTAX INTEGER {
resetRequest(1),
powerDownRequest(2),
powerOnRequest(3),
normal(4)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION
"This object reflects the state of the module's front
panel button."
::= { boardPowerSlotStatusEntry 5 }
boardPowerShutdownAdmin OBJECT-TYPE
SYNTAX INTEGER {
enabled(1),
disabled(2)
}
ACCESS read-write
STATUS mandatory
DESCRIPTION
"This object controls whether or not the module should
auto power down due to an fault condition."
DEFVAL { disabled }
::= { boardPowerSlotStatusEntry 6 }
boardPowerPriority OBJECT-TYPE
SYNTAX INTEGER (1..14)
ACCESS read-write
STATUS mandatory
DESCRIPTION
"The module's power-up and power down priority. This is a
value of 1 to 14 and is used to decide which modules are
allowed to power on in the event that power demand of the
chassis is greater than the total power supply. The default
value is 14, highest priority. When two modules have equal
priority then the module in the lowest slot wins."
DEFVAL { 14 }
::= { boardPowerSlotStatusEntry 7 }
boardPowerMaxInputPower OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The maximum input power that this module is allowed
to consume. The value of this object is actual
watts."
::= { boardPowerSlotStatusEntry 8 }
boardPowerManagement OBJECT-TYPE
SYNTAX INTEGER {
disabled(1),
enabled(2),
not-supported(7)
}
ACCESS read-write
STATUS mandatory
DESCRIPTION
"Module power management status."
DEFVAL { not-supported }
::= { boardPowerSlotStatusEntry 9 }
boardPowerSlotTable OBJECT-TYPE
SYNTAX SEQUENCE OF BoardPowerSlotEntry
ACCESS not-accessible
STATUS mandatory
DESCRIPTION
"A list of networking modules and associated power lines
installed in this chassis."
::= { boardPower 2 }
boardPowerSlotEntry OBJECT-TYPE
SYNTAX BoardPowerSlotEntry
ACCESS not-accessible
STATUS mandatory
DESCRIPTION
"A slot entry containing objects for a particular
module and associated power line."
INDEX { boardPowerSlotID, boardPowerID }
::= { boardPowerSlotTable 1 }
BoardPowerSlotEntry ::=
SEQUENCE {
boardPowerSlotID
INTEGER,
boardPowerID
INTEGER,
boardPowerType
OBJECT IDENTIFIER,
boardPowerStatus
INTEGER,
boardPowerVoltage
INTEGER,
boardPowerCurrent
INTEGER,
boardPowerMaxVoltage
INTEGER,
boardPowerMinVoltage
INTEGER,
boardPowerMaxPower
INTEGER
}
boardPowerSlotID OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The slot number of a chassis slot in which this board is
installed. This object is similiar to chSlotID in the
Chassis MIB."
::= { boardPowerSlotEntry 1 }
boardPowerID OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
"A unique value used to identify a particular power line."
::= { boardPowerSlotEntry 2 }
boardPowerType OBJECT-TYPE
SYNTAX OBJECT IDENTIFIER
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The type of power. For example, a power line that supplies
DC current at a nominal voltage of 40 to 57 volts or a
power line that supplies AC current at a nominal volatge of
110v."
::= { boardPowerSlotEntry 3 }
boardPowerStatus OBJECT-TYPE
SYNTAX INTEGER {
powerOK(1),
powerOff(2),
overCurrent(3),
overVoltage(4),
underVoltage(5)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION
"This object reflects the status of this power line."
::= { boardPowerSlotEntry 4 }
boardPowerVoltage OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The voltage reading for the power line. The value of this
object is actual voltage * 100."
::= { boardPowerSlotEntry 5 }
boardPowerCurrent OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The current reading for the power line. The value of this
object is the actual amperage * 100. If this reading is not
implemented then value will be zero."
::= { boardPowerSlotEntry 6 }
boardPowerMaxVoltage OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The maximum voltage for this power line. If the voltage
reading for this power line is greater than this value
then the power line is considered to be in an overvolatge
condition. The value of this object is in voltage * 100."
::= { boardPowerSlotEntry 7 }
boardPowerMinVoltage OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The minimum voltage for this power line. If the voltage
reading for this power line is less than this value
then the power line is considered to be in an undervolatge
condition. The value of this object is voltage * 100."
::= { boardPowerSlotEntry 8 }
boardPowerMaxPower OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The maximum power for this power line. If the power calculated
for this power line is greater than this value then the
power line is considered to be in an overload condition.
The value of this object is in watts."
::= { boardPowerSlotEntry 9 }
--=============== psPower group ====================
-- AC and DC Power Supply Power Group
-- This group covers information on the use of power within the
-- chassis by the networking boards.
psPowerSlotStatusTable OBJECT-TYPE
SYNTAX SEQUENCE OF PsPowerSlotStatusEntry
ACCESS not-accessible
STATUS mandatory
DESCRIPTION
"A list of AC & DC power supplies installed in this chassis."
::= { psPower 1 }
psPowerSlotStatusEntry OBJECT-TYPE
SYNTAX PsPowerSlotStatusEntry
ACCESS not-accessible
STATUS mandatory
DESCRIPTION
"A slot entry containing objects for a particular
power supply."
INDEX { psPowerSlotStatusID }
::= { psPowerSlotStatusTable 1 }
PsPowerSlotStatusEntry ::=
SEQUENCE {
psPowerSlotStatusID
INTEGER,
psPowerOperationalStatus
INTEGER,
psPowerAdminStatus
INTEGER,
psPowerMaxOutputPower
INTEGER
}
psPowerSlotStatusID OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The slot number of a chassis slot in which this AC power
supply is installed. This object is similiar
to chSlotID in the Chassis MIB."
::= { psPowerSlotStatusEntry 1 }
psPowerOperationalStatus OBJECT-TYPE
SYNTAX INTEGER {
powerOn(1),
powerOff(2),
reset(3),
overVoltage(4),
underVoltage(5),
overCurrent(6),
overCurrentShutdown(7),
temperatureShutdown(8),
remotePowerOff(9)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION
"This object reflects the status of the module's
DC-DC converter power supply."
::= { psPowerSlotStatusEntry 2 }
psPowerAdminStatus OBJECT-TYPE
SYNTAX INTEGER {
powerOn(1),
powerOff(2)
}
ACCESS read-write
STATUS mandatory
DESCRIPTION
"This object controls the operation of power supply."
DEFVAL { powerOn }
::= { psPowerSlotStatusEntry 3 }
psPowerMaxOutputPower OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The maximum power that this power supply is allowed
to ouput. The value of this object is watts."
::= { psPowerSlotStatusEntry 4 }
psPowerSlotTable OBJECT-TYPE
SYNTAX SEQUENCE OF PsPowerSlotEntry
ACCESS not-accessible
STATUS mandatory
DESCRIPTION
"A list of power supplies and associated power lines
installed in this chassis."
::= { psPower 2 }
psPowerSlotEntry OBJECT-TYPE
SYNTAX PsPowerSlotEntry
ACCESS not-accessible
STATUS mandatory
DESCRIPTION
"A slot entry containing objects for a particular
power line on a particular power supply."
INDEX { psPowerSlotID, psPowerID }
::= { psPowerSlotTable 1 }
PsPowerSlotEntry ::=
SEQUENCE {
psPowerSlotID
INTEGER,
psPowerID
INTEGER,
psPowerType
OBJECT IDENTIFIER,
psPowerStatus
INTEGER,
psPowerAdmin
INTEGER,
psPowerVoltage
INTEGER,
psPowerCurrent
INTEGER,
psPowerLineFrequency
INTEGER,
psPowerMaxVoltage
INTEGER,
psPowerMinVoltage
INTEGER,
psPowerMaxPower
INTEGER
}
psPowerSlotID OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The slot number of a chassis slot in which this Power
supply is installed. This object is similiar to
chSlotID in the Chassis MIB."
::= { psPowerSlotEntry 1 }
psPowerID OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
"A unique value used to identify a particular power line."
::= { psPowerSlotEntry 2 }
psPowerType OBJECT-TYPE
SYNTAX OBJECT IDENTIFIER
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The type of power. For example, a power line that supplies
DC current at a nominal voltage of 40 to 57 volts or a
power line that supplies AC current at a nominal volatge of
110v."
::= { psPowerSlotEntry 3 }
psPowerStatus OBJECT-TYPE
SYNTAX INTEGER {
powerOK(1),
powerOff(2),
overCurrent(3),
overVoltage(4),
underVoltage(5)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION
"This object reflects the status of the power line."
::= { psPowerSlotEntry 4 }
psPowerAdmin OBJECT-TYPE
SYNTAX INTEGER {
powerOn(1),
powerOff(2)
}
ACCESS read-write
STATUS mandatory
DESCRIPTION
"This object controls the operation of power supply."
DEFVAL { powerOn }
::= { psPowerSlotEntry 5 }
psPowerVoltage OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The voltage reading for the power line. The value of this
object is the actual voltage * 100."
::= { psPowerSlotEntry 6 }
psPowerCurrent OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The current reading for the power line. The value of this
object is amperage * 100. If this reading is not implemented
then value will be zero."
::= { psPowerSlotEntry 7 }
psPowerLineFrequency OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The line frequency for the power line. The value of this
object is the actual frequency in Hertz * 10. If this
reading is not implemented then value will be zero."
::= { psPowerSlotEntry 8 }
psPowerMaxVoltage OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The maximum voltage for this power line. If the voltage
reading for this power line is greater than this value
then the power line is considered to be in an over volatge
condition. The value of this object is voltage * 100."
::= { psPowerSlotEntry 9 }
psPowerMinVoltage OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The minimum voltage for this power line. If the voltage
reading for this power line is greater than this value
then the power line is considered to be in an over volatge
condition. The value of this object is voltage * 100."
::= { psPowerSlotEntry 10 }
psPowerMaxPower OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The maximum power for this power line. If the power calculated
for this power line is greater than this value then the
power line is considered to be in an overload condition.
The value of this object is watts."
::= { psPowerSlotEntry 11 }
--=============== bbuPower group ====================
-- Battery Backup Unit Power Group
-- This group covers information on the use of power within the
-- chassis by the battery backup unit.
--=============== termPower group ====================
-- INB Termination Module Power Group
-- This group covers information on the use of power within the
-- chassis by the INB termination modules.
termPowerStatus OBJECT-TYPE
SYNTAX INTEGER {
powerOK(1),
overCurrent(2),
overVoltage(3),
underVolatge(4),
overPower(5)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION
"This object reflects the status of the chassis's termination
voltage rail."
::= { termPower 1 }
termPowerVoltage OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The voltage of the chassis's termination voltage rail.
This rail carries power to INB terminator cards in the
chassis. It has an allowalble range of 3.3 Volt + or -
5%.The value of this object is voltage * 100."
::= { termPower 2 }
termPowerCurrent OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The current on the chassis's termination voltage rail.
The value of this object is the actual amperage * 100.
If this reading is not implemented then the value will
be zero."
::= { termPower 3 }
termPowerModule1Status OBJECT-TYPE
SYNTAX INTEGER {
normal(1),
iNBaFault(2),
iNBbFault(3),
fault(4),
termModuleNotInstalled(5),
unknown(6)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION
"This object reflects the state of the INB termination
module number 1. A value of normal(1) reflects that
both busses are normal. A value of fault(4) reflects
that both busses are in a fault condition."
::= { termPower 4 }
termPowerModule2Status OBJECT-TYPE
SYNTAX INTEGER {
normal(1),
iNBaFault(2),
iNBbFault(3),
fault(4),
termModuleNotInstalled(5),
unknown(6)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION
"This object reflects the state of the INB termination
module number 2. A value of normal(1) reflects that
both busses are normal. A value of fault(4) reflects
that both busses are in a fault condition."
::= { termPower 5 }
END
|