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

clear network-access requests pending

date_range 19-Nov-23

Syntax

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

Description

Clear or cancel all pending authentication requests.

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

Output Fields

Sample 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

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

user@host> 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                   Cancelled by Admin
2     Sam                   Cancelled by Admin

Release Information

Command introduced in Release 8.5 of Junos OS.

footer-navigation