[ Contents] [ Prev] [ Next] [ Index] [ Report an Error]

show network-access aaa statistics

Syntax

show network-access aaa statistics
<accounting>
<authentication>
<dynamic-requests>

Release Information

Command introduced in JUNOS Release 9.1.

Description

Display AAA accounting and authentication statistics.

Options

accounting — (Optional) Display AAA accounting statistics.

authentication — (Optional) Display AAA authentication statistics.

dynamic-requests — (Optional) Display AAA dynamic requests.

Required Privilege Level

view

List of Sample Output

show network-access aaa statistics accounting
show network-access aaa statistics authentication
show network-access aaa statistics dynamic-requests

Output Fields

Table 114 lists the output fields for the show network-access aaa statistics command. Output fields are listed in the approximate order in which they appear.

Table 114: command-name Output Fields

Field Name

Field Description

Accepts

Number of authentication requests accepted by the authentication server.

Accounting Response Failures

Number of accounting requests not acknowledged (NAK) by the accounting server.

Accounting Response Success

Number of accounting requests acknowledged by the accounting server.

Challenges

Number of authentication requests challenged by the authentication server.

Errors During Processing

Number of dynamic requests that resulted in processing errors by the AAA framework.

Processed Successfully

Number of dynamic requests processed successfully by the AAA framework.

Rejects

Number of authentication requests rejected by the authentication server.

Requests Received

  • Number of authentication requests received from clients.
  • Number of accounting requests generated by the AAA framework.
  • Number of dynamic requests received from the external server.

Requests Timed Out

Number of accounting requests to the accounting server that timed out.

Silently Dropped

Number of dynamic requests dropped by the AAA framework due to multiple back-to-back or duplicate requests.

Sample Output

show network-access aaa statistics accounting

user@host> show network-access aaa statistics accounting
Accounting module statistics
  Requests received: 0
  Accounting Response failures: 0
  Accounting Response Success: 0
  Requests timedout: 0

show network-access aaa statistics authentication

user@host> show network-access aaa statistics authentication
Requests received: 0
Accepts: 0
Rejects: 0
Challenges: 0

show network-access aaa statistics dynamic-requests

user@host> show network-access aaa statistics dynamic-requests
requests received: 0
processed successfully: 0
errors during processing: 0
silently dropped: 0

[ Contents] [ Prev] [ Next] [ Index] [ Report an Error]