CLI Reference Guide-R02

Table Of Contents
Chapter 8
| Authentication Commands
TACACS+ Client
– 225 –
tacacs-server
encrypted-key
This command sets the TACACS+ encryption key to be sent in encrypted text. Use
the no form to restore the default.
Syntax
tacacs-server encrypted-key key-string
no tacacs-server encrypted-key
key-string - Encryption key sent in encrypted text and used to authenticate
logon access for client. Enclose any character string using ASCII characters
A-Z” or “a-z. (Maximum length: 48 characters)
Default Setting
None
Command Mode
Global Configuration
Example
Console(config)#tacacs-server encrypted-key green
Console(config)#
tacacs-server port This command specifies the TACACS+ server network port. Use the no form to
restore the default.
Syntax
tacacs-server port port-number
no tacacs-server port
port-number - TACACS+ server TCP port used for authentication messages.
(Range: 1-65535)
Default Setting
49
Command Mode
Global Configuration
Example
Console(config)#tacacs-server port 181
Console(config)#