DETAILED STEPS
PurposeCommand or Action
Displays the TACACS+ server statistics on the Cisco
NX-OS device.
(Optional) show tacacs-server statistics {hostname |
ipv4-address | ipv6-address}
Example:
Step 1
switch# show tacacs-server statistics 10.10.1.1
Clears the TACACS+ server statistics.
clear tacacs-server statistics {hostname | ipv4-address |
ipv6-address}
Step 2
Example:
switch# clear tacacs-server statistics 10.10.1.1
Related Topics
Configuring TACACS+ Server Hosts, on page 73
Verifying the TACACS+ Configuration
To display the TACACS+ configuration, perform one of the following tasks:
PurposeCommand
Displays the TACACS+ Cisco Fabric Services distribution
status and other details.
show tacacs+ { status | pending | pending-diff}
Displays the TACACS+ configuration in the running
configuration.
show running-config tacacs [all]
Displays the TACACS+ configuration in the startup
configuration.
show startup-config tacacs
Displays all configured TACACS+ server parameters.
show tacacs-server [host-name | ipv4-address
| ipv6-address] [directed-request | groups |
sorted | statistics]
Displays the current privilege level, username, and status
of cumulative privilege support.
show privilege
Configuration Examples for TACACS+
The following example shows how to configure a TACACS+ server host and server group:
feature tacacs+
tacacs-server key 7 "ToIkLhPpG"
tacacs-server host 10.10.2.2 key 7 "ShMoMhTl"
aaa group server tacacs+ TacServer
server 10.10.2.2
Cisco Nexus 9000 Series NX-OS Security Configuration Guide, Release 9.x
100
Configuring TACACS+
Verifying the TACACS+ Configuration