Specifications

Table Of Contents
2-519
Cisco SCE 2000 and SCE 1000 CLI Command Reference
OL-26797-03
Chapter 2 CLI Command Reference
tacacs-server host
tacacs-server host
Defines a new TACACS+ server host that is available to the SCE platform TACACS+ client. Use the no
form of the command to remove a TACACS+ server host. The Service Control solution supports a
maximum of three TACACS+ server hosts.
tacacs-server host host-name [port port #] [timeout timeout-interval ] [key key-string ]
no tacacs-server host host-name
Syntax Description
Command Default Default port # = 49
Default timeout-interval = 5 seconds or user-configured global default timeout interval
Default key-string = no key or user-configured global default key
Command Modes Global configuration
Command History This table includes the following release-specific history entries:
Usage Guidelines The user can configure a global default timeout interval that will be applied as the timeout to all
TACACS+ server hosts. The timeout interval then does not need to be configured explicitly for each
server. (See tacacs-server timeout )
Similarly, the user can configure a global default key that will be applied to all TACACS+ server hosts.
(See tacacs-server key )
If the global default timeout interval and key string are configured, an explicitly configured value for a
specific TACAS+ server overrides the global default for that server.
Authorization: admin
host-name name of the server
port # TACACS+ port number
timeout-interval time in seconds that the server waits for a reply from the server host before
timing out
key-string encryption key that the server and client will use when communicating with
each other. Make sure that the specified key is actually configured on the
TACACS+ server host.
Release Modification
3.0.0 This command was introduced.