Description | This article describes how to solve an issue where users can no longer authenticate to FortiAPs after migration or upgrade to FortiOS 7.0.11 from 6.4.12 or earlier versions. |
Scope |
FortiAP-XXXC. FortiOS 7.0.X. |
Solution |
After the migration to newer FortiGates, it is necessary to check the FortiAP and FortiOS Compatibility Matrix as some old FortiAPs do not support strong ciphers. To allow connections, input the following commands in the FortiOS CLI.
For FortiOS 7.0.0:
config system global set ssl-static-key-ciphers enable set strong-crypto disable end
For FortiOS 7.0.1+:
It is also necessary to disable capwap offload and re-authorize the FortiAPs by running the following commands on FortiGate.
Configure NPU and disable capwap-offload:
set capwap-offload disable end
Note: Sometimes it will be necessary to restart the whole device after disabling capwap-offload on FortiGate.
Reset WTP for the FortiAP with issues or to all WTPs:
Solution description CAPWAP offloading does not work with legacy APs. FortiAP-XXXC models are considered legacy models. Newer FortiGates with NPU acceleration (NPx based platforms) for CAPWAP cannot handle the 4-way handshake correctly, meaning open networks will work correctly but not SSIDs with authentication of some sort.
Disabling capwap-offload on FortiGate will make the CAPWAP traffic be handled by the CPU instead of the NPU. A light increase on the CPU usage may be observed after this configuration: this is normal.
Additionally, note that this configuration is not necessary for newer FortiAP models (E, F, G series). CAPWAP traffic for newer models can be accelerated through NPU with no issues. If problems are encountered, contact Fortinet Support.
Documentation Further details can be found in this documentation regarding NP7 CAPWAP offloading compatibility.
NP7 CAPWAP offloading is not compatible with FortiAP models that cannot be upgraded to the versions mentioned above, and is also not compatible with FortiAP B, C, CR, or D models. Work around this issue by disabling CAPWAP offloading and then restarting the FortiGate. |
- Mark as Read
- Mark as New
- Bookmark
- Permalink
- Report Inappropriate Content
Great stuff! thank you!