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 pppoe lockout

date_range 19-Nov-23

Syntax

content_copy zoom_out_map
clear pppoe lockout
<aci circuit-id | mac-address mac-address >
<underlying-interfaces underlying-interface-name>

Description

Clear the lockout condition for the PPPoE client associated with the specified media access control (MAC) source address or agent circuit identifier (ACI) value.

Options

none

Clear the lockout condition for the PPPoE clients associated with all MAC source addresses on all PPPoE underlying interfaces.

aci circuit-id

(Optional) Clear the lockout condition for the PPPoE client associated with the specified ACI value. To clear the lockout condition by a specified ACI value, you must specify the filter aci option in the short-cycle-protection statement when you configure PPPoE subscriber session lockout. If the filter aci option is missing from the short-cycle-protection statement , no PPPoE client sessions are cleared using the ACI filter. The aci option and the mac-address option are mutually exclusive.

mac-address mac-address

(Optional) Clear the lockout condition for the PPPoE client associated with the specified MAC source address. The mac-address option and the aci option are mutually exclusive.

underlying-interfaces underlying-interface-name

(Optional) Clear the lockout condition for all PPPoE clients associated with the specified PPPoE underlying interface.

Required Privilege Level

clear

Sample Output

clear pppoe lockout (All MAC Source Addresses on All Underlying Interfaces)

content_copy zoom_out_map
user@host> clear pppoe lockout

clear pppoe lockout mac-address (Specified MAC Source Address)

content_copy zoom_out_map
user@host> clear pppoe lockout mac-address 00:00:5e:00:53:30

clear pppoe lockout mac-address underlying-interfaces (Specified MAC Source Address on Specified Underlying Interface)

content_copy zoom_out_map
user@host> clear pppoe lockout mac-address 00:00:5e:00:53:30 underlying-interfaces ge-1/0/0.101

clear pppoe lockout underlying-interfaces (All MAC Source Addresses on Specified Underlying Interface)

content_copy zoom_out_map
user@host> clear pppoe lockout underlying-interfaces ge-1/0/0.101

clear pppoe lockout underlying-interfaces aci (ACI on Specified Underlying Interface)

content_copy zoom_out_map
user@host> clear pppoe lockout underlying-interfaces demux0.214 aci “Relay-identifier atm 3/0:100\.*”

Release Information

Command introduced in Junos OS Release 11.4.

aci option introduced in Junos OS Release 13.3.

footer-navigation