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 nasreq statistics

date_range 09-Dec-23

Syntax

content_copy zoom_out_map
show network-access nasreq statistics

Description

Display information about the NASREQ protocol exchanges that are used to authenticate and authorize subscribers when they log in.

Required Privilege Level

view

Output Fields

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

Table 1: show network-access nasreq statistics Output Fields

Field Name

Field Description

Authentication request attempts

Number of authentication requests forwarded to the NASREQ engine. Note that authentication includes authorization in one message exchange.

Authentication request failures

Number of authentication request failures at the NASREQ engine. This includes timeout failures of the request waiting in the transmit queue.

Authentication request messages sent

Number of authentication requests forwarded to the Diameter engine.

Authentication request message failures

Number of authentication requests failures at the Diameter engine.

Authentication request messages timeouts

Number of authentication requests that timed out waiting for a response from the NASREQ server.

Authentication denies failures

Number of authentication responses with an unsuccessful result-code.

Authentication grants received

Number of authentication responses with a successful result-code.

Authorization request attempts

Number of authorization requests to the NASREQ engine.

Authorization request failures

Number of authorization request failures at the NASREQ engine. This includes timeout failures of the request waiting in the transmit queue.

Authorization request messages sent

Number of authorization requests forwarded to the Diameter engine.

Authorization request message failures

Number of authorization requests failures at the Diameter engine.

Authorization request messages timeouts

Number of authorization requests that timed out waiting for a response from the NASREQ server.

Authorization denies failures

Number of authorization responses with an unsuccessful result-code.

Authorization grants received

Number of authorization responses with a successful result-code.

Session-terminate request attempts

Number of session-terminate requests forwarded to the NASREQ engine.

Session-terminate request failures

Number of session-terminate requests failures at the NASREQ engine. This includes timeout failures of the request waiting in the transmit queue.

Session-terminate request messages sent

Number of session-terminate requests forwarded to the Diameter engine.

Session-terminate request messages failures

Number of session-terminate requests failures at the Diameter engine.

Session-terminate request messages timeouts

Number of session-terminate requests that timed out waiting for a response from the NASREQ server.

Session-terminate response message failures

Number of session-terminate responses with an unsuccessful result-code.

Session-terminate response messages received

Number of session-terminate responses with a successful result-code.

Abort-session requests received

Number of Abort-Session-Request messages received by the NASREQ engine.

Abort-session response-ack messages sent

Number of Abort-Session-Request messages receiving an ACK response.

Abort-session response-nack messages sent

Number of Abort-Session-Request messages receiving a NACK response.

Abort-session response message failures

Number of Abort-Session-Request messages that failed transmission, either due to timeout in the transmit queue, or failed by the Diameter engine.

Number of NASREQ subscribers

Number of active subscribers that received NASREQ authorization.

Number of result-code-1xxx

Number of response messages with an informational result-code.

Number of result-code-2xxx

Number of response messages with a success result-code.

Number of result-code-3xxx

Number of response messages with a protocol-error result-code.

Number of result-code-4xxx

Number of response messages with an transient-error result-code.

Number of result-code-5xxx

Number of response messages with a permanent-error result-code.

Number of result-code-other

Number of response messages with an unregistered result-code.

Transmit queue time-outs

Number of request/responses that timed out waiting for Diameter engine resources.

Transmit message drops

Number of request/responses dropped.

Transmit message failures

Number of request/response failures at the Diameter engine.

Number of requests on the Tx queue

Number of requests/responses currently on the transmit queue.

Number of requests waiting for a response

Number of requests currently in the response queue waiting for a response.

Number of outstanding requests

Number of outstanding requests, including AAR and STR.

Total number of allocated messages

Number of currently allocated request/response messages.

Sample Output

command-name

content_copy zoom_out_map
user@host> show network-access nasreq statistics
Authentication request attempts:4000
Authentication request failures:0
Authentication request messages sent:4000
Authentication request message failures:0
Authentication request messages timeouts:0
Authentication denies failures:0
Authentication grants received:4000
Authorization request attempts:4000
Authorization request failures:0
Authorization request messages sent:4000
Authorization request message failures:0
Authorization request messages timeouts:0
Authorization denies failures:0
Authorization grants received:4000
Session-terminate request attempts:1000
Session-terminate request failures:0
Session-terminate request messages sent:1000
Session-terminate request message failures:0
Session-terminate request messages timeouts:0
Session-terminate response messages failures:0
Session-terminate response messages received:1000
Abort-session requests received:1000
Abort-session response-ack messages sent:1000
Abort-session response-nack messages sent:0
Abort-session response message failures:0
Number of NASREQ subscribers:3000
Number of result-code-1xxx:0
Number of result-code-2xxx:5000
Number of result-code-3xxx:0
Number of result-code-4xxx:0
Number of result-code-5xxx:0
Number of result-code-other:0
Transmit queue time-outs:0
Transmit message drops:0
Transmit message failures:0
Number of requests on the Tx queue:0
Number of requests waiting for a response:0
Number of outstanding requests:0
Total number of allocated messages:0

Release Information

Command introduced in Junos OS Release 16.1.

footer-navigation