Added Wireless-Controller section

This commit is contained in:
Yuri Slobodyanyuk
2022-03-09 17:15:03 +02:00
parent ab1c0a102f
commit e33cd3c8b8

View File

@@ -688,3 +688,26 @@ proxy SIP inspection is on (_ALG_ inspection). If the output is `default-voip-al
|Enable diagnostics for administrator and remote REST API access via `api-user`. When debugging API automation, refrain from working in admin GUI as it will produce a lot of unrelated output. |Enable diagnostics for administrator and remote REST API access via `api-user`. When debugging API automation, refrain from working in admin GUI as it will produce a lot of unrelated output.
|=== |===
== Wireless Controller and managed Access Points debug
[cols=2, options="header"]
|===
|Command
|Description
|*diagnose wireless-controller wlac -c ap-status*
|Show list of all Access Points (APs) this Fortigate is aware of with their BSSID (MAC), SSID, and Status (`accepted`, `rogue`, `suppressed`)
|*show wireless-controller wtp-profile*
|Show available Wireless Termination Points (i.e. APs) profiles with their settings. Profiles are applied to individual APs, i.e. a single profile can be applied to multiple APs.
|*show wireless-controller wtp*
|Show APs known to this Fortigate individually. We can enter any given AP configuration and change settings for this AP only, i.e. `set admin disable`.
|*diagnose wireless-controller wlac -c vap*
|Show list of APs with their BSSIDs, broadcasted SSIDs, IDs, and unlike `wlac -c ap-status` above, management IP and port which can be later used for real-time debug.
|===