Cisco Nexus 5000 Series Command Reference Release 4.0(1a)N2(1) (OL-16599-01, March 2009)

Send comments to nx5000-docfeedback@cisco.com
6-119
Cisco Nexus 5000 Series Command Reference
OL-16599-01
Chapter 6 Security Commands
show tacacs-server
show tacacs-server
To display TACACS+ server information, use the show tacacs-server command.
show tacacs-server [hostname | ip4-address | ip6-address] [directed-request | groups | sorted |
statistics]
Syntax Description
Defaults Displays the global TACACS+ server configuration.
Command Modes EXEC mode
Command History
Usage Guidelines TACACS+ preshared keys are not visible in the show tacacs-server command output. Use the show
running-config tacacs+ command to display the TACACS+ preshared keys.
You must use the feature tacacs+ command before you can display TACACS+ information.
Examples This example shows how to display information for all TACACS+ servers:
switch# show tacacs-server
This example shows how to display information for a specified TACACS+ server:
switch# show tacacs-server 10.10.2.2
This example shows how to display the TACACS+ directed request configuration:
switch# show tacacs-server directed-request
hostname (Optional) TACACS+ server Domain Name Server (DNS) name. The
maximum character size is 256.
ipv4-address (Optional) TACACS+ server IPv4 address in the A.B.C.D format.
ipv6-address (Optional) TACACS+ server IPv6 address in the X:X:X::X format.
directed-request (Optional) Displays the directed request configuration.
groups (Optional) Displays information about the configured TACACS+ server
groups.
sorted (Optional) Displays sorted-by-name information about the TACACS+
servers.
statistics (Optional) Displays TACACS+ statistics for the TACACS+ servers.
Release Modification
4.0(0)N1(1a) This command was introduced.