HP StorageWorks Enterprise File Services WAN Accelerator Manager 2.1.2 User's Guide (392360-004, June 2006)

HP EFS WAN ACCELERATOR MANAGER USERS GUIDE 197
A - HP EFS WAN
A
CCELERATOR MANAGER
Syntax show tacacs
Parameters None
Example
minna # show tacacs
TACACS+ defaults:
key:
timeout: 3
retransmit: 1
No TACACS+ servers configured.
tacacs-server host
Description Adds a TACACS+ server to the set of servers used for authentication. Some of the
parameters given can override the configured global defaults for all TACACS+
servers. The no command option disables TACACS+ support.
Description For detailed information about configuring TACACS+ servers, see the HP
StorageWorks Enterprise File Services WAN Accelerator Deployment Guide.
Syntax tacacs-server host {hostname <ip-address> | auth-port <port-number> | timeout
<seconds> | retransmit <retries> | key <string>}
Parameters
Usage The same IP address can be used in more than one tacacs-server host command if the
auth-port value is different for each. The auth-port value is a UDP port number. The
auth-port value must be specified immediately after the hostname option (if
present).
If no tacacs-server host {hostname | ip-address} is specified, all radius
configurations for this host are deleted. The no tacacs-server host {hostname | ip-
address} auth-port {port} command can be specified to refine which host is deleted,
as the previous command deletes all TACACS+ servers with the specified IP address.
TACACS+ servers are tried in the order they are configured.
hostname < ip
address>
Specifies the TACACS+ server host name or IP address.
auth-port <port-
number>
Specifies the authorization port number. The default value is 49.
timeout <seconds> Sets the timeout for retransmitting a request to any TACACS+
server. The range is 1-60. The default value is 3.
retransmit <retries> Specifies the number of times the client attempts to authenticate
with any TACACS+ server. The default value is 1. The range is 0-5.
To disable retransmissions set the value to 0.
auth-type <type> Specifies the authorization type to use with this TACACS+ server:
ascii, pap.
key <string> Sets the shared secret text string used to communicate with any
TACACS+ server.