AT-S62 Command Line User’s Guide
543
ADD RADIUSSERVER
Syntax
add radiusserver server|ipaddress=ipaddress
order=value [secret=string] [port=value]
[accport=value]
Parameters
server Specifies an IP address of a RADIUS server. The parameters
ipaddress are equivalent.
order Specifies the order that the RADIUS servers are queried by
the switch. This value can be from 1 to 3. The servers are
queried starting with 1.
secret Specifies the encryption key used for this server.
port Specifies the UDP (User Datagram Protocol) port of the
RADIUS server. The default is port 1812.
accport Specifies the UDP (User Datagram Protocol) port for RADIUS
accounting. The default is port 1813.
Description
Use this command to add the IP addresses of RADIUS servers and the
order they are to be queried by the switch. There can be up to three
servers, but you can specify only one at a time with this command. You
may specify an encryption key, a RADIUS UDP port, and a RADIUS
accounting UDP port.
Examples
The following command adds the RADIUS server with the IP address
149.245.22.22 as the first server in the list.
add radiusserver ipaddress=149.245.22.22 order=1
The following command adds the RADIUS server with the IP address
149.245.22.22 as the third RADIUS server to be queried by the switch.
add radiusserver ipaddress=149.245.22.22 order=3