Overview
This article provides information on the Exinda CLI command tacas-server
.
You can use the tacacs-server
command to configure the Exinda appliance to authenticate user login attempts with a remote TACACS+ server.
Information
NOTE: The following syntax convention is used:
- {}: Options are enclosed in braces and are separated by '|'.
- []: Optional keywords are enclosed in brackets.
- <>: User input is required where variables are enclosed in greater-than and less-than symbols.
The following table describes the commands used for performing common actions related to tacas-server:
Action Description |
Command | Parameter Description |
To specify the hostname or IP address of the TACACS+ server |
tacacs-server host <hostname or IP address> |
host <hostname or IP address> - IPv4 addresses can be used. |
To specify the key for accessing the TACACS+ server |
tacacs-server key <key string> |
Not Applicable |
To specify how often authentication requests should be retransmitted to the TACACS+ server |
tacacs-server retransmit <retries> |
Not Applicable |
To specify how many seconds before the connection to the TACACS+ server times out |
tacacs-server timeout <seconds> |
Not Applicable |
Related Article