mirror of
https://github.com/Telecominfraproject/wlan-docs.git
synced 2025-11-20 11:44:53 +00:00
GitBook: [2.0.0] 16 pages modified
This commit is contained in:
15
SUMMARY.md
15
SUMMARY.md
@@ -3,19 +3,10 @@
|
||||
* [Open Wi-Fi](README.md)
|
||||
* [Ordering Open Wi-Fi APs](ordering-open-wi-fi-aps.md)
|
||||
* [Getting Started](getting-started/README.md)
|
||||
* [Cloud SDK Installation](getting-started/controller-installation/README.md)
|
||||
* [AWS Install](getting-started/controller-installation/aws-install.md)
|
||||
* [MicroK8s Install](getting-started/controller-installation/microk8s-install.md)
|
||||
* [Cloud SDK](getting-started/controller.md)
|
||||
* [Release 2.0 SDK](getting-started/controller.md)
|
||||
* [Access Points](getting-started/access-points.md)
|
||||
* [User Interface](user-interface/README.md)
|
||||
* [Dashboard](user-interface/dashboard.md)
|
||||
* [Network](user-interface/network.md)
|
||||
* [Profiles](user-interface/profiles.md)
|
||||
* [System](user-interface/system.md)
|
||||
* [Accounts](user-interface/accounts.md)
|
||||
* [API](api/README.md)
|
||||
* [Open API](api/swagger.md)
|
||||
* [User Interface](user-interface.md)
|
||||
* [API](api.md)
|
||||
|
||||
## MDU Quick Start
|
||||
|
||||
|
||||
@@ -4,53 +4,3 @@ description: Cloud SDK Profile Use
|
||||
|
||||
# Basic Device Provisioning
|
||||
|
||||
Cloud SDK processes Profiles by aggregating certain profile types as child profiles inherited during device configuration.
|
||||
|
||||
<table>
|
||||
<thead>
|
||||
<tr>
|
||||
<th style="text-align:left">Profile</th>
|
||||
<th style="text-align:left">Provisioning Role</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td style="text-align:left">RF</td>
|
||||
<td style="text-align:left">Radio Operations</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="text-align:left">Access Point</td>
|
||||
<td style="text-align:left">
|
||||
<p>LAN & GRE Configuration</p>
|
||||
<p>Association to RF Profile</p>
|
||||
<p>Association to SSID Profile</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="text-align:left">SSID</td>
|
||||
<td style="text-align:left">Service Set Identifier Wireless Network Operations</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
Association of devices to Access Point and SSID is possible as one-to-one \(1:1\) or one-to-many \(1:M\).
|
||||
The decision on using 1:1 or 1:M is entirely based on the desired deployment.
|
||||
|
||||
Creating a 1:1 Access Point Profile could be useful in certain lab or specific network locations. If a specific RF Profile was desired on a select device, using an Access Point Profile with reference to the specific RF Profile would accomplish this provisioning logic.
|
||||
|
||||
Creating an RF Profile specifically for IEEE802.11ac Wi-Fi 5 Access Points to inherit may be a common approach with another RF Profile for all IEEE802.11ax Wi-Fi 6 Access Points. Another reason to create a unique RF Profile may configured outdoor RF configuration that is unique from other indoor based Access Points.
|
||||
|
||||
Creating RF Profile with specific Client Steering, Channel Hop, or general radio operation other than default settings are useful when defining behavior of Access Points individually or as a large group of managed devices.
|
||||
|
||||
## Wi-Fi 5 802.11AC Mode General RF Profile
|
||||
|
||||
Example Wi-Fi 5 IEEE802.11AC RF Profile:
|
||||
|
||||

|
||||
|
||||
## Wi-Fi 6 802.11AX Mode General RF Profile
|
||||
|
||||
Example Wi-Fi 6 IEEE802.11AX RF Profile
|
||||
|
||||

|
||||
|
||||
|
||||
@@ -1,18 +1,2 @@
|
||||
# Getting Started
|
||||
|
||||
Deploying the TIP Open Wi-Fi solution into a lab or into production is simple to do.
|
||||
Some basic pre-requisites should be satisfied before beginning.
|
||||
|
||||
Ensure the following are known before beginning installation:
|
||||
|
||||
* Fully Qualified Domain Name \(FQDN\) is available and configurable
|
||||
* Internet Protocol \(IP\) subnet with Dynamic Host Configuration Protocol \(DHCP\) for access points is available
|
||||
* Internet Protocol \(IP\) subnet with static addressing is available for Cloud SDK
|
||||
* If using VLAN features of the access points, an IEEE 802.1q compliant Ethernet switch and VLAN topology are supported in your network
|
||||
* Network traffic is permitted for the following ports from Access Points to Cloud SDK:
|
||||
* 80
|
||||
* 443
|
||||
* 1883
|
||||
* 6640
|
||||
* 6643
|
||||
|
||||
|
||||
@@ -2,19 +2,5 @@
|
||||
description: TIP Open Wi-Fi
|
||||
---
|
||||
|
||||
# Cloud SDK
|
||||
|
||||
With the Cloud SDK now installed into either a public cloud or on premises, logging in with default username **support@example.com** and password **support** are now possible.
|
||||
|
||||

|
||||
|
||||
Once successfully logged in, please refer to [User Interface](../user-interface/) documentation for further details of specific configuration.
|
||||
|
||||
{% hint style="info" %}
|
||||
Current TIP Cloud SDK deploys using self-signed certificates. This requires accepting the self-signed certificate in the UI for the following URLs:
|
||||
[https://wlan-ui.wlan.local](https://wlan-ui.wlan.local)
|
||||
[https://wlan-ui-graphql.wlan.local](https://wlan-ui-graphql.wlan.local)
|
||||
Navigate to both URLs and accept the certificate exception.
|
||||
Once the client browser has these certificate exceptions loaded login will succeed.
|
||||
{% endhint %}
|
||||
# Release 2.0 SDK
|
||||
|
||||
|
||||
8
user-interface.md
Normal file
8
user-interface.md
Normal file
@@ -0,0 +1,8 @@
|
||||
---
|
||||
description: TIP Cloud SDK
|
||||
---
|
||||
|
||||
# User Interface
|
||||
|
||||
##
|
||||
|
||||
Reference in New Issue
Block a user