Radius Configuration
-
Select
> USERS & ACCOUNTS > Remote Authentication.
-
The REMOTE AUTHENTICATION page displays.
-
From the Scheme options, select Radius.
-
Choose the desired Mode:
-
RADIUSDownLocal
-
RADIUS Mode
-
LocalRADIUS
-
RADIUSLocal
-
-
Enter the Address and optionally the Port of the Remote Authentication Server to query. The default port is 1812.
Note: Click
Add Authentication Server to add multiple servers.
-
Enter the Address and optionally the Port of the Remote Accounting Server to send accounting information to. The default port is 1813.
Note: Click
Add Accounting Server to add multiple servers.
-
Enter and confirm the Server Password also known as the RADIUS Secret.
-
Click Apply.
To provide group membership, RADIUS needs to be configured to provide a list of group names via the Framed-Filter-Id attribute.
The following configuration snippet shows how this can be configured for FreeRADIUS:
operator1 Auth-Type := System Framed-Filter-ID = ":group_name=west_coast_admin,east_coast_user:
"
Note: The Framed-Filter-ID
attribute must be delimited by the colon character.