Alliedware plus command – Allied Telesis AT-S63 User Manual
Page 803

AT-S63 Management Software Command Line User’s Guide
Section IX: Management Security
803
The following command adds the RADIUS server with the IP address
149.245.22.22. It specifies the server as the third RADIUS server to be
queried by the switch and that it uses the UDP port 3:
add radiusserver ipaddress=149.245.22.22 order=3 port=3
The following command adds a RADIUS server with an IP address of
149.245.22.22. It specifies the order as 2, the encryption key as tiger74,
and the UDP port as 1811:
add radiusserver ipaddress=149.245.22.22 order=2
secret=tiger74 port=1811
AlliedWare Plus
Command
Syntax
radius-server host
ipaddress/order secret/port
Mode
Configure mode
Description
You cannot set the UDP port for RADIUS accounting from the AlliedWare
Plus commands. To set this parameter, use another management
interface, like the standard command line interface.
Example
The following commands add a RADIUS server with the IP address
176.225.15.23 as the second address in the table. The encryption key is
abt54 and the UDP port is 1811:
awplus> enable
awplus# configure terminal
awplus(config)# radius-server host 176.225.15.23/2
abt54/1811