Add tacacsserver – Allied Telesis AT-S39 User Manual
Page 151
AT-S39 Command Line Interface User’s Guide
151
ADD TACACSSERVER
Syntax
add tacacsserver ipaddress=ipaddress
order=integer [secret=string]
Parameters
ipaddress
Specifies an IP address of a TACACS+ server.
order
Specifies the order that your TACACS+ 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 optional encryption key used on this server.
Description
Use this command to add the IP address of a TACACS+ server to your
switch along with order the TACACS+ server is queried and an optional
encryption key.
Examples
The following command adds a TACACS+ server with an IP address
149.245.22.20 and an order value of 1:
add tacacsserver ipaddress=149.245.22.20 order=1
The following command adds a TACACS+ server with an IP address of
149.245.22.24, an order of 2, and lioness54 as the encryption code.
add tacacsserver ipaddress=149.245.22.24 order=2
secret=lioness54
The following command adds a TACACS+ server with an IP address
149.245.22.26 and specifies that this TACACS+ server is the third
TACACS+ server queried by the switch.
add tacacsserver ipaddress=149.245.22.26 order=3