[Contents] [Prev] [Next] [Index] [Report an Error]

Configuring and Verifying Lockout for PPPoE Clients

To configure and verify encapsulation type lockout for a PPPoE client:

  1. Configure the underlying physical interface.

    For example, the following commands configure a static ATM 1483 subinterface and corresponding ATM PVC.

    host1(config)#interface atm 3/0
    host1(config-if)#interface atm 3/0.101
    host1(config-subif)#atm pvc 10 10 20 aal5snap
  2. Create a static PPPoE major interface.
    host1(config-subif)#encapsulation pppoe
  3. Configure the PPPoE major interface to detect and accept dynamic PPPoE subinterfaces. Use the lockout-time keyword to configure a nondefault lockout time range for the PPPoE clients associated with the dynamic PPPoE subinterface column.

    For example, the following command configures a lockout time in the range 5–60 seconds for the PPPoE clients associated with the dynamic PPPoE subinterface column on the PPPoE major interface.

    host1(config-subif)#pppoe auto-configure lockout-time 5 60
  4. Assign a profile to the PPPoE major interface.
    host1(config-subif)#pppoe profile pppoeLockoutProfile

    For information about creating and using profiles, see Configuring a Dynamic Interface from a Profile .

  5. (Optional) Verify the lockout configuration by using either of the following commands.

pppoe auto-configure lockout-time


[Contents] [Prev] [Next] [Index] [Report an Error]