Configure the local radius server user database, Add users to the radius user list and assign vlans – Allied Telesis AlliedWare Plus Operating System Version 5.4.4C (x310-26FT,x310-26FP,x310-50FT,x310-50FP) User Manual
Page 1306

Local RADIUS Server Introduction and Configuration
Software Reference for x310 Series Switches
50.4
AlliedWare Plus
TM
Operating System - Version 5.4.4C
C613-50046-01 REV A
Configure the Local RADIUS Server User Database
Add users to the RADIUS user list without assigning VLANs
For entries that will be used to authenticate dot1x supplicants, but not assign them to a
VLAN, the following commands will add users to the RADIUS user list:
Add users to the RADIUS user list and assign VLANs
Add users to the RADIUS user list, and define a VLAN ID that will be assigned to them.
To add entries to be used to authenticate dot1x supplicants, and assign them to a VLAN,
follow the two steps shown below:
Step 1:
Create groups associated with the VIDs that will be allocated
Enter the following commands to create groups with the VIDs that will be allocated to
them:
Step 2:
Add the users after creating groups
Add the users and refer to the relevant group in the command that creates the user as
below:
awplus#
configure terminal
awplus(config)#
radius-server local
awplus(config-radsrv)#
user <radius-user-name> password <user-
password>
awplus#
configure terminal
awplus(config)#
radius-server local
awplus(config-radsrv)#
group VLAN10Users
awplus(config-radsrv)#
vlan 10
awplus(config-radsrv)#
group VLAN11Users
awplus(config-radsrv)#
vlan 11
awplus#
configure terminal
awplus(config)#
radius-server local
awplus(config-radsrv)#
user VCSPCVLAN10 password VCSPCPass
group VLAN10Users
awplus(config-radsrv)#
user VCSPCVLAN11 password VCSPCPass
group VLAN11Users