show network-access aaa statistics
Syntax
Release Information
Command introduced in Junos OS Release 9.1.
Option address-assignment introduced in Junos OS Release 10.0.
Option radius introduced in Junos OS Release 11.4.
Description
Display AAA accounting, address-assignment, dynamic request statistics, and RADIUS settings and statistics.
Options
accounting | — | (Optional) Display AAA accounting statistics. |
address-assignment (client | pool pool-name) | — | (Optional) Display AAA address-assignment client and pool statistics. |
dynamic-requests | — | (Optional) Display AAA dynamic requests. |
radius | — | (Optional) Display RADIUS settings and statistics. |
Required Privilege Level
view
List of Sample Output
show network-access aaa statistics accountingshow network-access aaa statistics address-assignment client
show network-access aaa statistics address-assignment pool
show network-access aaa statistics dynamic-requests
show network-access aaa statistics radius
Output Fields
Table 1 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 1: show network-access aaa statistics Output Fields
Field Name | Field Description |
---|---|
Requests received |
|
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. |
Requests timedout | Number of accounting requests to the accounting server that timed out. |
Client | Client type; for example, DHCP, Mobile IP, PPP. |
Out of Memory | Number of times an address was not given to the client due to memory issues. |
No Matches | Number of times there were no network matches for the pool. |
Pool Name | Name of the address-assignment pool for this client. |
Out of Addresses | Number of times there were no available addresses in the pool. |
Address total | Number of addresses in the pool. |
Addresses in use | Number of addresses in use. |
Address Usage (percent) | Percentage of total addresses in use. |
processed successfully | Number of dynamic requests processed successfully by the AAA framework. |
errors during processing | Number of dynamic requests that resulted in processing errors by the AAA framework. |
Link Name | Name of the secondary address-assignment pool to which the primary pool is linked. |
Pool Usage | Percentage of allocated addresses in the specified address pool. |
silently dropped | Number of dynamic requests dropped by the AAA framework due to multiple back-to-back or duplicate requests. |
RADIUS Server | IP address of the RADIUS server to which the router is sending requests. |
Profile | Name of the RADIUS profile associated with the RADIUS server. A RADIUS server can be associated with more than one RADIUS profile. |
Configured | Configured maximum number of outstanding requests from the router to the RADIUS server for a specific profile. An outstanding request is a request to which the RADIUS server has not yet responded. The range of values is 0 through 2000 outstanding requests. The default value is 1000. |
Current | Current number of outstanding requests from the router to the RADIUS server for a specific profile. An outstanding request is a request to which the RADIUS server has not yet responded. |
Peak | Highest number of outstanding requests from the router to the RADIUS server for a specific profile at any point in time since the router was started or since the counter was last cleared. Note: If the value of this field is equal to the value of the Configured field, you may want to increase the value of the Configured field. |
Exceeded | Number of times that the router attempted to send requests to the RADIUS server in excess of the configured maximum value for a specific profile. Note: If the value of this field is nonzero, you may want to increase the value of the Configured field. |
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 address-assignment client
user@host> show network-access aaa statistics
address-assignment client
Address-assignment statistics Client: jdhcpd Out of Memory: 0 No Matches: 2
show network-access aaa statistics address-assignment pool
user@host> show network-access aaa statistics
address-assignment pool isp_1
Address-assignment statistics Pool Name: isp_1 Pool Name: (all pools in chain) Out of Memory: 0 Out of Addresses: 9 Address total: 47 Addresses in use: 47 Address Usage (percent): 100
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
show network-access aaa statistics radius
user@host> show network-access aaa statistics
radius
Outstanding Requests RADIUS Server Profile Configured Current Peak Exceeded 172.28.32.239 prof1 1000 0 1000 14 prof2 500 17 432 0 171.27.82.211 myprof 200 0 200 27 12.1.11.254 pppoe-auth 111 0 1 0