The solution for troubleshooting a PoE issue includes trying the steps outlined below before concluding that the issue is due to configuration problems, interoperability issues, or physical defects that require the device to be RMA’ed.
Firmware ErrorsWe expect to see below warning message when the device needs PoE firmware upgrade.user@switch> show poe controllerController Maximum Power Guard Management Status Lldpindex power consumption band Priority0** 130.00W 2.28W 0W Class AF_MODE Disabled**New PoE software upgrade available.Use 'request system firmware upgrade poe fpc-slot <slot>' This procedure will take around 10 minutes (recommended to be performed during maintenance)If the output shows to upgrade POE firmware, DO NOT upgrade the PoE firmware unless instructed by JTACTroubleshoot Interop IssuesTest a known working PoE device on the port to verify proper functionality. If the device successfully provides power, adjust settings on the non-working peer end to resolve the issue.Configuration IssuesFirst check the POE configuration for the interface which is not getting power:{master:0}[edit poe]user@switch# showInterface all; <-- All interfaces are configured for POE or specific interface for which we are interested in troubleshooting.Along with this ensure that the interface configurations are accurate in terms of speed, duplex, vlan settings and so on.Troubleshoot Junos Issues The “show poe controller” command shows the power consumption of the POE devices.user@switch> show poe controllerController Maximum Power Guard Management Status Lldpindex power consumption band Priority 0** 130.00W 2.28W 0W Class AF_MODE DisabledThe above output shows that the switch is providing power to the end device and consumption is 2.28W.Example of working vs non-working outputsWorking scenario output:user@switch> show poe interfaceInterface Admin Oper Max Priority Power Class status status power consumption ge-0/0/4 Enabled ON 15.4W Low 2.3W 3 Non-working scenario output:user@switch> show poe interfaceInterface Admin Oper Max Priority Power Class status status power consumptionge-0/0/0 Enabled OFF 15.4W Low 0.0W not-applicableCheck the interface operational status where POE devices are connected.user@switch> show poe interface ge-0/0/0PoE interface status:PoE interface : ge-0/0/0Administrative status : Enabled <-- POE is enabledOperational status : OFF <-- This shows POE is enabled but no power supplied.Power limit on the interface : 15.4WPriority : LowPower consumed : 0.0WClass of power device : not-applicablePoE Mode : 802.3af If the operational status shows OFF, flap the interface and check the status if the device is consuming the power or not. To flap: “set interface x/x/x disable / enable”.Additionally, we can also try flapping POE on the interface “set poe interface x/x/x disable / "delete poe interface x/x/x disable" (To enable the PoE interface again).Check for power consumption history for that particular POE interface:user@switch> show poe telemetries interface ge-0/0/4Sl No Timestamp Power Voltage 1 01-21-2010 19:51:00 UTC 2.3W 50.6V 2 01-21-2010 19:50:00 UTC 2.3W 50.6V 3 01-21-2010 19:49:00 UTC 2.4W 50.7V 4 01-21-2010 19:21:00 UTC 0.0W 50.8V 5 01-21-2010 19:20:00 UTC 0.0W 50.7VAlso, we can try assigning static power to the PoE interface and check the status (set the maximum PoE wattage available i.e 15.4W).user@switch# set poe interface <interface-name> maximum-power <power in watts>If switch will not provide power after configuring static power and additional troubleshooting performed earlier, then we could troubleshoot further with JTAC to get RMA.Check if the issue is due to power re-injectionroot@switch> show chassis alarms 1 alarms currently activeAlarm time Class Description2023-12-14 11:16:30 IST Minor PoE voltage injection in Interface xx-x/x/xThe port reporting the alarm may not be the one that has injected the power. The reason is the POE controller provides the power to a group of ports. POE controller can go faulty depending on the voltage received on the port (Not necessarily the port showing alarm). If the switch port receive voltage of > 10W, it can damage the controller based on information from vendor. Many times, this issue is seen during the power maintenance or power outage since there may be power surge which may malfunction any device (Camera/AP’s etc) further leading to inject rouge voltage to the switches.To solve the power injection problem:
Additional troubleshooting commandsTrace-options, which can also be enabled for troubleshooting:
Additional PoE troubleshooting commands
2024-05-23: Command output added to Solution section along with traceoption details
2023-06-27: Update the instructions to not update PoE firmware unless instructed by JTAC
2020-06-20: Minor, non-technical update
7/17/2024 - evalle: Removal of QFX.