Cisco Nexus 5000 Series Switch CLI Software Configuration Guide (OL-16597-01, July 2009)

Displaying TACACS+ Statistics
To display the statistics the Cisco Nexus 5000 Series 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
For detailed information about the fields in the output from this command, see the Cisco Nexus 5000 Series
Command Reference.
Verifying TACACS+ Configuration
To display TACACS+ configuration information, perform one of the following tasks:
Procedure
PurposeCommand or Action
Displays the TACACS+ Cisco Fabric Services
distribution status and other details.
switch# show tacacs+ {status | pending |
pending-diff}
Step 1
Displays the TACACS+ configuration in the
running configuration.
switch# show running-config tacacs [all]
Step 2
Displays the TACACS+ configuration in the
startup configuration.
switch# show startup-config tacacs
Step 3
Displays all configured TACACS+ server
parameters.
switch# show tacacs-serve [host-name |
ipv4-address | ipv6-address] [directed-request
| groups | sorted | statistics]
Step 4
Example TACACS+ Configuration
The following 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
Default TACACS+ Settings
The following table lists the default settings for TACACS+ parameters.
Cisco Nexus 5000 Series Switch CLI Software Configuration Guide
OL-16597-01 267
About Configuring TACACS+
Displaying TACACS+ Statistics