Specifications
12-548
Cisco SN 5428-2 Storage Router Software Configuration Guide
78-15471-01
Chapter 12 Command Line Interface Reference
tacacs-server key
tacacs-server key
To set the authentication and encryption key used for all TACACS+ communications between the
SN 5428-2 Storage Router and the TACACS+ daemon, use the tacacs-server key command. To disable
the key, use the no form of this command.
tacacs-server key key-string
no tacacs-server key
Syntax Description
Defaults None.
Command Modes Administrator.
Command History
Usage Guidelines After using the aaa authentication iscsi command to configure the iSCSI authentication list to use
TACACS+ authentication services, use the tacacs-server key command to set the global authentication
and encryption key. The key entered as part of the command must match the key used on the TACACS+
daemon. If spaces are part of the key string, enclose the key string in quotation marks.
To override the global key for a specific TACACS+ server, use the tacacs-server host command with
the key keyword.
Examples The following example sets the global authentication and encryption key to my TACACS key string:
[SN5428-2A]# radius-server key “my TACACS key string”
key-string The authentication and encryption key string to be used for all TACACS+
communications, in unencrypted text. If spaces are part of the key string,
enclose the string in quotation marks.
Release Modification
3.2.1. This command was introduced.