-
Notifications
You must be signed in to change notification settings - Fork 0
/
hpicfPoe.mib
942 lines (814 loc) · 35.1 KB
/
hpicfPoe.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
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
HP-ICF-POE-MIB DEFINITIONS ::= BEGIN
IMPORTS
MODULE-IDENTITY, OBJECT-TYPE, Integer32
FROM SNMPv2-SMI
TruthValue
FROM SNMPv2-TC
MODULE-COMPLIANCE, OBJECT-GROUP
FROM SNMPv2-CONF
hpicfCommon
FROM HP-ICF-OID
pethPsePortEntry
FROM POWER-ETHERNET-MIB
entPhysicalIndex
FROM ENTITY-MIB
pethMainPseEntry
FROM POWER-ETHERNET-MIB;
hpicfPoe MODULE-IDENTITY
LAST-UPDATED "201306160000Z" -- June 16, 2013
ORGANIZATION "HP Networking"
CONTACT-INFO " Hewlett Packard Company
8000 Foothills Blvd.
Roseville, CA 95747"
DESCRIPTION
"This MIB module describes management objects
that manage Power Source Equipment (PSE)."
REVISION "201306160000Z" -- June 16, 2013
DESCRIPTION "Added hpicfPoePowerSupplyAuxCapacity,
hpicfPoeAuxPowerSupplyGroup,
hpicfPoePethPsePortLowPriority,
hpicfPoeLowPowerPortGroup,
hpicfPoeCompliance5.
Added auxFault state to hpicfPoePowerSupplyType."
REVISION "201204270000Z" -- April 27, 2012
DESCRIPTION "Add table for PSE Power usage features.
Added following objects,group and compliance.
hpicfPoePethPsePortOperStatus
hpicfPoePethPsePortPowerMode
hpicfPoePethPsePortAveragePower
hpicfPoePethPsePortPeakPower
hpicfPoePethPsePortPreStdDetect
hpicfPoePethPseOperStateTable
hpicfPoeMaxGuaranteedPower
hpicfPoeRemainingGuaranteedPower
hpicfPoePethPsePowerTable
hpicfPoePethPsePowerTableGroup
hpicfPoePethPseOperStateTableGroup
hpicfPoePowerUsageGlobalGroup
hpicfPseParamsGroup
hpicfPoePethPsePortPreStdDetectGroup
hpicfPoeCompliance3
hpicfPoeCompliance4
and deprecated hpicfPoeCompliance2 and
hpicfPseFeaturesGroup."
REVISION "201203020000Z" -- Mar 02, 2012
DESCRIPTION "Deprecate switch level pre std detect & add at port level."
REVISION "201005261036Z" -- May 26, 2010
DESCRIPTION "Add table for PSE features, and deprecate scalar globals."
REVISION "200911180000Z" --November 18, 2009
DESCRIPTION "Add objects to support POE power parameters"
REVISION "200702010000Z" -- February 01, 2007
DESCRIPTION "Add objects to support POE allocation."
REVISION "200506060000Z" -- June 06, 2005
DESCRIPTION "Add objects to support POE global characteristics."
REVISION "200407070000Z" -- July 07, 2004
DESCRIPTION "Original creation of mib module."
::= { hpicfPOE 1 }
hpicfPOE OBJECT IDENTIFIER ::= { hpicfCommon 9 }
-- ------------------------------------------------------------
-- PSE Objects extension
-- (AUGMENTS pethPsePortTable )
-- ------------------------------------------------------------
hpicfPoePethPsePortTable OBJECT-TYPE
SYNTAX SEQUENCE OF HpicfPoePethPsePortEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "This table supplements the table 'pethPsePortTable'
in ieee802af.mib."
::= { hpicfPoe 1 }
hpicfPoePethPsePortEntry OBJECT-TYPE
SYNTAX HpicfPoePethPsePortEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "The fields in these entries will be used to supplement
fields in 'pethPsePortEntry in ieee802af.mib."
AUGMENTS { pethPsePortEntry }
::= { hpicfPoePethPsePortTable 1 }
HpicfPoePethPsePortEntry ::=
SEQUENCE {
hpicfPoePethPsePortCurrent Integer32,
hpicfPoePethPsePortVoltage Integer32,
hpicfPoePethPsePortPower Integer32,
hpicfPoePethPsePortPowerAllocateBy INTEGER,
hpicfPoePethPsePortPowerValue Integer32,
hpicfPoePethPsePortLLDPDetect INTEGER,
hpicfPoePethPsePortPoePlusPowerValue Integer32,
hpicfPoePethPsePortActualPower Integer32,
hpicfPoePethPsePortOperStatus INTEGER,
hpicfPoePethPsePortPowerMode INTEGER,
hpicfPoePethPsePortAveragePower Integer32,
hpicfPoePethPsePortPeakPower Integer32,
hpicfPoePethPsePortPreStdDetect INTEGER,
hpicfPoePethPsePortLowPriority INTEGER
}
hpicfPoePethPsePortCurrent OBJECT-TYPE
SYNTAX Integer32 (0..65535)
MAX-ACCESS read-only
STATUS current
DESCRIPTION "This field specifies the current supplied at this port.
This value is specified in milli amperes(mA)."
DEFVAL { 0 }
::= { hpicfPoePethPsePortEntry 1 }
hpicfPoePethPsePortVoltage OBJECT-TYPE
SYNTAX Integer32 (0..65535)
MAX-ACCESS read-only
STATUS current
DESCRIPTION "This field specifies the Voltage supplied at this port.
This value is specified in 10's of volts (dV)"
DEFVAL { 0 }
::= { hpicfPoePethPsePortEntry 2 }
hpicfPoePethPsePortPower OBJECT-TYPE
SYNTAX Integer32 (0..65535)
MAX-ACCESS read-only
STATUS current
DESCRIPTION "This field specifies the Power supplied at this port.
This value is specified in milliwatts (mW)."
DEFVAL { 0 }
::= { hpicfPoePethPsePortEntry 3 }
hpicfPoePethPsePortPowerAllocateBy OBJECT-TYPE
SYNTAX INTEGER {
usage(1),
class(2),
value(3)
}
MAX-ACCESS read-write
STATUS current
DESCRIPTION "This field specifies the power allocation method for this port.
The default value is usage."
DEFVAL { 1 }
::= { hpicfPoePethPsePortEntry 4 }
hpicfPoePethPsePortPowerValue OBJECT-TYPE
SYNTAX Integer32 (0..17)
MAX-ACCESS read-write
STATUS current
DESCRIPTION "This field specifies the power allocation defined for this port.
This value is specified in Watts (W)."
DEFVAL { 17 }
::= { hpicfPoePethPsePortEntry 5 }
hpicfPoePethPsePortLLDPDetect OBJECT-TYPE
SYNTAX INTEGER {
disabled(1),
enabled(2)
}
MAX-ACCESS read-write
STATUS current
DESCRIPTION "This field specifies if power should be allocated using
LLDP advertised information regarding the PD."
DEFVAL { 1 }
::= { hpicfPoePethPsePortEntry 6 }
hpicfPoePethPsePortPoePlusPowerValue OBJECT-TYPE
SYNTAX Integer32 (0..255)
MAX-ACCESS read-write
STATUS current
DESCRIPTION "This field specifies the power allocation defined for this port.
Use this object for equipment supporting high power, that is greater
than 15 Watts. This value is specified in Watts (W).
Maximum supported is 33W"
DEFVAL { 17 }
::= { hpicfPoePethPsePortEntry 7 }
hpicfPoePethPsePortActualPower OBJECT-TYPE
SYNTAX Integer32
UNITS "milli-watts"
MAX-ACCESS read-only
STATUS current
DESCRIPTION "This field specifies the actual power drained by the device
connected to this port."
DEFVAL { 0 }
::= { hpicfPoePethPsePortEntry 8 }
hpicfPoePethPsePortOperStatus OBJECT-TYPE
SYNTAX INTEGER {
deny(1),
off(2),
on(3)
}
MAX-ACCESS read-only
STATUS current
DESCRIPTION "This field specifies the operational status of the port"
DEFVAL { 1 }
::= { hpicfPoePethPsePortEntry 9 }
hpicfPoePethPsePortPowerMode OBJECT-TYPE
SYNTAX INTEGER {
enable(1),
disable(2),
disableWithFiber(6)
}
MAX-ACCESS read-only
STATUS current
DESCRIPTION "This field specifies the power mode of the port whether
enabled or disabled or disableWithFiber"
DEFVAL { 1 }
::= { hpicfPoePethPsePortEntry 10 }
hpicfPoePethPsePortAveragePower OBJECT-TYPE
SYNTAX Integer32
UNITS "watts"
MAX-ACCESS read-only
STATUS current
DESCRIPTION "This field specifies the average power supplied to this port
which is used by the device connected to it."
DEFVAL { 0 }
::= { hpicfPoePethPsePortEntry 11 }
hpicfPoePethPsePortPeakPower OBJECT-TYPE
SYNTAX Integer32
UNITS "watts"
MAX-ACCESS read-only
STATUS current
DESCRIPTION "This field specifies the peak power supplied to this port
which is used by the device connected to it."
DEFVAL { 0 }
::= { hpicfPoePethPsePortEntry 12 }
hpicfPoePethPsePortPreStdDetect OBJECT-TYPE
SYNTAX INTEGER {
off(1),
on(2)
}
MAX-ACCESS read-write
STATUS current
DESCRIPTION "This field specifies the pre standard detect status
for this port.
A value of On - indicates that power
pre-802.3af-standard devices.
A value of Off - indicates that only
pre-802.3af/at compliant devices are allowed.
The default value is Off."
DEFVAL { 1 }
::= { hpicfPoePethPsePortEntry 13 }
hpicfPoePethPsePortLowPriority OBJECT-TYPE
SYNTAX INTEGER {
low(1),
high(2)
}
MAX-ACCESS read-only
STATUS current
DESCRIPTION "This object indicates whether a particular port
shuts down in the event of any PSU failure in the
system. A value of (1) indicates a low priority port
which shuts down in the event of any PSU failure.
A value of (2) indicates a high priority port which
is unaffected by the failure of any single PSU.
The default value is high."
DEFVAL { 2 }
::= { hpicfPoePethPsePortEntry 14}
-- ------------------------------------------------------------
-- Power Over Ethernet (POE) Global information - applies to
-- the entire chassis. These global values have been
-- deprecated. In a stack, they will provide information
-- pertinent only to the stack commander switch.
-- ------------------------------------------------------------
hpicfPoeAllowPreStdDetect OBJECT-TYPE
SYNTAX TruthValue
MAX-ACCESS read-write
STATUS deprecated
DESCRIPTION "This object is used to configure the default
POE power detection mode.
A value of TRUE - indicates that power
pre-802.3af-standard devices.
A value of FALSE - indicates that only
pre-802.3af compliant devices are allowed.
The default value is true. In a stack, this
value pertains only to the commander switch."
::= { hpicfPoe 3 }
hpicfPoePowerRedundancy OBJECT-TYPE
SYNTAX INTEGER {
none(1),
nPlus1(2),
full(3)
}
MAX-ACCESS read-write
STATUS deprecated
DESCRIPTION "This object is used to configure the
POE power redundancy mode.
A value of none(1) - means that all available power
can be allocated to powered devices.
A value of nPlus1(2) - means that one of the highest
power supplies is held in reserve and that in
the event of a single power supply failure, no
no powered devices will be shut down.
A value of full(3) - means that half of the available
power supplies are held in reserve.
The default value is none(1). In a stack, this
value pertains only to the commander switch."
::= { hpicfPoe 4 }
hpicfPoeExtPwrSupplyCount OBJECT-TYPE
SYNTAX Integer32 (1..2147483647)
MAX-ACCESS read-write
STATUS deprecated
DESCRIPTION "This object is used to configure the number
of external power supplies expected to
be connected to the chassis.
The default value is 1. In a stack, this
value pertains only to the commander switch."
::= { hpicfPoe 5 }
-- ------------------------------------------------------------
-- Power Over Ethernet (POE) per-PSE information - applies
-- to each power-source equipment (PSE).
-- ------------------------------------------------------------
hpicfPseFeaturesTable OBJECT-TYPE
SYNTAX SEQUENCE OF HpicfPseFeaturesEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "This table describes the features of each power source
equipment (PSE). On standalone switches (both stackable
and chassis switches) there shall be only one entry in
this table. In a stack, there shall be one entry for
each stack member."
::= { hpicfPoe 6 }
hpicfPseFeaturesEntry OBJECT-TYPE
SYNTAX HpicfPseFeaturesEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "A row in the PSE features table, signifying a single
power source equipment."
INDEX {entPhysicalIndex}
::= { hpicfPseFeaturesTable 1 }
HpicfPseFeaturesEntry ::=
SEQUENCE {
hpicfPseAllowPreStdDetect TruthValue,
hpicfPsePowerRedundancy INTEGER,
hpicfPseExtPwrSupplyCount Integer32,
hpicfPseAvailablePower Integer32,
hpicfPseUsedPower Integer32,
hpicfPseFailoverPower Integer32,
hpicfPseRedundantPower Integer32
}
hpicfPseAllowPreStdDetect OBJECT-TYPE
SYNTAX TruthValue
MAX-ACCESS read-write
STATUS deprecated
DESCRIPTION "This object is used to configure the default POE power
detection mode for this power source equipment.
A value of TRUE - indicates that power
pre-802.3af-standard devices. A value of FALSE -
indicates that only pre-802.3af compliant devices are
allowed. The default value is true."
::= { hpicfPseFeaturesEntry 1 }
hpicfPsePowerRedundancy OBJECT-TYPE
SYNTAX INTEGER {
none(1),
nPlus1(2),
full(3)
}
MAX-ACCESS read-write
STATUS current
DESCRIPTION "This object is used to configure the POE power redundancy
mode for this power source equipment.
A value of none(1) - means that all available power can be
allocated to powered devices.
A value of nPlus1(2) - means that one of the highest power
supplies is held in reserve and that in the event of a
single power supply failure, no powered devices will be
shut down.
A value of full(3) - means that half of the available power
supplies are held in reserve.
The default value is none(1)."
::= { hpicfPseFeaturesEntry 2 }
hpicfPseExtPwrSupplyCount OBJECT-TYPE
SYNTAX Integer32 (1..2147483647)
MAX-ACCESS read-write
STATUS current
DESCRIPTION "This object is used to configure the number of external
power supplies expected to be connected to the Power Source
Equipment. The default value is 1."
::= { hpicfPseFeaturesEntry 3 }
hpicfPseAvailablePower OBJECT-TYPE
SYNTAX Integer32 (0..2147483647)
UNITS "Watts"
MAX-ACCESS read-only
STATUS current
DESCRIPTION "This field specifies the total power available on this
Power source equipment. This includes internal and external
power supplies."
::= { hpicfPseFeaturesEntry 4 }
hpicfPseUsedPower OBJECT-TYPE
SYNTAX Integer32 (0..2147483647)
UNITS "Watts"
MAX-ACCESS read-only
STATUS current
DESCRIPTION "This field specifies the total power allocated on the
Power Source Equipment. This is the sum of the power
allocated to all the ports on the PSE."
::= { hpicfPseFeaturesEntry 5 }
hpicfPseFailoverPower OBJECT-TYPE
SYNTAX Integer32 (0..2147483647)
UNITS "Watts"
MAX-ACCESS read-only
STATUS current
DESCRIPTION "This field specifies the failover power for this
Power Source Equipment."
::= { hpicfPseFeaturesEntry 6 }
hpicfPseRedundantPower OBJECT-TYPE
SYNTAX Integer32 (0..2147483647)
UNITS "Watts"
MAX-ACCESS read-only
STATUS current
DESCRIPTION "This field specifies the redundancy POE power available
to the Power Source Equipment."
::= { hpicfPseFeaturesEntry 7 }
-- ------------------------------------------------------------
-- Power Over Ethernet (POE) power supply information - applies
-- to each power supply.
-- ------------------------------------------------------------
hpicfPoePowerSupplyTable OBJECT-TYPE
SYNTAX SEQUENCE OF HpicfPoePowerSupplyEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "This table contains one row per power supply available
to the switch."
::={hpicfPoe 7}
hpicfPoePowerSupplyEntry OBJECT-TYPE
SYNTAX HpicfPoePowerSupplyEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "Information about a particular power supply. Each entry
provides information about power supply whether it is
external or internal, if it is poe/poePlus and the
capacity of the power supply."
INDEX {entPhysicalIndex}
::={hpicfPoePowerSupplyTable 1}
HpicfPoePowerSupplyEntry::=
SEQUENCE{
hpicfPoePowerSupplySourceType INTEGER,
hpicfPoePowerSupplyType INTEGER,
hpicfPoePowerSupplyCapacity Integer32,
hpicfPoePowerSupplyAuxCapacity Integer32
}
hpicfPoePowerSupplySourceType OBJECT-TYPE
SYNTAX INTEGER{
internal(1),
external(2)
}
MAX-ACCESS read-only
STATUS current
DESCRIPTION "This field specifies whether the power supply is external
or internal. Stackable switch has inbuilt power supply and
can have upto 1 external power supply. Chassis switch can
have upto 2 internal power supplies for 6 slot and upto 4
for 12 slot. Chassis switch can have upto 2 external power
supplies."
::={hpicfPoePowerSupplyEntry 1}
hpicfPoePowerSupplyType OBJECT-TYPE
SYNTAX INTEGER{
poe(1),
poePlus(2),
notPresent(3),
fault(4),
auxFault(5)
}
MAX-ACCESS read-only
STATUS current
DESCRIPTION "This field specifies the type of the power supply,
poe or poePlus."
::={hpicfPoePowerSupplyEntry 2}
hpicfPoePowerSupplyCapacity OBJECT-TYPE
SYNTAX Integer32 (0..2147483647)
UNITS "Watts"
MAX-ACCESS read-only
STATUS current
DESCRIPTION "This field specifies the capacity of the power supply."
::={hpicfPoePowerSupplyEntry 3}
hpicfPoePowerSupplyAuxCapacity OBJECT-TYPE
SYNTAX Integer32 (0..10000)
UNITS "Watts"
MAX-ACCESS read-only
STATUS current
DESCRIPTION "This MIB object specifies the capacity of the
auxiliary power supply. The power supplies other
than the model J9830A returns the value NULL."
::={hpicfPoePowerSupplyEntry 4}
-- ------------------------------------------------------------
-- PSE Objects extension
-- (AUGMENTS pethMainPseTable )
-- ------------------------------------------------------------
hpicfPoePethPseOperStateTable OBJECT-TYPE
SYNTAX SEQUENCE OF HpicfPoePethPseOperStateEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "This table supplements the table 'pethPsePortTable'
in ieee802af.mib."
::= { hpicfPoe 8 }
hpicfPoePethPseOperStateEntry OBJECT-TYPE
SYNTAX HpicfPoePethPseOperStateEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "The fields in these entries will be used to supplement
fields in 'pethPsePortEntry in ieee802af.mib."
AUGMENTS { pethMainPseEntry }
::= { hpicfPoePethPseOperStateTable 1 }
HpicfPoePethPseOperStateEntry ::=
SEQUENCE {
hpicfPoePethPseOperState INTEGER,
hpicfPoePethPsePortNum Integer32
}
hpicfPoePethPseOperState OBJECT-TYPE
SYNTAX INTEGER {
poeOn(1),
poePlusOn(2),
off(3),
fault(4)
}
MAX-ACCESS read-only
STATUS current
DESCRIPTION "This field specifies the operation status.
The default value is on."
DEFVAL { 1 }
::= { hpicfPoePethPseOperStateEntry 1 }
hpicfPoePethPsePortNum OBJECT-TYPE
SYNTAX Integer32 (0..65535)
MAX-ACCESS read-only
STATUS current
DESCRIPTION "This field specifies the port number."
DEFVAL { 0 }
::= { hpicfPoePethPseOperStateEntry 2 }
hpicfPoeMaxGuaranteedPower OBJECT-TYPE
SYNTAX Integer32
UNITS "watts"
MAX-ACCESS read-only
STATUS current
DESCRIPTION "This field specifies the guaranteed maximum PoE power,
namely, the maximum power supplied to critical PSEs"
::= { hpicfPoe 9 }
hpicfPoeRemainingGuaranteedPower OBJECT-TYPE
SYNTAX Integer32
UNITS "watts"
MAX-ACCESS read-only
STATUS current
DESCRIPTION "This field specifies the Remaining Guaranteed power.
This is difference of Guaranteed Maximum PoE Power and
the sum of maximum power of critical PSEs "
::= { hpicfPoe 10 }
-- ------------------------------------------------------------
-- PSE Objects extension
-- (AUGMENTS pethMainPseTable )
-- ------------------------------------------------------------
hpicfPoePethPsePowerTable OBJECT-TYPE
SYNTAX SEQUENCE OF HpicfPoePethPsePowerEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "This table supplements the table 'pethPsePortTable'
in ieee802af.mib."
::= { hpicfPoe 11 }
hpicfPoePethPsePowerEntry OBJECT-TYPE
SYNTAX HpicfPoePethPsePowerEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "The fields in these entries will be used to supplement
fields in pethPsePortEntry in ieee802af.mib."
AUGMENTS { pethMainPseEntry }
::= { hpicfPoePethPsePowerTable 1 }
HpicfPoePethPsePowerEntry ::=
SEQUENCE {
hpicfPoePethPsePeakPower Integer32,
hpicfPoePethPseAvgPower Integer32,
hpicfPoePethPseRemGrntPower Integer32
}
hpicfPoePethPsePeakPower OBJECT-TYPE
SYNTAX Integer32
UNITS "Watts"
MAX-ACCESS read-only
STATUS current
DESCRIPTION "This field specifies the peak power of the PSE."
::= { hpicfPoePethPsePowerEntry 1 }
hpicfPoePethPseAvgPower OBJECT-TYPE
SYNTAX Integer32
UNITS "Watts"
MAX-ACCESS read-only
STATUS current
DESCRIPTION "This field specifies the average power of the PSE."
::= { hpicfPoePethPsePowerEntry 2 }
hpicfPoePethPseRemGrntPower OBJECT-TYPE
SYNTAX Integer32
UNITS "Watts"
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Guaranteed remaining power of PSEs"
::= { hpicfPoePethPsePowerEntry 3 }
-- ------------------------------------------------------------
-- Conformance information
-- ------------------------------------------------------------
hpicfPoeConformance OBJECT IDENTIFIER ::= { hpicfPoe 2 }
hpicfPoeCompliances OBJECT IDENTIFIER ::= { hpicfPoeConformance 1 }
hpicfPoeGroups OBJECT IDENTIFIER ::= { hpicfPoeConformance 2 }
-- ------------------------------------------------------------
-- compliance statements
-- ------------------------------------------------------------
hpicfPoeCompliance MODULE-COMPLIANCE
STATUS deprecated
DESCRIPTION "
A compliance statement for HP Routing switches with PoE
capability"
MODULE
MANDATORY-GROUPS { hpicfPoePethPsePortTableGroup }
GROUP hpicfPoePethPsePortTableGroup
DESCRIPTION "A Collection of Object(s) that display
the current poe port status information."
::= { hpicfPoeCompliances 1 }
hpicfPoeCompliance1 MODULE-COMPLIANCE
STATUS deprecated
DESCRIPTION "
A compliance statement for HP Routing switches with PoE
capability"
MODULE
MANDATORY-GROUPS { hpicfPoePethPsePortTableGroup,
hpicfPoeGlobalGroup }
GROUP hpicfPoePethPsePortTableGroup
DESCRIPTION "A Collection of Object(s) that display
the current poe port status information."
GROUP hpicfPoeGlobalGroup
DESCRIPTION "A Collection of Object(s) that control
the global (entire chassis) poe
configuration."
::= { hpicfPoeCompliances 2 }
hpicfPoeCompliance2 MODULE-COMPLIANCE
STATUS deprecated
DESCRIPTION "
A compliance statement for HP Routing switches with PoE
capability"
MODULE
MANDATORY-GROUPS { hpicfPoePethPsePortTableGroup,
hpicfPseFeaturesGroup,
hpicfPoePowerSupplyGroup
}
GROUP hpicfPoePethPsePortTableGroup
DESCRIPTION "A Collection of Object(s) that display
the current poe port status information."
GROUP hpicfPseFeaturesGroup
DESCRIPTION "A Collection of Object(s) that provide information
about each power source equipment instance."
GROUP hpicfPoePowerSupplyGroup
DESCRIPTION "A collection of Object(s) related to power supplies."
GROUP hpicfPoePethPseOperStateTableGroup
DESCRIPTION "A collection of Object(s) related to poe state"
::= { hpicfPoeCompliances 3 }
hpicfPoeCompliance3 MODULE-COMPLIANCE
STATUS current
DESCRIPTION "
A compliance statement for HP Routing switches with PoE
capability"
MODULE
MANDATORY-GROUPS { hpicfPoePethPsePortTableGroup,
hpicfPseParamsGroup,
hpicfPoePowerSupplyGroup,
hpicfPoePethPsePortPreStdDetectGroup
}
GROUP hpicfPoePethPsePortTableGroup
DESCRIPTION "A Collection of Object(s) that display
the current poe port status information."
GROUP hpicfPseParamsGroup
DESCRIPTION "A Collection of Object(s) that provide information
about each power source equipment instance."
GROUP hpicfPoePowerSupplyGroup
DESCRIPTION "A collection of Object(s) related to power supplies."
GROUP hpicfPoePethPsePortPreStdDetectGroup
DESCRIPTION "A collection of Object(s) related to port pre standard
detect status."
::= { hpicfPoeCompliances 4 }
hpicfPoeCompliance4 MODULE-COMPLIANCE
STATUS current
DESCRIPTION "
A compliance statement for HP Routing switches with PoE
capability"
MODULE
MANDATORY-GROUPS { hpicfPoePethPsePortTableGroup,
hpicfPseFeaturesGroup,
hpicfPoePowerSupplyGroup,
hpicfPoePethPseOperStateTableGroup,
hpicfPoePethPsePowerTableGroup,
hpicfPoePowerUsageGlobalGroup
}
GROUP hpicfPoePethPsePortTableGroup
DESCRIPTION "A Collection of Object(s) that display
the current poe port status information."
GROUP hpicfPseFeaturesGroup
DESCRIPTION "A Collection of Object(s) that provide information
about each power source equipment instance."
GROUP hpicfPoePowerSupplyGroup
DESCRIPTION "A collection of Object(s) related to power supplies."
GROUP hpicfPoePethPseOperStateTableGroup
DESCRIPTION "A collection of Object(s) related to poe state"
GROUP hpicfPoePethPsePowerTableGroup
DESCRIPTION "A collection of Object(s) related to poe usage parameters"
GROUP hpicfPoePowerUsageGlobalGroup
DESCRIPTION "A collection of objects(s) related to poe power usage parameters globally"
::= { hpicfPoeCompliances 5 }
hpicfPoeCompliance5 MODULE-COMPLIANCE
STATUS current
DESCRIPTION "
A compliance statement for HP Routing switches with PoE
capability"
MODULE
MANDATORY-GROUPS { hpicfPoeAuxPowerSupplyGroup
}
GROUP hpicfPoeAuxPowerSupplyGroup
DESCRIPTION "A collection of Object(s) providing information
about auxiliary power supply."
GROUP hpicfPoeLowPowerPortGroup
DESCRIPTION "A collection of Object(s) providing information
about low priority ports."
::= { hpicfPoeCompliances 6 }
hpicfPoePethPsePortTableGroup OBJECT-GROUP
OBJECTS {
hpicfPoePethPsePortCurrent,
hpicfPoePethPsePortVoltage,
hpicfPoePethPsePortPower,
hpicfPoePethPsePortPowerAllocateBy,
hpicfPoePethPsePortPowerValue,
hpicfPoePethPsePortLLDPDetect,
hpicfPoePethPsePortPoePlusPowerValue,
hpicfPoePethPsePortActualPower,
hpicfPoePethPsePortOperStatus,
hpicfPoePethPsePortPowerMode,
hpicfPoePethPsePortAveragePower,
hpicfPoePethPsePortPeakPower
}
STATUS current
DESCRIPTION "A collection of objects allowing configuration of
PoE PSE Port table"
::= { hpicfPoeGroups 1 }
hpicfPoeGlobalGroup OBJECT-GROUP
OBJECTS {
hpicfPoeAllowPreStdDetect,
hpicfPoePowerRedundancy,
hpicfPoeExtPwrSupplyCount}
STATUS deprecated
DESCRIPTION "A collection of objects related to the global
configuration of POE on a given chassis."
::= { hpicfPoeGroups 2 }
hpicfPseFeaturesGroup OBJECT-GROUP
OBJECTS {
hpicfPseAllowPreStdDetect,
hpicfPsePowerRedundancy,
hpicfPseExtPwrSupplyCount,
hpicfPseAvailablePower,
hpicfPseUsedPower,
hpicfPseFailoverPower,
hpicfPseRedundantPower
}
STATUS deprecated
DESCRIPTION "A Collection of Object(s) that provide information
about each power source equipment instance."
::= { hpicfPoeGroups 3 }
hpicfPoePowerSupplyGroup OBJECT-GROUP
OBJECTS {
hpicfPoePowerSupplySourceType,
hpicfPoePowerSupplyType,
hpicfPoePowerSupplyCapacity}
STATUS current
DESCRIPTION " A collection of objects related to Power Supply. "
::= { hpicfPoeGroups 4 }
hpicfPoePethPseOperStateTableGroup OBJECT-GROUP
OBJECTS {
hpicfPoePethPseOperState,
hpicfPoePethPsePortNum }
STATUS current
DESCRIPTION " A collection of objects related to Power Supply. "
::= { hpicfPoeGroups 5 }
hpicfPoePethPsePowerTableGroup OBJECT-GROUP
OBJECTS {
hpicfPoePethPsePeakPower,
hpicfPoePethPseAvgPower,
hpicfPoePethPseRemGrntPower}
STATUS current
DESCRIPTION " A collection of objects related to Power Usage parameters. "
::= { hpicfPoeGroups 6 }
hpicfPoePowerUsageGlobalGroup OBJECT-GROUP
OBJECTS {
hpicfPoeMaxGuaranteedPower,
hpicfPoeRemainingGuaranteedPower}
STATUS current
DESCRIPTION " A collection of objects related to Power Usage parameters Globally. "
::= { hpicfPoeGroups 7 }
hpicfPseParamsGroup OBJECT-GROUP
OBJECTS {
hpicfPsePowerRedundancy,
hpicfPseExtPwrSupplyCount,
hpicfPseAvailablePower,
hpicfPseUsedPower,
hpicfPseFailoverPower,
hpicfPseRedundantPower
}
STATUS current
DESCRIPTION "A Collection of Object(s) that provide information
about each power source equipment instance."
::= { hpicfPoeGroups 8 }
hpicfPoePethPsePortPreStdDetectGroup OBJECT-GROUP
OBJECTS {
hpicfPoePethPsePortPreStdDetect
}
STATUS current
DESCRIPTION "A collection of objects related to port pre std
detect status. "
::= { hpicfPoeGroups 9 }
hpicfPoeAuxPowerSupplyGroup OBJECT-GROUP
OBJECTS {hpicfPoePowerSupplyAuxCapacity
}
STATUS current
DESCRIPTION "A collection of objects providing information
about auxiliary power supply. "
::= { hpicfPoeGroups 10 }
hpicfPoeLowPowerPortGroup OBJECT-GROUP
OBJECTS {hpicfPoePethPsePortLowPriority
}
STATUS current
DESCRIPTION "A collection of objects providing information
about low priority ports. "
::= { hpicfPoeGroups 11 }
END