File tree 1 file changed +32
-0
lines changed
1 file changed +32
-0
lines changed Original file line number Diff line number Diff line change @@ -401,6 +401,38 @@ module openconfig-if-poe-ext {
401
401
enum UVLO {
402
402
description "A value of UVLO as fault status indicates that the port has detected under voltage lockout." ;
403
403
}
404
+ enum HW_PIN_DISABLE {
405
+ description "A value of hwPinDisable as fault status indicates that disable all ports pin is active." ;
406
+ }
407
+ enum PORT_UNDEFINED {
408
+ description "A value of portUndefined as fault status indicates that port is not mapped to physical port,
409
+ port is in unknown state." ;
410
+ }
411
+ enum INTERNAL_HW_FAULT {
412
+ description "A value of internalHwFault as fault status indicates that port does not respond,
413
+ communication failure." ;
414
+ }
415
+ enum USER_SETTING {
416
+ description "A value of userSetting indicates that user command to set the port off." ;
417
+ }
418
+ enum NON_STANDARD_PD {
419
+ description "A value of nonStandardPd indicates that non-802.3AF/AT powered device connected." ;
420
+ }
421
+ enum UNDERLOAD {
422
+ description "A value of underload specifies that the pd connected to the pse port had tried
423
+ to draw less power than permissible by the hardware." ;
424
+ }
425
+ enum PWR_BUDGET_EXCEEDED {
426
+ description "A value of pwrBudgetExceeded indicates that power management function shuts down
427
+ the port due to lack of power." ;
428
+ }
429
+ enum OOR_CAPACITOR_VALUE {
430
+ description "A value of oorCapacitorValue indicates that port failed due to out-of-range
431
+ capacitor value." ;
432
+ }
433
+ enum CLASS_ERROR {
434
+ description "A value of classError as fault status indicates the illegal class." ;
435
+ }
404
436
}
405
437
description "Describes the error description when the pse port is in fault status." ;
406
438
}
You can’t perform that action at this time.
0 commit comments