Add tacacsserver – Allied Telesis AT-S63 User Manual

Page 652

Advertising
background image

Chapter 40: TACACS+ and RADIUS Commands

652

Section VIII: Management Security

ADD TACACSSERVER

Syntax

add tacacsserver server|ipaddress=

ipaddress

order=

value

[secret=

string

]

Parameters

server or

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.
The maximum length is 39 characters.

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

Advertising