Specifications
Chapter 4 Managing GSS User Accounts Through a TACACS+ Server
Showing TACACS+ Statistics on the GSS
4-26
Cisco Global Site Selector Administration Guide
OL-5480-01
Showing TACACS+ Statistics on the GSS
Use the show tacacs command to display a summary of the TACACS
configuration on your GSS device.
For example, to display the current TACACS+ configuration, enter:
gss1.example.com# show tacacs
Current tacacs server configuration
tacacs-server timeout 5
tacacs-server keepalive-enable
tacacs-server host 1192.168.1.100 port 49
aaa authentication ftp
Use the show statistics tacacs command to display the current TACACS+
statistics. Each server is identified by the IP address and port. There is a PASS,
FAIL, and ERROR counter for each authentication, authorization, and accounting
service. The show statistics tacacs command also indicates whether the TCP
keepalive is ONLINE or OFFLINE.
Note If you disable the TCP keepalive function, the show statistics tacacs command
output always displays the TCP keepalive as ONLINE.
For example, to display the current TACACS+ statistics for the GSS, enter:
gss1.example.com# show statistics tacacs
Server 192.168.1.100:49 ONLINE
PASS FAIL ERROR
Authentication 321 4 0
Authorization 782 48 0
Accounting 535 0 0
Server 192.168.1.101:49 ONLINE
PASS FAIL ERROR
Authentication 17 1 0
Authorization 39 3 0
Accounting 12 0 0
Table 4-2 describes the fields in the show statistics tacacs command output.