Help us improve your experience.

Let us know what you think.

Do you have time for a two-minute survey?

header-navigation
keyboard_arrow_up
close
keyboard_arrow_left
Junos CLI Reference
Table of Contents Expand all
list Table of Contents
file_download PDF
{ "lLangCode": "en", "lName": "English", "lCountryCode": "us", "transcode": "en_US" }
English
keyboard_arrow_right

show network-access aaa statistics dynamic-requests

date_range 19-Nov-23

Syntax

content_copy zoom_out_map
                 show network-access aaa statistics dynamic-requests;

Description

Display authentication, authorization, and accounting (AAA) authentication statistics for disconnects.

Required Privilege Level

view

Output Fields

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

Table 1: show network-access aaa statistics dynamic-requests Output Fields

Field Name

Field Description

Requests received

The number of dynamic requests received by the RADIUS server.

Processed successfully

The number of dynamic requests successfully processed by the RADIUS server.

Errors during processing

The number of errors that occurred while the RADIUS server was processing the dynamic request.

Silently dropped

The number of silently dropped requests.

Sample Output

show network-access aaa statistics authentication

content_copy zoom_out_map
user@switch> show network-access aaa statistics dynamic-requests             
Dynamic-requests module statistics
  Requests received: 0
  Processed successfully: 0
  Errors during processing: 0
  Silently dropped: 0

Release Information

Command introduced in Junos OS Release 9.0.

footer-navigation