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.
mmontes
Staff
Staff
Article Id 190973

Description


When a WIFI issue occurs like disconnections, SSID is not being spread as expected, etc.
Review the FortiAP operation to see if it´s working as expected.
This article describes how to access to the FortiAP from the FortiGate and which commands could be collected directly from the FortiAP to see its current memory-usag, cpu-usage, if there´s a kernel panic, if there´s process crashing, etc.


Scope

 

FortiAP.

 

Solution


When a FortiAP is being controlled by a FortiGate unit, following procedure can be used to access to the FortiAP via telnet session:

  • Connect to the FortiGate via SSH session using PuTTy.
  • Configure this to make a log file (see article in field related articles) and be able to capture the output of the commands described below.
  • If the FortiGate is running FortiOS 5.4, the following procedure is required:

 

config wireless-controller wtp

    edit <FortiAP_serial number>
        set login-enable enable
    end

 

  • If the FortiGate is running FortiOS 5.2, following procedure is required:

 

config wireless-controller wtp
    edit <FortiAP_serial number>
        set override-allowaccess enable
        set allowaccess telnet
end

 

After one of the procedures above is followed into the FortiGate, use the following command to access to the FortiAP via telnet. The user name is usually 'admin' without a password:

 

execute telnet X.X.X.X <----- X.X.X.X is the the FortiAP IP.

 

Once telnet connection to the FortiAP is ready, run and collect the output of the following commands:

 

fap-get-status
cfg -s
cw_diag sys-performance                  <----- Collect it three time with difference of time between each one of 1 min

diag_debug_crashlog read

cw_diag kernel-panic
cw_diag --tlog on
cw_diag -c wtp-cfg
cw_diag -c radio-cfg
cw_diag -c vap-cfg
dmesg

 

Note: For FortiAP 7.0 and above, TELNET can be enabled. See Technical Tip: How to login to FortiAP from the Wireless Controller using telnet.

 

Related article:

Technical Tip: How to create a log file of a session using PuTTY