4-27
Cisco Global Site Selector Administration Guide
OL-10410-01
Chapter 4 Managing GSS User Accounts Through a Server
Showing Statistics on the GSS
Use the
show statistics tacacs
command to display the current
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 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.
Table 4-2
Field Descriptions for show statistics tacacs Command
Field
Description
Server
IP address or hostname, along with the TCP port, of
the active server. This field also indicates
whether the TCP keepalive is ONLINE or OFFLINE.
Pass
Counter that increments when a “pass” condition
occurs for the specific service. For example, if a user
successfully performs an authentication with a GSS,
the GSS increments the Authentication Pass counter.
If the GSS permits a user to access a specific CLI
command through authorization, the GSS increments
the Authorization Pass counter.