TAP Series Switch Command Line Reference
Use this command to set tacacs-server parameters.
Use the no form of this command to delete the tacacs server.
Command Syntax
tacacs-server host mgmt-if IP_ADDR (auth-port AUTHDPORT |) (key (8 |) AUTHDKEY |)
(retransmit AUTHDRETRIES |) ( timeout AUTHDTIMEOUT |)
no tacacs-server host mgmt-if IP_ADDR (auth-port AUTHDPORT |)
IP address of TACACS server
TACACS server port number (default 49)
Specifies a hidden password will follow
TACACS server retries (default 3)
TACACS server timeout in seconds (default 5)
Command Mode
Global Configuration
Default
None
Usage
Use this command to set tacacs-server parameters.
Use the no form of this command to delete the tacacs server.
Examples
The following example set tacacs-server 2.1.1.1
Switch(config)# tacacs-server host 2.1.1.1 key mykey
The following example deletes tacacs-server 2.1.1.1