diff --git a/.gitbook/assets/screen-shot-2021-05-11-at-4.19.21-pm.png b/.gitbook/assets/screen-shot-2021-05-11-at-4.19.21-pm.png new file mode 100644 index 0000000..4f793ae Binary files /dev/null and b/.gitbook/assets/screen-shot-2021-05-11-at-4.19.21-pm.png differ diff --git a/.gitbook/assets/screen-shot-2021-05-11-at-4.23.15-pm.png b/.gitbook/assets/screen-shot-2021-05-11-at-4.23.15-pm.png new file mode 100644 index 0000000..b8cf6e4 Binary files /dev/null and b/.gitbook/assets/screen-shot-2021-05-11-at-4.23.15-pm.png differ diff --git a/.gitbook/assets/screen-shot-2021-05-11-at-4.24.04-pm.png b/.gitbook/assets/screen-shot-2021-05-11-at-4.24.04-pm.png new file mode 100644 index 0000000..f9b98cd Binary files /dev/null and b/.gitbook/assets/screen-shot-2021-05-11-at-4.24.04-pm.png differ diff --git a/configuration-examples/radius-authenticated-ssid.md b/configuration-examples/radius-authenticated-ssid.md index daa7887..0258a0d 100644 --- a/configuration-examples/radius-authenticated-ssid.md +++ b/configuration-examples/radius-authenticated-ssid.md @@ -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) + + + + +