FortiAP
FortiAP devices are thin wireless access points (AP) supporting the latest Wi-Fi technologies (multi-user MIMO 802.11ac Wave 1 and Wave 2, 4x4), as well as 802.11n, 802.11AX , and the demand for plug and play deployment.
rmittal
Staff
Staff
Article Id 217863
Description This article describes how to configure MESH with FortiAP on FortiGate.
Scope FortiAP, FortiAPU, FortiAPS, FortiAP-W2 (6.2.2 and above).
Solution

- Creating the mesh root SSID.

 

1) Go to WiFi and Switch Controller -> SSIDs and select Create New -> SSID.

2) Enter a Name for the WiFi interface.

3) In Traffic Mode, select Mesh.

4) Enter the SSID.

5) Set Security Mode to WPA2 Personal and enter the Pre-shared key.

 

Remember the key because it would be needed to enter for the leaf FortiAP configuration.

 

6) Select OK.

 

rmittal_0-1658137560287.png

 

- Creating the FortiAP profile.

 

rmittal_1-1658137560307.png

 

rmittal_2-1658137560327.png

 

- Configuring FortiAP.

 

Get the Root and Leaf ap online on FortiGate as normal AP’s.

 

Add the FortiAP profile to Root and Leaf FortiAP.

 

Once both the FortiAP are online then Configure the leaf FortiAP.


- Get CLI access to the Leaf FortiaP.

1) Assign static IP to leaf FortiAP.

 

cfg -a ADDR_MODE=STATIC

cfg -a AP_IPADDR=1.1.1.3

cfg -a AP_NETMASK=255.255.255.0

cfg -a  IPGW=1.1.1.1

 

2) Set type to leaf and enter mesh SSID name and password:

 

cfg -a MESH_AP_TYPE=1

cfg -a MESH_AP_SSID=MESH

cfg -a MESH_AP_PASSWD=test1234

 

3) To save the above changes on Leaf FortiAP:

 

cfg -c

 

- When the root FortiAP is connected and online, apply power to the preconfigured leaf FortiAPs.

 

The leaf FortiAPs will connect themselves wirelessly to the WiFi Controller through the mesh network.


- Viewing the status of the mesh network.

 

rmittal_3-1658137560331.png
Contributors