Showing RADIUS Server Statistics

About this task

You cannot collect the following network statistics from a console port: the number of input and output packets, and the number of input and output bytes. All other statistics from console ports are available to assist with debugging.

Procedure

  1. Enter Privileged EXEC mode:

    enable

  2. Display RADIUS server statistics:

    show radius-server statistics

  3. Clear server statistics:

    clear radius statistics

Example

Switch:1#show radius-server statistics 

Responses with invalid server address: 0

   Radius Server(UsedBy) : 192.0.2.58(cli)
--------------------------------------------------------
         Access Requests : 52
          Access Accepts : 0
          Access Rejects : 0
           Bad Responses : 52
          Client Retries : 52
        Pending Requests : 0
        Acct On Requests : 1
       Acct Off Requests : 0
     Acct Start Requests : 47
      Acct Stop Requests : 46
   Acct Interim Requests : 0
      Acct Bad Responses : 94
   Acct Pending Requests : 0
     Acct Client Retries : 94
       Access Challanges : 0
         Round-trip Time : 
          Nas Ip Address : 192.0.2.32
 
   Radius Server(UsedBy) : 192.0.2.58(snmp)
--------------------------------------------------------
         Access Requests : 0
          Access Accepts : 0
          Access Rejects : 0
           Bad Responses : 0
          Client Retries : 0
        Pending Requests : 0
        Acct On Requests : 0
       Acct Off Requests : 0
     Acct Start Requests : 0
      Acct Stop Requests : 0
   Acct Interim Requests : 0
      Acct Bad Responses : 0
   Acct Pending Requests : 0
     Acct Client Retries : 0
       Access Challanges : 0
         Round-trip Time : 
          Nas Ip Address : 192.0.2.32
 
--More-- (q = quit)

Job Aid

The following table shows the field descriptions for the show radius-server statistics command output.

Table 1. show radius-server statistics command fields

Parameter

Description

RADIUS Server

The IP address of the RADIUS server.

AccessRequests

Number of access-response packets sent to the server; does not include retransmissions.

AccessAccepts

Number of access-accept packets, valid or invalid, received from the server.

AccessRejects

Number of access-reject packets, valid or invalid, received from the server.

BadResponses

Number of invalid access-response packets received from the server.

PendingRequests

Access-request packets sent to the server that have not yet received a response, or have timed out.

ClientRetries

Number of authentication retransmissions to the server.

AcctOnRequests

Number of accounting On requests sent to the server.

AcctOffRequests

Number of accounting Off requests sent to the server.

AcctStartRequests

Number of accounting Start requests sent to the server.

AcctStopRequests

Number of accounting Stop requests sent to the server.

AcctInterimRequests

Number of accounting Interim Requests sent to the server.

The AcctInterimRequests counter increments only if the parameter acct-include-cli-commands is set to true.

AcctBadResponses

Number of Invalid Responses from the server that are discarded.

AcctPendingRequests

Number of requests waiting to be sent to the server.

AcctClientRetries

Number of retries made to this server.