GitBook: [master] 23 pages and 5 assets modified

This commit is contained in:
Chris Busch
2021-03-28 20:56:17 +00:00
committed by gitbook-bot
parent 24d5039a1e
commit 27383ed562
7 changed files with 54 additions and 1 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 85 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 70 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 124 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 116 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 69 KiB

View File

@@ -14,7 +14,7 @@ Profiles enables template based management of all provisioning parameters.
System enables Manufacturer OUI Updates, Firmware Updates, Auto-Provisioning and Client Block List. System enables Manufacturer OUI Updates, Firmware Updates, Auto-Provisioning and Client Block List.
Users enables configuration of local user accounts of the Cloud SDK. Users enables configuration of local user accounts of the Cloud SDK.
Alarm indicates an error condition has occurred with one or multiple Access Points. Consult the Network tab. Alarm indicates an error condition has occurred with one or multiple Access Points.
Gear icon to LogOut. Gear icon to LogOut.
### Dashboard Components ### Dashboard Components

View File

@@ -1,2 +1,55 @@
---
description: Manage Devices and Monitor Clients
---
# Network # Network
From the Network page it is possible to create organizational regions to group devices within, view all devices, retrieve individual device records and view all associated and disassociated client devices.
![Network Page Showing Access Points](../.gitbook/assets/screen-shot-2021-03-28-at-1.39.40-pm.png)
### Location Tree
In a future release it will be possible to assign devices to new locations to help in building an administrative hierarchy supporting convenient organization of device to service location. This functionality is exposed int he API and may be further refined in the UI in subsequent releases.
### Access Points
For each Access Point that has contacted the Cloud SDK a row will populate within Access Points.
Specific information for each Access Point including Device name, alarm state, model and IP address are shown.
Along the right side of each Access Point row are Profile, Channel, Occupancy, Noise Floor and Devices.
Channel indicates the current provisioned RF Channel for each radio in the Access Point. Occupancy indicates available RF bandwidth for Wi-Fi clients as a value over 100. Noise Floor represents the reported RF noise condition being measured by the Access Point within the operating channel and reported to the Cloud SDK.
Devices indicated the total associated clients for each radio in the Access Point.
#### Access Point Device Record
Each Access Point managed by the Cloud SDK inherits provisioning information from Profiles in addition to supporting device specific configurations and reporting device specific operating conditions.
![Selecting an Access Point Record](../.gitbook/assets/screen-shot-2021-03-28-at-4.40.46-pm.png)
General information includes device name, model, MAC address and country of operation.
Status presents operating conditions for each frequency band of operation in addition to Alarms.
Location permits the assignment of the device to a location in the Cloud SDK hierarchy tree.
#### OS Stats
![Device Operating System Statistics](../.gitbook/assets/screen-shot-2021-03-28-at-4.48.02-pm.png)
Operating System Stats are sent to the Cloud SDK from each Access Point using the MQTT interface. These statistics are regularly received as part of the overall telemetry stream.
#### Firmware
The Cloud SDK may initiate an on demand firmware upgrade for any associated device. The Active Version of firmware is reported to the Cloud SDK. If the reported version from the device is not part of the System known firmware, the status will be `'UNDEFINED'`. Several TIP devices implement a secondary bootloader bank which the Cloud SDK supports the method to command a device to `'Switch to Inactive Bank and Reboot'` .
To initiate a firmware upgrade, select a version from the drop down within Upgrade then select the Download,Flash, Reboot button.
![Access Point Device Record Firmware Control](../.gitbook/assets/screen-shot-2021-03-28-at-4.53.55-pm.png)
#### On-Demand Device Reboot
Within the Firmware sub-tab, Reboot AP button. Selecting this will cause the Cloud SDK to send a warm reboot command to the Access Point.