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 dot1x

date_range 29-May-24

Syntax

content_copy zoom_out_map
clear dot1x
interface  <interface-name>
mac-address <static-mac-address>
statistics <interface interface-name>

Description

Reset the authentication state of an interface or delete 802.1X statistics from the device. When you reset an interface using the interface or mac-address options, reauthentication on the interface is also triggered. The device sends out a multicast message on the interface to restart the authentication of all connected supplicants. If a MAC address is reset, then the device sends out a unicast message to that specific MAC address to restart authentication.

Options

interface <[interface-name]>

Reset the authentication state of all the supplicants (also, clear all the authentication bypassed clients) connected to the specified interface (when the interface is an authenticator) or reset the authentication state for the interface itself (when the interface is a supplicant).

mac-address [mac-addresses]

Reset the authentication state of the specified MAC addresses.

statistics <interface interface-name>

Clear 802.1X statistics on all 802.1X-enabled interfaces. If the interface option is specified, clear 802.1X firewall statistics for that interface or interfaces.

Required Privilege Level

view

Sample Output

clear dot1x interface

content_copy zoom_out_map
user@host> clear dot1x interface ge-0/0/1

clear dot1x mac-address

content_copy zoom_out_map
user@host> clear dot1x mac-address 00:04:ae:cd:23:5f

clear dot1x statistics interface

content_copy zoom_out_map
user@host> clear dot1x statistics interface ge-0/0/1

Release Information

Command introduced in Junos OS Release 15.1X49-D80.

footer-navigation