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 atm-identifier

date_range 19-Nov-23

Syntax

content_copy zoom_out_map
clear pppoe lockout atm-identifier device-name device-name vpi vpi-identifier vci vci-identifier
<aci circuit-id | mac-address mac-address >

Description

Clear the lockout condition for the PPPoE client associated with the specified ATM encapsulation type and, optionally, media access control (MAC) source address or agent circuit identifier (ACI) value. Because the lockout condition persists even in the absence of an underlying interface or after automatic removal of the VLAN or VLAN demux interface, using the clear pppoe lockout atm-identifier command enables you to clear the lockout condition for PPPoE clients by specifying ATM identifying characteristics instead of the ATM interface name.

The following characteristics comprise the ATM encapsulation type identifier:

  • Device name (physical interface or aggregated Ethernet bundle)

  • Virtual path identifier (VPI)

  • Virtual circuit identifier (VCI)

Options

circuit-id

(Optional) ACI value associated with the PPPoE client for which you want to clear lockout. 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.

device-name

Name of the ATM physical interface or aggregated Ethernet bundle associated with the PPPoE client for which you want to clear lockout.

mac-address

(Optional) MAC address value associated with the PPPoE client for which you want to clear lockout. The mac-address option and the aci option are mutually exclusive.

vci-identifier

ATM VCI value associated with the PPPoE client for which you want to clear lockout.

  • Range: 0 through 65535

vpi-identifier

ATM VPI value associated with the PPPoE client for which you want to clear lockout.

  • Range: 0 through 255

Required Privilege Level

clear

Sample Output

clear pppoe lockout atm-identifier device-name vpi vci (PPPoE Client with Specified VPI and VCI on ATM Physical Interface)

content_copy zoom_out_map
user@host> clear pppoe lockout atm-identifier device-name at-1/0/0 vpi 10 vci 40

clear pppoe lockout atm-identifier device-name vpi vci aci (PPPoE Client with Specified VPI and VCI on Aggregated Ethernet Bundle Where ACI Matches Regular Expression)

content_copy zoom_out_map
user@host> clear pppoe lockout atm-identifier device-name ae1 vpi 1 vci 30 aci ““Relay-identifier atm 1/0:100\.*”

clear pppoe lockout atm-identifier device-name vpi vci mac-address (PPPoE Client with Specified VPI, VCI, and MAC Address on ATM Logical Interface)

content_copy zoom_out_map
user@host> clear pppoe lockout atm-identifier device-name at-1/1/0.20 vpi 1 vci 20 mac-address 00:00:5e:00:53:30

Release Information

Command introduced in Junos OS Release 15.2.

footer-navigation