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

clear network-access requests pending

Syntax

clear network-access requests pending
<index index-number >

Release Information

Command introduced in Release 8.5 of JUNOS software.

Description

Clear or cancel all pending authentication requests.

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

Options

none—Clear all network access requests pending.

index index-number —Clear the specified authentication request. To display index numbers, use the show network-access requests pending command.

Required Privilege Level

clear

Related Topics

show network-access requests pending

List of Sample Output

clear network-access requests pending

Output Fields

This command produces no output.

The following example displays the network access requests that are pending, clears the requests, and displays the results of the clear operation:

clear 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
user@host> clear network-access requests pendinguser@host> show network-access requests pending
Information about pending authentication entries
  Total pending authentication requests: 2
Index User                  Status
1     Sun                   Cancelled by Admin
2     Sam                   Cancelled by Admin

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