GitBook: [master] one page and 3 assets modified

This commit is contained in:
Chris Busch
2021-05-11 20:25:52 +00:00
committed by gitbook-bot
parent 5bfc1174a9
commit e65b35eaac
4 changed files with 23 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 54 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 24 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 23 KiB

View File

@@ -1,2 +1,25 @@
---
description: SSID Profile for RADIUS
---
# RADIUS Authenticated SSID
A common deployment model is to use a RADIUS system for authentication of client devices. Cloud SDK supports this using a RADIUS type Profile.
Defining a RADIUS Profile requires a Name, RADIUS server IP, shared secret and port. Default port for Authentication and Authorization is 1812 and Accounting is 1813. Cloud SDK does not assume these defaults, they must be entered as each deployment may choose to change these values.
![RADIUS Profile Type](../.gitbook/assets/screen-shot-2021-05-11-at-4.19.21-pm.png)
It is possible to configure independent authentication from accounting as these services may be unique for some operators.
### Associate RADIUS with SSID Service
The RADIUS Profile is associated with a Security and Encryption Mode of an SSID Profile.
For example, any Enterprise mode for WPA & WPA2 will depend on RADIUS. Select the desired RADIUS Profile from drop down and set the desired accounting interval in seconds.
![SSID Profile - RADIUS Security and Encryption](../.gitbook/assets/screen-shot-2021-05-11-at-4.24.04-pm.png)