[ Contents] [ Prev] [ Next] [ Index] [ Report an Error]

show network-access requests pending

Syntax

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

Release Information

Command introduced in Release 8.5 of JUNOS software.

Description

Display the status of pending authentication requests.

This command is supported on J-series and SRX-series devices.

Options

none—Show pending authentication requests.

detail—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

Related Topics

clear network-access requests pending

List of Sample Output

show network-access requests pending
show network-access requests pending detail
show network-access requests pending index 1

Output Fields

Table 15 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 15: 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.

show network-access requests pending

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

show network-access requests pending detail

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

show network-access requests pending index 1

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

[ Contents] [ Prev] [ Next] [ Index] [ Report an Error]