show network-access aaa statistics
Syntax
Release Information
Command introduced in Junos OS Release 9.1.
address-assignment option introduced in Junos OS Release 10.0.
Description
Display AAA accounting, authentication, address-assignment, and dynamic request statistics.
Options
- accounting
(Optional) Display AAA accounting statistics.
- address-assignment (client | pool pool-name)
(Optional) Display AAA address-assignment client and pool 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 accountingshow network-access aaa statistics address-assignment client
show network-access aaa statistics address-assignment pool
show network-access aaa statistics authentication
show network-access aaa statistics dynamic-requests
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 | Percentage of total addresses in use. |
Accepts | Number of authentication requests accepted by the authentication server. |
Rejects | Number of authentication requests rejected by the authentication server. |
Challenges | Number of authentication requests challenged by the authentication server. |
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. |
Sample Output
show network-access aaa statistics accounting
user@host> show network-access aaa statistics
accountingAccounting 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 clientAddress-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_1Address-assignment statistics Pool Name: isp_1 Out of Memory: 0 Out of Addresses: 0 Address total: 255 Addresses in use: 15 Address Usage: 6%
show network-access aaa statistics authentication
user@host> show network-access aaa statistics
authenticationRequests received: 0 Accepts: 0 Rejects: 0 Challenges: 0
show network-access aaa statistics dynamic-requests
user@host> show network-access aaa statistics
dynamic-requestsrequests received: 0 processed successfully: 0 errors during processing: 0 silently dropped: 0
