set tacacs-server

In the R81.10.X releases, this command is available starting from the R81.10.05 version.

Description

Configure the settings for the TACACS+ server.

See:

Syntax

set tacacs-server priority {1 | 2} ipv4-address <ipv4-address> shared-secret <shared-secret> [ tcp-port <tcp-port> ] [ timeout <timeout> ]

Parameters

Parameter

Description

priority

Priority of the TACACS+ server:

  • 1 (primary)

  • 2 (secondary)

Default: 1.

ipv4-address

The IP address of the TACACS+ server

shared-secret

Pre-shared secret between the TACACS+ server and the appliance.

A string that contains alphanumeric and special characters.

tcp-port

The port number through which the TACACS+ server communicates with clients.

Default: 49.

timeout

A timeout value in seconds for communication with the TACACS+ server.

Range: 0 - 5000.

Default: 3.

Example Command

set tacacs-server priority 1 ipv4-address 1.1.1.1 shared-secret aaaaaaa timeout 50