set system aaa tacacs-plus server-ip


The set system aaa tacacs-plus server-ip command configures IP address of a TACACS+ server.


Command Syntax
set system aaa tacacs-plus server-ip <ipv4_address>


Parameter

Parameter

Description

server-ip <ipv4_address>

Specifies IP address of a TACACS+ server. The value is in dotted decimal notation.


Usage Guidelines

PicOS supports a maximum of eight TACACS+ servers. When multiple TACACS+ servers are configured, only one will be used, the IP addresses are used in alphabetical order.

For example, the following TACACS+ servers are configured.

set system aaa tacacs-plus server-ip 146.13.191.77
set system aaa tacacs-plus server-ip 146.13.191.78
set system aaa tacacs-plus server-ip 1.1.1.1
set system aaa tacacs-plus server-ip 2.2.2.2
set system aaa tacacs-plus server-ip 3.3.3.3

The servers will be used in below order.

  1.   1.1.1.1
  2.   146.13.191.77
  3.   146.13.191.78
  4.   2.2.2.2
  5.   3.3.3.3


Example
•  Configure IP address of a TACACS+ server.

admin@XorPlus# set system aaa tacacs-plus server-ip 10.10.53.53
admin@XorPlus# commit 

Copyright © 2024 Pica8 Inc. All Rights Reserved.