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 services agf nas

date_range 19-Nov-23

Syntax

content_copy zoom_out_map
show services agf nas (statistics | user-equipment <ue-id>
<session-id session-id>
<brief | detail | extensive | summary > )

Description

Display information about the Non-Access Stratum (NAS) operation between the Access Gateway Function (AGF) and the user equipment (UE).

Options

statistics

(Optional) Display the statistics for different NAS messages that are sent and received on the AGF.

user-equipment ue-id

(Optional) Display NAS connection information on user equipment.

session-id session-id Display information for a specified session ID.
brief | detail | extensive | summary (Optional) Display the specified level of output.

Required Privilege Level

view

Output Fields

Table 1 lists the output fields for the show services agf nas command.

Table 1: show-services-agf-nas

Field Name

Field Description

Message counts

Number of messages sent and received by the Access Gateway Function (AGF).

Messages received

Type and number of NAS signaling messages that has received sent by the AGF.

Messages sent

Type and number of NAS signaling messages that has been sent by the AGF.

PDU ID

PDU identifier

Session ID

Session identifier

Session State

Status of the session. The session can have one of the following states:

  • Inactive

  • Activating

  • Active

  • Deactivating

  • Deactivated

UE ID

User equipment (UE) identifier

UE State

Status of the UE. The UE can have one of the following states:

  • Initial

  • Registering

  • Registered

  • Deregistering

  • Deregistered

  • Releasing

Sample Output

show services agf nas statistics

content_copy zoom_out_map
user@host> show services agf nas user-equipment 
content_copy zoom_out_map
UE id      UE State         PDU id   Session State  Session id
10076162   Registered       1        Active         4            

show services agf nas statistics

content_copy zoom_out_map
user@host> show services agf nas statistics 
content_copy zoom_out_map
Message counts:
    Sent                                 13
    Sent discards                        0
    Received                             6
    Receive discards                     0

Messages sent:
    Registration Request                 2
    Registration Complete                2
    Deregistration Request               1
    Deregistration Accept                0
    Identity Response                    0
    Authentication Response              0
    Authentication Failure               0
    Security Mode Complete               0
    Security Mode Reject                 0
    Service Request                      0
    UL Nas Transport                     4
    5GMM Status                          0
    PDU Session Establishment Request    2
    PDU Session Modification Complete    0
    PDU Session Modification Reject      0
    PDU Session Release Request          1
    PDU Session Release Complete         1
    5GSM Status                          0

Messages received:
    Registration Accept                  2
    Registration Reject                  0
    Deregistration Accept                1
    Deregistration Request               0
    Identity Request                     0
    Authentication Request               0
    Authentication Result                0
    Authentication Reject                0
    Security Mode Command                0
    Service Accept                       0
    Service Reject                       0
    DL Nas Transport                     3
    5GMM Status                          0
    PDU Session Establishment Accept     2
    PDU Session Establishment Reject     0
    PDU Session Modification Command     0
    PDU Session Release Command          1
    PDU Session Release Reject           0
    5GSM Status                          0

Release Information

Command introduced in Junos OS Release 22.3R1.

footer-navigation