Add radiusserver – Allied Telesis AT-S60 User Manual
Page 287
AT-S60 Command Line User’s Guide
285
ADD RADIUSSERVER
Syntax
add radiusserver ipaddress=ipaddress
order=integer [secret=string] [port=integer]
Parameters
ipaddress
Specifies an IP address of a RADIUS server.
order
Specifies the order that the RADIUS server is queried by the
switch. You can assign order to up to 3 servers. Assigning a
server to an order of 1 means this is the first server queried.
secret
Specifies the encryption key used for this server.
port
Specifies the UDP (User Datagram Protocol) port of the
RADIUS server.
Description
Use this command to specify the IP address of a RADIUS server and the
order it is queried by the switch. You may specify an encryption key and
a UDP port.
Examples
The following command adds a RADIUS server with an IP address of
149.245.22.22 and specifies it is the first server in the list.
add radiusserver ipaddress=149.245.22.22 order=1
The following command adds the RADIUS server with an IP address of
149.245.22.22 IP address. In addition, it specifies the server is the third
RADIUS server to be queried by the switch and has a UDP port of 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. In addition, it specifies the order is 2, the encryption key is
tiger74, and the UDP port is 1.
add radiusserver ipaddress=149.245.22.22 order=2
secret=tiger74 port=1