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 nas-5g

date_range 19-Nov-23

Syntax

content_copy zoom_out_map
show network access nas-5g (state | statistics)

Description

Display statistics on the interactions between the Access Gateway Function (AGF) and other network functions during subscriber authentication.

Options

state

Display the status of the 5G connections

statistics Display the statistics for the 5G core (5GC) connections.

Required Privilege Level

view

Output Fields

Table 1 lists the output fields for the show network access nas-5g command.

Table 1: show network access nas-5g

Field Name

Field Description

Connection up transitions

Number of established Non-Access Stratum (NAS) connections.

Connection down transitions

Number of NAS connections shut down.

Connection errors

Number of NAS connections that failed.

Total messages sent

Number of NAS signaling messages sent.

Total messages received

Number of NAS signaling messages received.

Total request retries

Number of retry attempts for NAS signaling messages.

Total request timeouts

Number of request messages that timed out.

Authentication request attempts

Number of attempted authentication requests.

Authentication request messages sent

Number of authentication request messages sent successfully.

Authentication request messages authenticated

Number of authentication request messages authenticated.

Authentication request failures

Number of authentication request messages that failed.

Authentication response failures

Number of errors encountered during the processing of authentication response messages.

Authentication request timeouts

Number of timed out authentication request messages.

Maximum number of outstanding requests exceeded failures

Number of times the outstanding requests exceeded the failure count.

Session terminate request messages sent

Number of session termination request messages sent.

Session terminate response messages received

Number of session termination response messages received

Session terminate request message failures

Number of session termination request messages that failed.

Session terminate request timeouts

Number of session termination request messages that timed out.

Session command logout received

Number of session log-out command messages received.

Session command logout receive failures

Number of received log-out messages that failed.

Session disconnect request sent

Number of session disconnect request messages sent.

Session disconnect request send failures

Number of errors encountered while sending the session disconnect request messages.

Session disconnect response received

Number of session disconnect response messages received.

Session disconnect response receive failures

Number of errors encountered during the processing of session disconnect response messages.

Number of outstanding requests

Number of pending sessions that have not been processed.

Total number of allocated messages

Total number of messages allocated in memory.

Sample Output

show network-access nas-5g state

content_copy zoom_out_map
user@host> show network-access nas-5g state
content_copy zoom_out_map
NAS-5G module state information
  Connection state: UP
  Total number of subscribers: 11

show network-access nas-5g statistics

content_copy zoom_out_map
user@host> show network-access nas-5g statistics
content_copy zoom_out_map
NAS-5G module statistics                                                                                                  
  Connection up transitions: 2                                                                                            
  Connection down transitions: 1                                                                                          
  Connection errors: 0                                                                                                    
  Total messages sent: 11                                                                                                 
  Total messages received: 11                                                                                             
  Total request retries: 0                                                                                                
  Total request timeouts: 0                                                                                               
  Authentication request attempts: 5                                                                                      
  Authentication request messages sent: 5                                                                                 
  Authentication request messages authenticated: 5                                                                        
  Authentication request failures: 0                                                                                      
  Authentication response failures: 0                                                                                     
  Authentication request timeouts: 0                                                                                      
  Maximum number of outstanding requests exceeded failures: 0                                                             
  Session terminate request messages sent: 6                                                                              
  Session terminate response messages received: 6                                                                         
  Session terminate request message failures: 0                                                                           
  Session terminate response failures: 0                                                                                  
  Session terminate request timeouts: 0                                                                                   
  Number of outstanding requests: 0                                                                                       
  Total number of allocated messages: 0                                                                                 

Release Information

Command introduced in Junos OS Release 22.3R1.

footer-navigation