set tacacs server
36-4 TACACS+ Configuration
Parameters
Defaults
None.
Mode
Switch command, Read-Only.
Example
This example displays configuration information for TACACS+ server 1.
C3(ro)->show tacacs server 1
TACACS+ Server IP address Port Timeout
-------------- ---------- ------ -------
1 192.168.10.1 49 10
set tacacs server
Use this command to configure the TACACS+ server(s) to be used by the TACACS+ client. You can
configure the timeout value for all configured servers or a single server, or you can configure the
IP address, TCP port, and secret for a single server. For simplicity, two syntax statements are
shown.
Syntax
set tacacs server {all | index} timeout seconds
set tacacs server index address port secret
Parameters
Defaults
No TACACS+ servers are configured by default.
When you do configure a TACACS+ server, the default timeout value is 10 seconds.
index
Display the configuration of the TACACS+ server identified by index.
The value of
index can range from 1 to 2,147,483,647.
all Display the configuration for all configured TACACS+ servers.
all Specify the timeout value for all configured TACACS+ servers.
index Configure the TACACS+ server identified by index. The value of index
can range from 1 to 2,147,483,647.
timeout seconds Set the timeout value for the specified server(s) in seconds. The value of
seconds can range from 1 to 180 seconds.
The default timeout value is 10 seconds.
address Specify the IP address of the TACACS+ server.
port Specify the TCP port for the TACACS+ server. The value of port can
range from 0 to 65535, but typically, port 49 is specified.
secret Specify the secret (shared password) for the TACACS+ server.