Allied Telesis AlliedWare Plus Operating System Version 5.4.4C (x310-26FT,x310-26FP,x310-50FT,x310-50FP) User Manual
Page 1283

RADIUS Commands
Software Reference for x310 Series Switches
C613-50046-01 REV A
AlliedWare Plus
TM
Operating System - Version 5.4.4C
47.15
Usage
The RADIUS server to be added must be configured by the radius-server host command.
In order to add or remove a server, the auth-port and acct-port parameters in this
command must be the same as the corresponding parameters in the radius-server host
command.
Examples
To create a RADIUS server group RAD_AUTH1 for authentication, use the following
commands:
To create a RADIUS server group RAD_ACCT1 for accounting, use the following
commands:
To remove server 192.168.3.1 from the existing server group GROUP1, use the following
commands:
Related Commands
aaa accounting auth-mac default
aaa accounting auth-web default
aaa accounting dot1x
aaa accounting login
aaa authentication auth-mac
aaa authentication auth-web
aaa authentication login
aaa group server
radius-server host
awplus#
configure terminal
awplus(config)#
aaa group server radius RAD_AUTH1
awplus(config-sg)#
server 192.168.1.1 acct-port 0
awplus(config-sg)#
server 192.168.2.1 auth-port 1000
acct-port 0
awplus#
configure terminal
awplus(config)#
aaa group server radius RAD_ACCT1
awplus(config-sg)#
server 192.168.2.1 auth-port 0
acct-port 1001
awplus(config-sg)#
server 192.168.3.1 auth-port 0
awplus#
configure terminal
awplus(config)#
aaa group server radius GROUP1
awplus(config-sg)#
no server 192.168.3.1