Send documentation comments to mdsfeedback-doc@cisco.com
6-118
Cisco MDS 9000 Family Command Reference
OL-8413-07, Cisco MDS SAN-OS Release 3.x
Chapter 6 Debug Commands
debug tacacs+
debug tacacs+
To enable debugging for boot variables, use the debug tacacs+ command in EXEC mode. To disable a
debug command, use the no form of the command or use the no debug all command to turn off all
debugging.
debug tacacs+ {aaa-request | aaa-request-lowlevel | all | config | config-lowlevel |
server-monitor | server-monitor-errors}
no debug tacacs+ {aaa-request | aaa-request-lowlevel | all | config | config-lowlevel |
server-monitor | server-monitor-errors}
Syntax Description
Defaults Disabled.
Command Modes EXEC mode.
Command History
Usage Guidelines None.
Examples The following example displays the system output when the debug tacacs+ config-lowlevel command
is issued:
switch# debug tacacs+ config-lowlevel
Nov 20 06:39:44 tacacs: tacacs_debug_conf_open: entering...
172.22.94.252# Nov 20 06:39:44 tacacs: tacacs_debug_conf_open: exiting
Nov 20 06:39:44 tacacs: tacacs_conf_close: entering...
Nov 20 06:39:44 tacacs: tacacs_conf_close: returning 0
Nov 20 06:39:44 tacacs: tacacs_enable_info_config: entering for TACACS+ Daemon debug
Nov 20 06:39:44 tacacs: tacacs_debug_conf_open: entering...
Nov 20 06:39:44 tacacs: tacacs_debug_conf_open: exiting
Nov 20 06:39:44 tacacs: tacacs_enable_info_config: SET_REQ for TACACS+ Daemon debug with 1
Nov 20 06:39:44 tacacs: tacacs_enable_info_config: SET_REQ done for TACACS+ Daemon debug
with 1
aaa-request Enables TACACS+ AAA request debug.
aaa-request-lowlevel Enables TACACS+ AAA request low-level debugging.
all Enables Enable all the debug flags.
config Enables TACACS+ configuration debugging.
config-lowlevel Enables TACACS+ configuring low-level debugging.
server-monitor Enables TACACS+ server monitoring.
server-monitor-errors Enables TACACS+ server monitor errors.
Release Modification
1.3(1) This command was introduced.
3.0(1) Added the server-monitor and server-monitor-errors options.