Add tacacsserver, Syntax, Parameters – Allied Telesis AT-S63 User Manual
Page 536: Description, Examples
Chapter 37: TACACS+ and RADIUS Commands
536
ADD TACACSSERVER
Syntax
add tacacsserver server|ipaddress=
ipaddress
order=
value
[secret=
string
]
Parameters
server
Specifies an IP address of a TACACS+ server. The
ipaddress
parameters are equivalent.
order
Specifies the order that your TACACS+ servers are 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
This command adds the IP addresses of TACACS+ servers to your switch
along with the order the TACACS+ servers are to be 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 an encryption code of lioness54:
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 to be queried by the switch:
add tacacsserver ipaddress=149.245.22.26 order=3