Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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.

Code Block
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:49
  5.   3.3.3.3:49


Example
•  Configure IP address of a TACACS+ server.

...