Send documentation comments to mdsfeedback-doc@cisco.com
17-5
Cisco MDS 9000 Family Troubleshooting Guide, Release 3.x
OL-9285-05
Chapter 17 Troubleshooting RADIUS and TACACS+
AAA Issues
Verifying TACACS+ Configuration Using Fabric Manager
To verify or change the TACACS+ configuration using Fabric Manager, follow these steps:
Step 1 Choose Switches > Security > AAA > TACACS+ and select the Servers tab. You see the TACACS+
configuration in the Information panel.
Step 2 Highlight the server that you need to change and click Delete Row to delete this server configuration.
Step 3 Click Create Row to add a new TACACS+ server.
Step 4 Set the KeyType and Key fields to the preshared key configured on the TACACS+ server.
Step 5 Set the AuthPort and AcctPort fields to the authentication and accounting ports configured on the
TACACS+ server.
Step 6 Set the TimeOut value and click Apply to save these changes.
Step 7 Select the CFS tab and select commit from the Config Action drop-down menu and click Apply
Changes to distribute these changes to all switches in the fabric.
Verifying TACACS+ Configuration Using the CLI
To verify or change the TACACS+ configuration using the CLI, follow these steps:
Step 1 Use the show tacacs-server command to display configured TACACS+ parameters.
switch# show tacacs-server
Global TACACS+ shared secret:***********
timeout value:30
total number of servers:3
following TACACS+ servers are configured:
11.5.4.3:
available on port:2
cisco.com:
available on port:49
11.6.5.4:
available on port:49
TACACS+ shared secret:*****
Step 2 Use the tacacs-server host ip-address key command to set the preshared key to match what is
configured on your TACACS+ server.
Step 3 Use the tacacs-server host ip-address port command to set the communications port to match what is
configured on your TACACS+ server.
Step 4 Use the tacacs-server timeout command to set the period in seconds for the switch to wait for a response
from all TACACS+ servers before the switch declares a timeout failure.
Step 5 Use the tacacs commit command to commit any changes and distribute to all switches in the fabric.