Created on
‎07-01-2022
09:26 AM
Edited on
‎01-09-2025
01:04 AM
By
Jean-Philippe_P
Description | This article describes what the 'Power Fault: Error Type 36' error means and how to debug PoE fault errors on FortiSwitch. |
Scope | FortiSwitch-148F-FPOE v7.0.4 build0071. |
Solution |
Issue: PoE power fault errors occur on FortiSwitch-148F-FPOE v7.0.4 build0071 using PoE Firmware Version 2.2.3.
User-Impact: PoE-powered devices (PDs) such as IP Phones or Access Points connecting to FortiSwitch-PoE ports do not power on. Summary:
get switch poe inline
Cause: When the FortiSwitch-PoE port is connected to a PSE (Power Sourcing Equipment) such as a 3rd party PoE FortiSwitch, the 3rd party PoE FortiSwitch may inject power into the FortiSwitch port. This causes the PoE errors 'Discharged load' and 'Voltage injection into the port', which may harm the device.
Fix:
diagnose switch physical-ports cable-diag <port_name>
The purpose of 'poe-pre-standard-detection' (also called legacy detection or capacitor detection) is to support old PDs like the Cisco 794x phone released decades ago. If the user doesn't have these old PDs, pre-standard detection should be kept disabled by default.
There was a bug in v7.0.3 GA where 'poe-pre-standard-detection' is always enabled. The issue is fixed in v7.0.4 GA. With v7.0.4, 'poe-pre-standard-detection' is disabled by default.
FortiGate CLI (for Managed FortiSwitches): config switch-controller managed-switch edit <FortiSwitch_serial_number> set poe-pre-standard-detection disable next end
FortiSwitch CLI (For Standalone FortiSwitches):
config switch global show full set poe-pre-standard-detect disable end
FortiGate CLI (For Managed FortiSwitch units):
config switch-controller managed-switch config ports edit <port_name> set poe-status disable end end
FortiSwitch CLI (For Standalone FortiSwitch units):
config switch physical-port edit <port
Refer to this KB article to disable POE on Managed FortiSwitches inter-switch links: Technical Tip: How to Disable PoE on FortiLink Ports.
execute reboot
Note: To avoid loss of configuration settings, download a backup of the FortiSwitch configuration before attempting a reboot.
See Page 77 of FortiSwitch 6.4.5 - Managed by FortiOS 6.4 for more information:
get hardware status get switch poe inline
show full-configuration switch interface diag debug report
Related article: Troubleshooting Tip: Diagnosing a PoE fault on a FortiSwitch. |