beautypg.com

Add tacacsserver – Allied Telesis AT-S60 User Manual

Page 288

background image

Chapter 27: TACACS+ and RADIUS Commands

286

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.
Assigning a server to an order of 1 means this is the first
server queried.

secret

Specifies the optional encryption key used on this server.

Note

The encryption keys in TACACS+ are specific to TACACS+ and are
independent of the key set with the Encryption commands.

Description

Use this command to add the IP address of a TACACS+ server to your
switch along with the order the TACACS+ server is queried and an
optional encryption key.

Examples

The following command adds a TACACS+ server with an IP address of
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 of
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