1236
Command Reference for AT-IX5-28GPX High Availability, High Power Video Surveillance PoE Switch
C613-50057-01 REV A
AlliedWare Plus™ Operating System - Version 5.4.5-0.x
C
OMMANDS
TACACS
-
SERVER
KEY
tacacs-server key
Overview
This command sets a global secret key for authentication, authorization
and accounting. The shared secret text string is used for
communications between the switch and all servers.
Note that if no secret key is explicitly specified for a server with the
tacacs-server host
command, the global secret key will be used for the shared
secret for the server.
Use the
no
variant of this command to remove the global secret key.
Syntax
tacacs-server key [8]
<key-string
>
no tacacs-server key
Mode
Global Configuration
Usage
Use this command to set the global secret key shared between this client and its
servers. If no secret key is specified for a particular server using
the
tacacs-server host
command, this global key is used.
Examples
To set the global secret key to
secret
for server, use the following
commands:
awplus#
configure terminal
awplus(config)#
tacacs-server key secret
To delete the global secret key for server, use the following commands:
awplus#
configure terminal
awplus(config)#
no tacacs-server key
Related
Commands
tacacs-server host
show
Parameter
Description
8
Specifies a string in an encrypted format instead of plain text.
The running config will display the new password as an
encrypted string even if password encryption is turned off.
<
key-string
>
Shared key string applied, a value in the range 1 to 64 characters.
Specifies the shared secret authentication or encryption key for
all communications between this device and all
servers. This key must match the encryption used on
the server.