332
Cisco Nexus 5500 Series NX-OS Security Command Reference
OL-27883-02
Chapter       Show 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
Command Default 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 192.168.2.2 
This example shows how to display the TACACS+ directed request configuration:
switch# show tacacs-server directed-request 
This example shows how to display information for TACACS+ server groups:
switch# show tacacs-server groups 
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
5.2(1)N1(1) This command was introduced.