FortiAP client load balancing per AP
The frequency and AP handoff options are moved from the radio level to the global section of FortiAP profiles. If either load balancing options are enabled on any radio prior to upgrading, the setting will be enabled after upgrading.
In this example, a new custom profile is created with both client load balancing options are enabled.
To configure a custom AP profile in the GUI:
- Go to WiFi & Switch Controller > FortiAP Profiles.
- Click Create New or edit an existing custom profile.
- In the Client load balancing field, select Frequency Handoff and AP Handoff.
- Configure the remaining settings as required.
- Click OK.
To configure a custom AP profile in the CLI:
config wireless-controller wtp-profile edit "FAP421E-demo" config platform set type 421E end set handoff-sta-thresh 55 set frequency-handoff enable set ap-handoff enable config radio-1 set band 802.11n,g-only end config radio-2 set band 802.11ac end next end