S e n d d o c u m e n t a t i o n c o m m e n t s t o m d s f e e d b a c k - d o c @ c i s c o . c o m
17-7
Cisco MDS 9000 Family Troubleshooting Guide, Release 3.x
OL-9285-05
Chapter 17 Troubleshooting RADIUS and
AAA Issues
Verifying Server Monitor Configuration Using Fabric Manager
To verify or change the server monitor configuration using Fabric Manager, follow these
steps:
Step 1
Choose
Switches > Security > AAA >
and select the
Servers
tab. You see the
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 server.
Step 4
Set the KeyType and Key fields to the preshared key configured on the server.
Step 5
Set the AuthPort and AcctPort fields to the authentication and accounting ports configured on the
server.
Step 6
Set the Idle Time field to configure the time that the switch waits for a server to be idle before
sending a test message to see if the server is still alive.
Step 7
Set the TimeOut value and click
Apply
to save these changes.
Step 8
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.
Step 9
Choose
Switches > Security > AAA a
nd click
Create Row
to create a server group.
Step 10
Check the list of switches that you want to configure server groups on.
Step 11
Set the Server List field to a comma-separated list of servers.
Step 12
Set the Deadtime field to configure the time that the switch waits before retesting a dead server. and click
Apply
to save these changes.
Verifying Server Monitor Configuration Using the CLI
To verify or change the server monitor configuration using the CLI, follow these steps:
Step 1
Use the
show running-config
command to view the configuration for the server monitor.
switch#
show running-config | begin tacacs
tacacs-server
deadtime 40
tacacs-server host 11.6.5.4 key 7 “VagwwtFjq”
tacacs-server host 11.6.5.4 test
idle-time 30
Step 2
Use the
tacacs-server host
ip address
test idle-time
command to configure the time that the switch
waits for a server to be idle before sending a test message to see if the server is still alive.
Step 3
Use the
tacacs-server deadtime
command to configure the time that the switch waits before retesting a
dead server.
Step 4
Use the
tacacs commit
command to commit any changes and distribute to all switches in the fabric.