Help us improve your experience.

Let us know what you think.

Do you have time for a two-minute survey?

Announcement: Try the Ask AI chatbot for answers to your technical questions about Juniper products and solutions.

close
header-navigation
keyboard_arrow_up
close
keyboard_arrow_left
list Table of Contents
file_download PDF
{ "lLangCode": "en", "lName": "English", "lCountryCode": "us", "transcode": "en_US" }
English
ON THIS PAGE
keyboard_arrow_right

Clearing Lockout of PPPoE Subscriber Sessions

date_range 06-Dec-23

Purpose

Clear the lockout condition for the PPPoE subscriber session associated with a unique MAC source address or ACI value.

Action

  • To clear the lockout condition for PPPoE subscriber sessions associated with all MAC source addresses on all underlying interfaces:

    content_copy zoom_out_map
    user@host> clear pppoe lockout
    
  • To clear the lockout condition for the PPPoE subscriber session associated with the specified MAC source address:

    content_copy zoom_out_map
    user@host> clear pppoe lockout mac-address mac-address
    
  • To clear the lockout condition for all PPPoE subscriber sessions on the specified underlying interface:

    content_copy zoom_out_map
    user@host> clear pppoe lockout underlying-interfaces underlying-interface-name
    
  • To clear the lockout condition for the PPPoE subscriber session associated with the specified MAC source address on the specified underlying interface:

    content_copy zoom_out_map
    user@host> clear pppoe lockout mac-address mac-address underlying-interfaces underlying-interface-name
    
  • To clear the ACI-based lockout condition for PPPoE subscriber sessions on all underlying interfaces:

    content_copy zoom_out_map
    user@host> clear pppoe lockout aci
    
  • To clear the ACI-based lockout condition for PPPoE subscriber sessions associated with the specified ACI value on the specified underlying interface:

    content_copy zoom_out_map
    user@host> clear pppoe lockout underlying-interfaces underlying-interface-name aci agent-circuit-id
    
  • To clear the ACI-based lockout for a PPPoE subscriber session with the specified ATM encapsulation type identifiers where the ACI value matches a regular expression:

    content_copy zoom_out_map
    user@host> clear pppoe lockout atm-identifier device-name device-name vpi vpi-identifier vci vci-identifier aci “Relay-identifier atm 1/0:100\.*”
    
  • To clear the MAC-based lockout condition for a PPPoE subscriber session with the specified ATM encapsulation type identifiers:

    content_copy zoom_out_map
    user@host> clear pppoe lockout atm-identifier device-name device-name vpi vpi-identifier vci vci-identifier mac-address mac-address
    
  • To clear the ACI-based lockout for a PPPoE subscriber session with the specified VLAN encapsulation type identifiers where the ACI value matches a regular expression:

    content_copy zoom_out_map
    user@host> clear pppoe lockout vlan-identifier device-name device-name svlan-id svlan-identifier vlan-id vlan-identifier aci “Relay-identifier atm 3/0:200\.*”
    
  • To clear the MAC-based lockout condition for a PPPoE subscriber session with the specified VLAN encapsulation type identifiers:

    content_copy zoom_out_map
    user@host> clear pppoe lockout vlan-identifier device-name device-name vlan-id vlan-identifier mac-address mac-address
    
  • To verify that the lockout condition has been cleared:

    content_copy zoom_out_map
    user@host> show pppoe lockout
    
footer-navigation