Configuring a TACACS+ Server Introduction
6-79
Software Reference for SwitchBlade x3100 Series Switches (Access and Security)
Set authentication mode to Command
5
SET TACPLUS AUTHMODE COMMAND
Change timeout value and number of retries
6
SET TAC SERVER 10.10.10.20 RETRIES 5 TIMEOUT 10
Verify the new settings for authentication mode, timeout value and number of retries
7
SHOW TACPLUS
--- TACACS+ -------------------------------------------------------------------
Auth Mode............................. Command
-------------------------------------------------------------------------------
--- TACACS+ Servers -----------------------------------------------------------
Acct
Hostname/IP Address Status Pri Port Port Retries Timeout Function
------------------- -------- ---- ----- ----- ------- ------- ----------------
10.10.10.20 Enabled 1 49 1813 5 10 AUTHENTICATION
Disable the TACACS+ server
8
DISABLE TACPLUS SERVER=10.10.10.20
Verify that TACACS+ server has been disabled
9
SHOW TACPLUS
--- TACACS+ -------------------------------------------------------------------
Auth Mode............................. Command
-------------------------------------------------------------------------------
--- TACACS+ Servers -----------------------------------------------------------
Acct
Hostname/IP Address Status Pri Port Port Retries Timeout Function
------------------- -------- ---- ----- ----- ------- ------- ----------------
10.10.10.20 Disabled 1 49 1813 5 10 AUTHENTICATION
Delete the TACACS+ server
10
DELETE TACPLUS SERVER 10.10.10.20
Verify that TACACS+ server has been deleted
11
SHOW TACPLUS
--- TACACS+ -------------------------------------------------------------------
No TACAC+ servers configured.
-------------------------------------------------------------------------------
TABLE 6-17 Configuration Procedure for TACACS+
Step Command Description