Add tacacsserver – Allied Telesis AT-S62 User Manual
Page 395
AT-S62 Command Line User’s Guide
395
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
Use this command to add 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. It specifies this TACACS+ server as the third TACACS+
server to be queried by the switch.
add tacacsserver ipaddress=149.245.22.26 order=3