-
Notifications
You must be signed in to change notification settings - Fork 0
/
CPQPOWER-MIB.txt
5479 lines (4863 loc) · 172 KB
/
CPQPOWER-MIB.txt
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
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
-- ****************************************************************************
-- :CPQ,DEV:
--
-- * POWER DEVICE SNMP MANAGEMENT CARD MIB DEFINITIONS
--
-- * $Date: 2013/06/10 08:20:00 $
-- * $Revision: 1.76 $
-- Revised by Brian Vo
-- Hewlett-Packard Company
-- Confidential - Need To Know
-- :CPQ,ENDDEV:
-- ****************************************************************************
--
-- Power Device SNMP Management Card
-- Management Information Base for SNMP Network Management
--
--
-- Copyright 2001, 2012 Hewlett-Packard Development Company, L.P.
--
-- Hewlett-Packard Company shall not be liable for technical or
-- editorial errors or omissions contained herein. The information in
-- this document is provided "as is" without warranty of any kind and
-- is subject to change without notice. The warranties for HP products
-- are set forth in the express limited warranty statements
-- accompanying such products. Nothing herein should be construed as
-- constituting an additional warranty.
--
-- Confidential computer software. Valid license from HP required for
-- possession, use or copying. Consistent with FAR 12.211 and 12.212,
-- Commercial Computer Software, Computer Software Documentation, and
-- Technical Data for Commercial Items are licensed to the U.S.
-- Government under vendor's standard commercial license.
--
-- Refer to the READMIB.RDM file for more information about the
-- organization of the information in the Compaq Enterprise.
--
-- The Compaq Enterprise number is 232.
-- The ASN.1 prefix to, and including the Compaq Enterprise is:
-- 1.3.6.1.4.1.232
--
-- MIB Version 1.76
--
--
-- *********************************************************************
-- :CPQ,DEV:
-- Release History
-- Date: October 25, 2005 (version 1.0) - Phi Nguyen
-- Date: December 05, 2005 (version 1.2) - Phi Nguyen
-- Date: Jan 17, 2008 (version 1.31) Add PDR - Brian Vo
-- Date: Feb 25, 2008 (version 1.40) Add Type 19 and trigger TestTrap - Brian Vo
-- Date: May 20, 2009 (version 1.61) Add new Modular PDU - Brian Vo
-- Date: Nov 19, 2009 (version 1.62) Add Input Rating, Redundant Status -Brian Vo
-- Date: Jan 05, 2011 (version 1.64) Add OIDs to support mPDU Rack information -Brian Vo
-- Date: Mar 04, 2011 (v1.66) Modify description for OIDs support HPSIM - Brian Vo
-- Date: Oct 27, 2011 (v1.66) Add #Summary and #Arguments to the Trap-Type - Brian Vo
-- Date: Dec 13, 2011 (v1.66) Add mpduRegionalNominalVotage, mpduDeviceDetectionThreshold - Brian Vo
-- Date: Dec 13, 2011 (v1.66) Add PDU inputCurrent and breakerCurrent with 2 decimal points - Brian Vo
-- Date: Feb 17, 2012 (v1.66) Add Offline UPS - Brian Vo
-- Date: Mar 16, 2012 (v1.66) Rename to oupsRackID and oupsRackProductDescription - Brian Vo
-- Date: Mar 26, 2012 (v1.66) Change Input and Output PowerFactor not per phase - Brian Vo
-- Date: Apr 04, 2012 (v1.66) Add MEPO and InputWithGenerator - Brian Vo
-- Date: Sep 13, 2012 (v1.68) Add power metering in WH for mPDU - Brian Vo
-- Date: Oct 08, 2012 (v1.70) Revise the oups (DirectFlow UPS) section - Brian Vo
-- Date: Nov 13, 2012 (v1.72) add oupsOutputLoadPerPhase, change data type for load level - Brian Vo
-- Date: Jan 08, 2013 (v1.72) Remove MEPO and add oupsTestTrap - Brian Vo
-- Date: Mar 14, 2013 (v1.74) Add Glandore PDU - Brian Vo
-- Date: Apr 15, 2013 (v1.74) Modify pdu2InputPhaseCurrentMeasType and pdu2InputPowerWattHourTimer - Brian Vo
-- Date: Jun 05, 2013 (v1.76) Remove oupsBatCurrent. revise oupsGeneratorDetection - Brian Vo
-- Date: Jun 10, 2013 (v1.76) Change to enumerated value from bad (-1) to bad (3) for Glandore - Brian Vo
--
-- :CPQ,ENDDEV:
-- *********************************************************************
--
-- VARIABLES REQUIRED FOR HP MANAGEMENT
-- ===================================================================================
--
-- ===================================================================================
-- sysDescr (1.3.6.1.2.1.1.1) which is defined in RFC1213.MIB.
-- sysObjectID (1.3.6.1.2.1.1.2) which is defined in RFC1213.MIB.
-- sysContact (1.3.6.1.2.1.1.4) which is defined in RFC1213.MIB.
-- sysName (1.3.6.1.2.1.1.5) is which is defined in RFC1213.MIB.
-- sysLocation (1.3.6.1.2.1.1.6) which is defined in RFC1213.MIB.
--
-- sysDescr OBJECT-TYPE
-- SYNTAX DisplayString (SIZE (0..255))
-- ACCESS read-only
-- STATUS mandatory
-- DESCRIPTION
-- "A textual description of the entity. This value
-- should include the full name, hardware version and
-- firmware version of management module's.
-- It is mandatory that this only contain
-- printable ASCII characters."
-- ::= { system 1 }
--
-- sysObjectID OBJECT-TYPE
-- SYNTAX DisplayString (SIZE (0..255))
-- ACCESS read-write
-- STATUS mandatory
-- DESCRIPTION
-- "Return the OID of the management module
-- for this UPS or PDU defined in the CPQPOWER.MIB
-- i.e. .1.3.6.1.4.1.232.165.3 is for UPS OIDs."
-- ::= { system 2 }
--
-- sysContact OBJECT-TYPE
-- SYNTAX DisplayString (SIZE (0..255))
-- ACCESS read-write
-- STATUS mandatory
-- DESCRIPTION
-- "The textual identification of the contact person
-- for this managed node, together with information
-- on how to contact this person."
-- ::= { system 4 }
--
-- sysName OBJECT-TYPE
-- SYNTAX DisplayString (SIZE (0..255))
-- ACCESS read-write
-- STATUS mandatory
-- DESCRIPTION
-- "An administratively-assigned name for this
-- managed node. By convention, this is the node's
-- fully-qualified domain name."
-- ::= { system 5 }
--
-- sysLocation OBJECT-TYPE
-- SYNTAX DisplayString (SIZE (0..255))
-- ACCESS read-write
-- STATUS mandatory
-- DESCRIPTION
-- "The physical location of this node (e.g.,
-- `telephone closet, 3rd floor')."
-- ::= { system 6 }
--
-- ====================================================================================
--
-- ====================================================================================
-- cpqSiSysSerialNum (1.3.6.1.4.1.232.2.2.2.1) which is defined in CPQSINFO.MIB.
-- This is the PDU/UPS serial number (listed but not implemented in SNMP Agent)
--
--
-- cpqSiSysSerialNum OBJECT-TYPE
-- SYNTAX DisplayString (SIZE (0..255))
-- ACCESS read-only
-- STATUS mandatory
-- DESCRIPTION
-- "The serial number of the PDU or UPS.
-- The string will be empty if the system does not report the
-- serial number."
-- ::= { cpqSiAsset 1 }
-- ===================================================================================
--
-- ===================================================================================
-- cpqSiProductName (1.3.6.1.4.1.232.2.2.4.2) which is defined in CPQSINFO.MIB.
-- This is the PDU/UPS management module product model name
--
--
-- cpqSiProductName OBJECT-TYPE
-- SYNTAX DisplayString (SIZE (0..255))
-- ACCESS read-only
-- STATUS mandatory
-- DESCRIPTION
-- "This device product name i.e. HP UPS Management Module"
-- ::= { cpqSiSystemBoard 2 }
-- ====================================================================================
--
-- ====================================================================================
-- cpqHoGUID (1.3.6.1.4.1.232.11.2.10.3) which is defined in CPQHOST.MIB
-- This field needs to be filled with the unique ID
-- P/N of PDU/UPS management module (16 bytes)
--
-- cpqHoGUID OBJECT-TYPE
-- SYNTAX OCTET STRING (SIZE (16))
-- ACCESS read-write
-- STATUS mandatory
-- DESCRIPTION
-- "The globally unique identifier of this device. P/N of HP Management Module."
-- ::= { cpqHoSystemStatus 3 }
-- ====================================================================================
--
-- ====================================================================================
-- cpqHoMibStatusArray (1.3.6.1.4.1.232.11.2.10.1) which is defined in CPQHOST.MIB
-- Pretty complicated to decipher if you do not have the guide. We only use the first
-- 4 octets.
--
-- Octet 0 = 00000001 (always)
-- Octet 1 = 00000000 through 00000100 depending on Device H/W Condition below
-- Octet 2 = 00000001 (always)
-- Octet 3 = 00010000 (always decimal 16 see table below)
--
-- For example: With a UPS device with OK status, the values of the 4 octets would be:
--
-- Octet 0 = 0x01 (fixed)
-- Octet 1 = 0x02 (OK overall status)
-- Octet 2 = 0x01 (fixed)
-- Octet 3 = 0x10 (Device type = 16 for UPS)
--
-- cpqHoMibStatusArray OBJECT-TYPE
-- SYNTAX OCTET STRING (SIZE (4..256))
-- ACCESS read-only
-- STATUS mandatory
-- DESCRIPTION
-- "The MIB Status Array is an array of MIB status structures. Each
-- structure is made up of 4 octets.
--
-- Array element 0 is the status for all MIBs in the Compaq
-- Enterprise.
--
-- Device H/W Condition (Octet 1)
-- 0 - Not available (e.g. Loss/lack of communication between card and device UPS/PDU)
-- 1 - Other (unknown) (mapped to device unknown status)
-- 2 - OK (mapped to device normal status/events)
-- 3 - Degraded (UPS: device warning status/events
-- PDU: overload warning, voltage out of tolerance)
-- 4 - Failed (UPS: device critical status/events
-- PDU: overload condition)
--
-- Detailed Type (octet 3)
-- Bits 0-7 Detailed Type, only used if bit 0 in octect 2 is 1.
--
-- Type Values for Bits 0-4 (maps to CIM7 types)
-- Unknown = 0
-- Server = 1 (yes a duplicate of the server flag)
-- Desktop = 2
-- Workstation = 3
-- Portable = 4
-- Router = 5
-- Cluster = 6
-- Printer = 7
-- Switch = 8 (network switch)
-- Repeater = 9
-- Remote Access Device = 10
-- Other = 11
-- Management Processor = 12 (rib, RILOE, iLo)
-- Rack = 13
-- Enclosure = 14
-- KVM Switch = 15 (IP enabled keyboard video mouse switch).
-- UPS = 16
-- Power Distribution Unit = 17 (PDU)
-- Environmental Monitor = 18 (eg CMC)
-- Power Distribution Rack = 19 (PDR)"
-- ::= { cpqHoSystemStatus 1 }
-- ====================================================================================
-- All Traps, Objects of CPQPOWER.MIB start with .1.3.6.1.4.1.232.165
CPQPOWER-MIB DEFINITIONS ::= BEGIN
IMPORTS
compaq FROM CPQHOST-MIB
-- enterprises FROM RFC1155-SMI
-- IpAddress FROM RFC1155-SMI
-- Counter, enterprises FROM RFC1155-SMI
-- TimeTicks FROM RFC1155-SMI
-- Gauge FROM RFC1155-SMI
Counter FROM RFC1155-SMI
DisplayString FROM RFC1213-MIB
ifIndex FROM RFC1213-MIB
ifDescr FROM RFC1213-MIB
sysName FROM RFC1213-MIB
sysDescr FROM RFC1213-MIB
sysContact FROM RFC1213-MIB
sysLocation FROM RFC1213-MIB
OBJECT-TYPE FROM RFC-1212
TRAP-TYPE FROM RFC-1215;
-- Identifiers from CPQSINFO.MIB (no longer used by HP SIM)
-- cpqSystemInfo OBJECT IDENTIFIER ::= {compaq 2}
-- cpqSiComponent OBJECT IDENTIFIER ::= {cpqSystemInfo 2}
-- cpqSiSystemBoard OBJECT IDENTIFIER ::= {cpqSiComponent 4}
-- Identifiers from CPQHOST.MIB (include when compiling)
-- cpqHostOs OBJECT IDENTIFIER ::= {compaq 11}
-- cpqHoComponent OBJECT IDENTIFIER ::= {cpqHostOs 2}
-- cpqHoSystemStatus OBJECT IDENTIFIER ::= {cpqHoComponent 10}
-- compaq OBJECT IDENTIFIER ::= { enterprises 232 }
cpqPower OBJECT IDENTIFIER ::= {compaq 165}
--
-- Power device object identifiers
--
powerDevice OBJECT IDENTIFIER ::= {cpqPower 1}
trapInfo OBJECT IDENTIFIER ::= {powerDevice 1}
managementModuleIdent OBJECT IDENTIFIER ::= {powerDevice 2}
--
-- PDU object identifiers
--
pdu OBJECT IDENTIFIER ::= {cpqPower 2}
pduIdent OBJECT IDENTIFIER ::= { pdu 1 }
pduInput OBJECT IDENTIFIER ::= { pdu 2 }
pduOutput OBJECT IDENTIFIER ::= { pdu 3 }
--
-- UPS object identifiers
--
ups OBJECT IDENTIFIER ::= {cpqPower 3}
upsIdent OBJECT IDENTIFIER ::= { ups 1 }
upsBattery OBJECT IDENTIFIER ::= { ups 2 }
upsInput OBJECT IDENTIFIER ::= { ups 3 }
upsOutput OBJECT IDENTIFIER ::= { ups 4 }
upsBypass OBJECT IDENTIFIER ::= { ups 5 }
upsEnvironment OBJECT IDENTIFIER ::= { ups 6 }
upsTest OBJECT IDENTIFIER ::= { ups 7 }
upsControl OBJECT IDENTIFIER ::= { ups 8 }
upsConfig OBJECT IDENTIFIER ::= { ups 9 }
upsRecep OBJECT IDENTIFIER ::= { ups 10 }
upsTopology OBJECT IDENTIFIER ::= { ups 11 }
--
-- PDR object identifiers
--
pdr OBJECT IDENTIFIER ::= {cpqPower 4}
pdrIdent OBJECT IDENTIFIER ::= { pdr 1 }
pdrPanel OBJECT IDENTIFIER ::= { pdr 2 }
pdrBreaker OBJECT IDENTIFIER ::= { pdr 3 }
--
-- MPDU object identifiers
--
mpdu OBJECT IDENTIFIER ::= {cpqPower 5}
mpduIdent OBJECT IDENTIFIER ::= { mpdu 1 }
mpduOutput OBJECT IDENTIFIER ::= { mpdu 2 }
mpduDeviceIdent OBJECT IDENTIFIER ::= { mpdu 3 }
mpduSmExtBarOutlet OBJECT IDENTIFIER ::= { mpdu 4 }
--
-- oups (offline UPS) object identifiers
--
oups OBJECT IDENTIFIER ::= {cpqPower 6}
oupsIdent OBJECT IDENTIFIER ::= { oups 1 }
oupsBattery OBJECT IDENTIFIER ::= { oups 2 }
oupsInput OBJECT IDENTIFIER ::= { oups 3 }
oupsOutput OBJECT IDENTIFIER ::= { oups 4 }
oupsMonitor OBJECT IDENTIFIER ::= { oups 5 }
oupsRackDiscovery OBJECT IDENTIFIER ::= { oups 6 }
--
-- PDU Glendore object identifiers
--
pdu2 OBJECT IDENTIFIER ::= {cpqPower 7}
pdu2Ident OBJECT IDENTIFIER ::= { pdu2 1 }
pdu2Input OBJECT IDENTIFIER ::= { pdu2 2 }
pdu2Group OBJECT IDENTIFIER ::= { pdu2 3 }
pdu2Environment OBJECT IDENTIFIER ::= { pdu2 4 }
-- ====================================================================================
--
-- powerDevice OBJECT IDENTIFIER ::= {cpqPower 1}
-- trapInfo OBJECT IDENTIFIER ::= {powerDevice 1}
-- trap information group
-- OID= .1.3.6.1.4.1.232.165.1.1
trapCode OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
"A number identifying the event for the trap that was sent.
Mapped unique trap code per unique event to be used by ISEE's
decoder ring."
::= { trapInfo 1 }
trapDescription OBJECT-TYPE
SYNTAX DisplayString (SIZE (0..255))
ACCESS read-only
STATUS mandatory
DESCRIPTION
"A string identifying the event for that last trap that was sent."
::= { trapInfo 2 }
trapDeviceMgmtUrl OBJECT-TYPE
SYNTAX DisplayString (SIZE (0..255))
ACCESS read-only
STATUS mandatory
DESCRIPTION
"A string contains the URL for the management software."
::= { trapInfo 3 }
trapDeviceDetails OBJECT-TYPE
SYNTAX DisplayString (SIZE (0..255))
ACCESS read-only
STATUS mandatory
DESCRIPTION
"A string details information about the UPS such as SN (serial number),
PN (part number), and MN (Model Name)."
::= { trapInfo 4 }
trapDeviceName OBJECT-TYPE
SYNTAX DisplayString (SIZE (0..255))
ACCESS read-only
STATUS mandatory
DESCRIPTION
"A string contains the name of the HP Management Module."
::= { trapInfo 5 }
-- ====================================================================================
-- HP UPS Management Module
-- ====================================================================================
--
-- powerDevice OBJECT IDENTIFIER ::= {cpqPower 1}
-- managementModuleIdent OBJECT IDENTIFIER ::= {powerDevice 2}
-- Management module identification group
-- OID= .1.3.6.1.4.1.232.165.1.2
deviceManufacturer OBJECT-TYPE
SYNTAX DisplayString
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The device's manufacturer."
::= { managementModuleIdent 1 }
deviceModel OBJECT-TYPE
SYNTAX DisplayString
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The device's model."
::= { managementModuleIdent 2 }
deviceFirmwareVersion OBJECT-TYPE
SYNTAX DisplayString
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The device's firmware version(s)."
::= { managementModuleIdent 3 }
deviceHardwareVersion OBJECT-TYPE
SYNTAX DisplayString
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The device's hardware version."
::= { managementModuleIdent 4 }
deviceIdentName OBJECT-TYPE
SYNTAX DisplayString
ACCESS read-write
STATUS mandatory
DESCRIPTION
"A string identifying the device. it came from sysName entered by user"
::= { managementModuleIdent 5 }
devicePartNumber OBJECT-TYPE
SYNTAX DisplayString
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The device's part number."
::= { managementModuleIdent 6 }
deviceSerialNumber OBJECT-TYPE
SYNTAX DisplayString
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The device's serial number."
::= { managementModuleIdent 7 }
deviceMACAddress OBJECT-TYPE
SYNTAX DisplayString
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The device's MAC address."
::= { managementModuleIdent 8 }
-- ====================================================================================
-- PDU
-- ====================================================================================
--
-- pdu OBJECT IDENTIFIER ::= {cpqPower 2}
-- pduIdent OBJECT IDENTIFIER ::= { pdu 1 }
-- PDU identification group
-- OID= .1.3.6.1.4.1.232.165.2.1
numOfPdu OBJECT-TYPE
SYNTAX INTEGER (0..63)
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The number of PDUs."
::= { pduIdent 1 }
pduIdentTable OBJECT-TYPE
SYNTAX SEQUENCE OF PduIdentEntry
ACCESS not-accessible
STATUS mandatory
DESCRIPTION "The Aggregate Object with number of entries equal to
NumOfPdu and including the PduIdent group."
::= { pduIdent 2 }
pduIdentEntry OBJECT-TYPE
SYNTAX PduIdentEntry
ACCESS not-accessible
STATUS mandatory
DESCRIPTION "The ident table entry containing the name,
model, manufacturer, firmware version, part number, etc."
INDEX { pduIdentIndex }
::= { pduIdentTable 1 }
PduIdentEntry ::= SEQUENCE {
pduIdentIndex INTEGER,
pduName DisplayString,
pduModel DisplayString,
pduManufacturer DisplayString,
pduFirmwareVersion DisplayString,
pduPartNumber DisplayString,
pduSerialNumber DisplayString,
pduStatus INTEGER,
pduControllable INTEGER
}
pduIdentIndex OBJECT-TYPE
SYNTAX INTEGER (0..100)
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Index for the PduIdentEntry table."
::= { pduIdentEntry 1 }
pduName OBJECT-TYPE
SYNTAX DisplayString (SIZE (0..63))
ACCESS read-write
STATUS mandatory
DESCRIPTION
"The string identify the device."
::= { pduIdentEntry 2 }
pduModel OBJECT-TYPE
SYNTAX DisplayString (SIZE (0..63))
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The Device Model."
::= { pduIdentEntry 3 }
pduManufacturer OBJECT-TYPE
SYNTAX DisplayString (SIZE (0..63))
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The Device Manufacturer Name (e.g. Hewlett-Packard)."
::= { pduIdentEntry 4 }
pduFirmwareVersion OBJECT-TYPE
SYNTAX DisplayString (SIZE (0..63))
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The firmware revision level of the device."
::= { pduIdentEntry 5 }
pduPartNumber OBJECT-TYPE
SYNTAX DisplayString (SIZE (0..63))
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The device part number."
::= { pduIdentEntry 6 }
pduSerialNumber OBJECT-TYPE
SYNTAX DisplayString (SIZE (0..63))
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The device serial number."
::= { pduIdentEntry 7 }
pduStatus OBJECT-TYPE
SYNTAX INTEGER
{
other(1), -- default
ok(2),
degraded(3),
failed(4)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The overall status of the device. A value of OK(2) indicates the device is operating normally.
A value of degraded(3) indicates the device is operating with warning indicators. A value of
failed(4) indicates the device is operating with critical indicators."
::= { pduIdentEntry 8 }
pduControllable OBJECT-TYPE
SYNTAX INTEGER
{
yes(1),
no(2)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION
"This object indicates whether or not the device is controllable."
::= { pduIdentEntry 9 }
-- ====================================================================================
--
-- pdu OBJECT IDENTIFIER ::= {cpqPower 2}
-- pduInput OBJECT IDENTIFIER ::= { pdu 2 }
-- PDU input group
-- OID= .1.3.6.1.4.1.232.165.2.2
pduInputTable OBJECT-TYPE
SYNTAX SEQUENCE OF PduInputEntry
ACCESS not-accessible
STATUS mandatory
DESCRIPTION
"The Aggregate Object with number of entries equal to
NumOfPdu and including the PduInput group."
::= {pduInput 1}
pduInputEntry OBJECT-TYPE
SYNTAX PduInputEntry
ACCESS not-accessible
STATUS mandatory
DESCRIPTION
"The input table entry containing the voltage and
current for the PDU"
INDEX { pduInputIndex }
::= { pduInputTable 1 }
PduInputEntry ::= SEQUENCE {
pduInputIndex INTEGER,
inputVoltage INTEGER,
inputCurrent INTEGER
}
pduInputIndex OBJECT-TYPE
SYNTAX INTEGER (0..100)
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Index for the PduInputEntry table."
::= { pduInputEntry 1}
inputVoltage OBJECT-TYPE
SYNTAX INTEGER (0..2147483647) -- UNITS RMS Volts
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The measured input voltage from the PDU meters in volts."
::= {pduInputEntry 2}
inputCurrent OBJECT-TYPE
SYNTAX INTEGER (0..2147483647) -- UNITS RMS 0.01 Amp
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The measured input current from the PDU meters in hundredths of Amp."
::= {pduInputEntry 3}
-- ====================================================================================
--
-- pdu OBJECT IDENTIFIER ::= {cpqPower 2}
-- pduOutput OBJECT IDENTIFIER ::= { pdu 3 }
-- PDU Output group
-- OID= .1.3.6.1.4.1.232.165.2.3
pduOutputTable OBJECT-TYPE
SYNTAX SEQUENCE OF PduOutputEntry
ACCESS not-accessible
STATUS mandatory
DESCRIPTION "The Aggregate Object with number of entries equal to
NumOfPdu and including the PduInput group."
::= {pduOutput 1}
pduOutputEntry OBJECT-TYPE
SYNTAX PduOutputEntry
ACCESS not-accessible
STATUS mandatory
DESCRIPTION
"The input table entry containing the name,
heat load, current load, power load, firmware, etc."
INDEX { pduOutputIndex }
::= { pduOutputTable 1 }
PduOutputEntry ::= SEQUENCE {
pduOutputIndex INTEGER,
pduOutputLoad INTEGER,
pduOutputHeat INTEGER,
pduOutputPower INTEGER,
pduOutputNumBreakers INTEGER
}
pduOutputIndex OBJECT-TYPE
SYNTAX INTEGER (0..100)
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Index for the PduOutputEntry table."
::= { pduOutputEntry 1}
pduOutputLoad OBJECT-TYPE
SYNTAX INTEGER (0..200)
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The device output load in percent of rated capacity. A value of -1 will be
returned if the heat load is unable to be measured."
::= { pduOutputEntry 2 }
pduOutputHeat OBJECT-TYPE
SYNTAX INTEGER -- Units BTU
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The total heat load measured on the PDU in BTUs. A value of -1 will be
returned if the heat load is unable to be measured."
::= { pduOutputEntry 3 }
pduOutputPower OBJECT-TYPE
SYNTAX INTEGER -- Units Watts
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The total power load measured on the PDU in watts. A value of -1 will be
returned if the power load is unable to be measured."
::= { pduOutputEntry 4 }
pduOutputNumBreakers OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The number of breakers for the device. This variable indicates the number
of rows in the breakers table."
::= { pduOutputEntry 5 }
pduOutputBreakerTable OBJECT-TYPE
SYNTAX SEQUENCE OF PduOutputBreakerEntry
ACCESS not-accessible
STATUS mandatory
DESCRIPTION
"List of breaker table entries. The number of entries is given by pduOutputNumBreakers ."
::= { pduOutput 2 }
pduOutputBreakerEntry OBJECT-TYPE
SYNTAX PduOutputBreakerEntry
ACCESS not-accessible
STATUS mandatory
DESCRIPTION
"An entry containing information applicable to an breaker."
INDEX { pduOutputIndex, breakerIndex }
::= { pduOutputBreakerTable 1 }
PduOutputBreakerEntry ::=
SEQUENCE
{
breakerIndex INTEGER,
breakerVoltage INTEGER,
breakerCurrent INTEGER,
breakerPercentLoad INTEGER,
breakerStatus INTEGER
}
breakerIndex OBJECT-TYPE
SYNTAX INTEGER (0..100)
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The breaker identifier."
::= { pduOutputBreakerEntry 1 }
breakerVoltage OBJECT-TYPE
SYNTAX INTEGER -- UNITS Volts
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The breaker voltage in volts."
::= { pduOutputBreakerEntry 2 }
breakerCurrent OBJECT-TYPE
SYNTAX INTEGER -- UNITS 0.01 Amps
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The breaker current draw in hundredths of Amp."
::= { pduOutputBreakerEntry 3 }
breakerPercentLoad OBJECT-TYPE
SYNTAX INTEGER -- UNITS Percent
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The breaker load in percent."
::= { pduOutputBreakerEntry 4 }
breakerStatus OBJECT-TYPE
SYNTAX INTEGER
{
normal(1),
overloadWarning(2),
overloadCritical(3),
voltageRangeWarning(4),
voltageRangeCritical(5)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION
"This object indicates the status of the breaker. A value of normal(1)
indicates the breaker is operating normally. A value of overloadWarning(2)
indicates the breaker has an overload warning. A value of overloadCritical(3)
indicates the breaker is overloaded. A value of voltageRangeWarning(4)
indicates the breaker voltage is out of tolerance by 10-20%. A value of
voltageRangeCritical(5) indicates the breaker voltage is out of tolerance
by more than 20%. Note: Overload status has priority over voltage tolerance
status."
::= { pduOutputBreakerEntry 5 }
-- ====================================================================================
-- UPS
-- ====================================================================================
--
-- ups OBJECT IDENTIFIER ::= {cpqPower 3}
-- upsIdent OBJECT IDENTIFIER ::= { ups 1 }
-- UPS Identification group
-- OID= .1.3.6.1.4.1.232.165.3.1
upsIdentManufacturer OBJECT-TYPE
SYNTAX DisplayString (SIZE (0..31))
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The UPS Manufacturer Name (e.g. Hewlett-Packard)."
::= { upsIdent 1 }
upsIdentModel OBJECT-TYPE
SYNTAX DisplayString (SIZE (0..63))
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The UPS Model;Part number;Serial number (e.g. HP R5500 XR;204451-B21;B00123456W)."
::= { upsIdent 2 }
upsIdentSoftwareVersions OBJECT-TYPE
SYNTAX DisplayString (SIZE (0..63))
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The firmware revision level(s) of the UPS microcontroller(s)."
::= { upsIdent 3 }
upsIdentOemCode OBJECT-TYPE
SYNTAX INTEGER (0..255)
ACCESS read-only
STATUS mandatory
DESCRIPTION
"A binary code indicating vendor. This should be a ?0x0c? for HP"
::= { upsIdent 4 }
-- ====================================================================================
--
-- ups OBJECT IDENTIFIER ::= {cpqPower 3}
-- upsBattery OBJECT IDENTIFIER ::= { ups 2 }
-- UPS Battery group
-- OID= .1.3.6.1.4.1.232.165.3.2
upsBatTimeRemaining OBJECT-TYPE
SYNTAX INTEGER (0..2147483647) -- UNITS seconds
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Battery run time in seconds before UPS turns off due
to low battery."
::= { upsBattery 1 }
upsBatVoltage OBJECT-TYPE
SYNTAX INTEGER (0..2147483647) -- UNITS Volts DC
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Battery voltage as reported by the UPS meters."
::= { upsBattery 2 }
upsBatCurrent OBJECT-TYPE
SYNTAX INTEGER (-2147483648..2147483647) -- UNITS Amp DC
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Battery Current as reported by the UPS metering.
Current is positive when discharging, negative
when recharging the battery."
::= { upsBattery 3 }
upsBatCapacity OBJECT-TYPE
SYNTAX INTEGER (0..100) -- UNITS percent
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Battery percent charge."
::= { upsBattery 4 }
upsBatteryAbmStatus OBJECT-TYPE
SYNTAX INTEGER {
batteryCharging(1),
batteryDischarging(2),
batteryFloating(3),
batteryResting(4),
unknown(5)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Gives the status of the Advanced Battery Management;
batteryFloating(3) status means that the charger is temporarily
charging the battery to its float voltage; batteryResting(4) is the
state when the battery is fully charged and none of the other actions
(charging/discharging/floating) is being done."
::= { upsBattery 5 }
-- ====================================================================================
--
-- ups OBJECT IDENTIFIER ::= {cpqPower 3}
-- upsInput OBJECT IDENTIFIER ::= { ups 3 }
-- UPS Input group
-- OID= .1.3.6.1.4.1.232.165.3.3
upsInputFrequency OBJECT-TYPE
SYNTAX INTEGER (0..2147483647) -- UNITS 0.1 Hertz
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The utility line frequency in tenths of Hz."
::= { upsInput 1 }
upsInputLineBads OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The number of times the Input was out of tolerance
in voltage or frequency."
::= { upsInput 2 }
upsInputNumPhases OBJECT-TYPE
SYNTAX INTEGER (0..6)
ACCESS read-only
STATUS mandatory
::= { upsInput 3 }
upsInputTable OBJECT-TYPE
SYNTAX SEQUENCE OF UpsInputEntry
ACCESS not-accessible
STATUS mandatory
DESCRIPTION "The Aggregate Object with number of entries equal to
NumPhases and including the UpsInput group."
::= { upsInput 4 }
upsInputEntry OBJECT-TYPE
SYNTAX UpsInputEntry
ACCESS not-accessible
STATUS mandatory
DESCRIPTION "The input table entry containing the current, voltage, etc."
INDEX { upsInputPhase }
::= { upsInputTable 1 }
UpsInputEntry ::= SEQUENCE {
upsInputPhase INTEGER,
upsInputVoltage INTEGER,
upsInputCurrent INTEGER,
upsInputWatts INTEGER
}
upsInputPhase OBJECT-TYPE
SYNTAX INTEGER (0..6)
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The number of the phase. Serves as index for input table."
::= { upsInputEntry 1 }
upsInputVoltage OBJECT-TYPE
SYNTAX INTEGER (0..2147483647) -- UNITS RMS Volts
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The measured input voltage from the UPS meters in volts."
::= { upsInputEntry 2 }