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 requests pending

date_range 19-Nov-23

Syntax

content_copy zoom_out_map
show network-access requests pending
<detail>
<index number >

Description

Display the status of pending authentication requests.

Options

  • none—Show pending authentication requests.

  • show network-access requests pendingshow network-access requests pendingdetail—Display detailed information about all pending requests.

  • index number—(Optional) Display detailed information about the request specified by this index number. Use the command without options to obtain a list of requests and index numbers.

Required Privilege Level

view

Output Fields

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

Table 1: show network-access requests pending Output Fields

Field Name

Field Description

Index

Internal number identifying the pending request. Use this number to obtain more information on the record.

User

Originator of authentication request.

Status

The pending requests are requests and responses that are not yet sent back to the respective clients. The pending requests can be in one of the following states:

  • Processing: This request is being processed by the device. The authentication process has started but is not complete.

  • Waiting on Auth Server: The request is sent to an external authentication server, and the device is waiting for the response.

  • Processed: This request has completed authentication (success or failure). The results are not yet forwarded back to the client.

  • Request cancelled by Admin: This request was cancelled by the Admin. The reply with cancel code is not yet sent back to the client.

Profile

The profile determines how the user is authenticated.

Local clients defined with the statement access profile client are authenticated with the password authentication. Clients configured external to the device, on a RADIUS or LDAP server are authenticated with RADIUS or LDAP authentication.

Sample Output

show network-access requests pending

content_copy zoom_out_map
user@host> show network-access requests pending             
Information about pending authentication entries
  Total pending authentication requests: 2
Index User                  Status
1     Sun                   Processing
2     Sam                   Processed

Sample Output

show network-access requests pending detail

content_copy zoom_out_map
user@host> show network-access requests pending detail             
Information about pending authentication entries
  Total pending authentication requests: 2
Index: 1  User: Sun
  Status: Processing
  Profile: Sunnyvale-firewall-users
Index: 2  User: Sam
  Status: Processed
  Profile: Westford-profile

Sample Output

show network-access requests pending index 1

content_copy zoom_out_map
user@host> show network-access requests pending index 1             
Index: 1  User: Sun
  Status: Processing
  Profile: Sunnyvale-firewall-users

Release Information

Command introduced in Release 8.5 of Junos OS.

footer-navigation