Displaying TACACS+ Statistics
To display the statistics, the switch maintains for TACACS+ activity, perform this task:
Procedure
PurposeCommand or Action
Displays the TACACS+ statistics.switch# show tacacs-server statistics
[hostname | ipv4-address | ipv6-address]
Step 1
ipv6-address parameter not supported
on Nexus 3548.
Note
For detailed information about the fields in the output from this command, see the Command Reference for
your Nexus switch.
Verifying the TACACS+ Configuration
To display TACACS+ information, 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-serve [host-name | ipv4-address |
ipv6-address] [directed-request | groups | sorted |
statistics]
Configuration Examples for TACACS+
This example shows how to configure TACACS+:
switch# configure terminal
switch(config)# feature tacacs+
switch(config)# tacacs-server key 7 "ToIkLhPpG"
switch(config)# tacacs-server host 10.10.2.2 key 7 "ShMoMhTl"
switch(config)# aaa group server tacacs+ TacServer
switch(config-tacacs+)# server 10.10.2.2
switch(config-tacacs+)# use-vrf management
Cisco Nexus 3600 NX-OS Security Configuration Guide, Release 7.x
57
Configuring TACACS+
Displaying TACACS+ Statistics