Cisco Nexus 5000 Series Switch CLI Software Configuration Guide, NX-OS 4.0(1a)N1 (OL-16597-01, January 2009)

Send feedback to nx5000-docfeedback@cisco.com
18-13
Cisco Nexus 5000 Series Switch CLI Software Configuration Guide
OL-16597-01
Chapter 18 Configuring TACACS+
Displaying TACACS+ Statistics
To disable TACACS+, perform this task:
Displaying TACACS+ Statistics
To display the statistics the Nexus 5000 Series switch maintains for TACACS+ activity, perform this
task:
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:
Example TACACS+ Configuration
The following example shows how to configure TACACS+:
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
use-vrf management
Command Purpose
Step 1
switch# configure terminal
Enters configuration mode.
Step 2
switch(config)# feature tacacs+
Enables TACACS+.
Step 3
switch(config)# exit
Exits configuration mode.
Step 4
switch# copy running-config
startup-config
(Optional) Copies the running configuration to the
startup configuration.
Command Purpose
switch# show tacacs-server statistics
{hostname|ipv4-address|ipv6-address}
Displays the TACACS+ statistics.
Command Purpose
show running-config tacacs [all] Displays the TACACS+ configuration in the
running configuration.
show startup-config tacacs Displays the TACACS+ configuration in the
startup configuration.
show tacacs-server [host-name | ipv4-address |
ipv6-address] [directed-request | groups | sorted
| statistics]
Displays all configured TACACS+ server
parameters.