Fortinet black logo

Version:

Version:


Table of Contents

New Features

Download PDF
Copy Link

Standardize wireless health metrics 6.4.2

Health metrics calculations are standardized in the backend. Consistent colors are used to represent health status and differentiate between band frequency. The health data is now available through a REST API so that this information is standardized across other platforms.

The following colors are used for health status:

  • Good = green
  • Fair = yellow
  • Poor = red

The following colors are used for band frequency:

  • 2.4 GHz = light blue
  • 5.0 GHz = dark blue
Sample diagnostics
  • WiFi & Switch Controller > Managed FortiAPs > Diagnostics and Tools for a select FortiAP:

  • WiFi & Switch Controller > WiFi Clients:

  • WiFi & Switch Controller > WiFi Clients > Diagnostics and Tools for a select WiFi client:

REST API example:

https://<FortiGate IP>/api/v2/monitor/wifi/client

{
"http_method": "GET",
"results": [
{"sta_ip": "10.10.80.6",
"sta_ip6": [
"::"
],
"sta_rate": "52.0 mbps",
"sta_snr": "37 dB",
"sta_idle_time": "2 sec",
"sta_assoc_time": "07/10/20 15:42",
"wtp_bandwidth_Tx": "19 kbps",
"wtp_bandwidth_Rx": "6 kbps",
"wtp_bandwidth_TRx": "26 kbps",
"sta_mac": "e0:d0:83:a7:82:11",
"sta_auth": "pass",
"ip": "10.10.80.6",
"wtp_name": "FWF60E-WIFI0",
"wtp_id": "FWF60E4Q16000000",
"wtp_radio": 1,
"wtp_ip": "127.0.0.1",
"vap_name": "wifi",
"ssid": "fwf-61f-psk",
"mac": "e0:d0:83:a7:82:11",
"os": "Android",
"hostname": "Galaxy-Tab-A-8",
"authentication": "pass",
"captive_portal_authenticated": 0,
"data_rate": 520,
"data_rate_bps": 52000000,
"snr": 37,
"idle_time": 2,
"association_time": 1594420941,
"bandwidth_tx": 6508,
"bandwidth_rx": 19774,
"lan_authenticated": false,
"channel": 1,
"signal": -58,
"vci": "",
"host": "",
"security": 10,
"encrypt": 1,
"noise": -95,
"radio_type": "802.11n",
"mimo": "1x1",
"vlan_id": 0,
"tx_discard_percentage": 0,
"tx_retry_percentage": 0,
"mpsk_name": "",
"health": {
"signal_strength": {
"value": -58,
"severity": "good"
},
"snr": {
"value": 37,
"severity": "good"
},
"band": {
"value": "24ghz",
"severity": "fair"
},
"transmission_retry": {
"value": 0,
"severity": "good"
},
"transmission_discard": {
"value": 0,
"severity": "good"
}
}
}
],
"vdom": "root",
"path": "wifi",
"name": "client",
"status": "success",
"serial": "FWF60E4Q16000000",
"version": "v6.4.0",
"build": 1705

Standardize wireless health metrics 6.4.2

Health metrics calculations are standardized in the backend. Consistent colors are used to represent health status and differentiate between band frequency. The health data is now available through a REST API so that this information is standardized across other platforms.

The following colors are used for health status:

  • Good = green
  • Fair = yellow
  • Poor = red

The following colors are used for band frequency:

  • 2.4 GHz = light blue
  • 5.0 GHz = dark blue
Sample diagnostics
  • WiFi & Switch Controller > Managed FortiAPs > Diagnostics and Tools for a select FortiAP:

  • WiFi & Switch Controller > WiFi Clients:

  • WiFi & Switch Controller > WiFi Clients > Diagnostics and Tools for a select WiFi client:

REST API example:

https://<FortiGate IP>/api/v2/monitor/wifi/client

{
"http_method": "GET",
"results": [
{"sta_ip": "10.10.80.6",
"sta_ip6": [
"::"
],
"sta_rate": "52.0 mbps",
"sta_snr": "37 dB",
"sta_idle_time": "2 sec",
"sta_assoc_time": "07/10/20 15:42",
"wtp_bandwidth_Tx": "19 kbps",
"wtp_bandwidth_Rx": "6 kbps",
"wtp_bandwidth_TRx": "26 kbps",
"sta_mac": "e0:d0:83:a7:82:11",
"sta_auth": "pass",
"ip": "10.10.80.6",
"wtp_name": "FWF60E-WIFI0",
"wtp_id": "FWF60E4Q16000000",
"wtp_radio": 1,
"wtp_ip": "127.0.0.1",
"vap_name": "wifi",
"ssid": "fwf-61f-psk",
"mac": "e0:d0:83:a7:82:11",
"os": "Android",
"hostname": "Galaxy-Tab-A-8",
"authentication": "pass",
"captive_portal_authenticated": 0,
"data_rate": 520,
"data_rate_bps": 52000000,
"snr": 37,
"idle_time": 2,
"association_time": 1594420941,
"bandwidth_tx": 6508,
"bandwidth_rx": 19774,
"lan_authenticated": false,
"channel": 1,
"signal": -58,
"vci": "",
"host": "",
"security": 10,
"encrypt": 1,
"noise": -95,
"radio_type": "802.11n",
"mimo": "1x1",
"vlan_id": 0,
"tx_discard_percentage": 0,
"tx_retry_percentage": 0,
"mpsk_name": "",
"health": {
"signal_strength": {
"value": -58,
"severity": "good"
},
"snr": {
"value": 37,
"severity": "good"
},
"band": {
"value": "24ghz",
"severity": "fair"
},
"transmission_retry": {
"value": 0,
"severity": "good"
},
"transmission_discard": {
"value": 0,
"severity": "good"
}
}
}
],
"vdom": "root",
"path": "wifi",
"name": "client",
"status": "success",
"serial": "FWF60E4Q16000000",
"version": "v6.4.0",
"build": 1705