beautypg.com

Add radiusserver – Allied Telesis AT-S39 User Manual

Page 150

background image

Chapter 17: TACACS+ and RADIUS Commands

150

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 your RADIUS server is queried by
the switch. You can assign order to up to 3 servers with 1
being 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 the 149.245.22.22 IP
address 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 the 149.245.22.22
IP address. In addition, it specifies your server is the third RADIUS server
to be queried by the switch and it has a UDP port of 3.

add radiusserver ipaddress=149.245.22.22 order=2
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