Skip to content

Commit 8ab4a0b

Browse files
avinashj-dellGitHub Enterprise
authored and
GitHub Enterprise
committed
Merge pull request sonic-net#42 from e-sonic/SNC-15847_PoE_Fault_Status_field_displays_No_Error_even_when_a_port_is_in_Disabled_or_Fault_state
SNC-15847:PoE Fault Status field displays No Error even when a port is in Disabled or Fault state
2 parents 1730ee7 + 639f93d commit 8ab4a0b

File tree

1 file changed

+32
-0
lines changed

1 file changed

+32
-0
lines changed

models/yang/extensions/openconfig-if-poe-ext.yang

+32
Original file line numberDiff line numberDiff line change
@@ -401,6 +401,38 @@ module openconfig-if-poe-ext {
401401
enum UVLO {
402402
description "A value of UVLO as fault status indicates that the port has detected under voltage lockout.";
403403
}
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+
}
404436
}
405437
description "Describes the error description when the pse port is in fault status.";
406438
}

0 commit comments

Comments
 (0)