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


Configuring PPPoE over ATM

This section provides an example of a common PPPoE over ATM configuration. See Figure 7-2. Additional information is provided in the following chapters:

To configure PPPoE over ATM:

  1. Configure a physical interface.
host1(config)#interface atm 0/1 
  1. Configure the ATM 1483 subinterface.
host1(config-if)#interface atm 0/1.20
  1. Configure a PVC by specifying the vcd (virtual circuit descriptor), the vci (virtual channel identifier), the vpi (virtual path identifier), and the encapsulation type.
host1(config-if)#atm pvc 10 22 100 aal5snap
  1. Select PPPoE as the encapsulation method.
host1(config-subif)#encapsulation pppoe
  1. Configure a maximum number of PPPoE sessions on the interface.
host1(config-if)#pppoe sessions 128
  1. Create a PPPoE subinterface.
host1(config-subif)#interface atm 0/1.20.1
  1. Select PPP as the encapsulation method.
host1(config-subif)#encapsulation ppp 
  1. (Optional) Configure an access concentrator (AC) name on the PPPoE interface.
host1(config-subif)#pppoe acname CYM9876
  1. (Optional) Set up the system to prevent a client from establishing more than one session using the same MAC address
host1(config-subif)#pppoe duplicate-protection
  1. Assign an IP address and subnet mask to the PVC.
host1(config-subif)#ip address 192.32.10.20 255.255.255.
  1. (Optional) Configure additional PPPoE subinterfaces by completing steps 6 through 8 using unique numbering.
host1(config-subif)#interface atm 0/1.20.2


Figure 7-2 Example of PPPoE over ATM stacking configuration steps

    atm pvc

host1(config-if)#atm pvc 10 100 22 aal5autoconfig

    encapsulation ppp

host1(config-subif)#encapsulation ppp

    encapsulation pppoe

host1(config-subif)#encapsulation pppoe

    interface atm

host1(config)#interface atm 0/1.19 

    ip address

host1(config-if)#ip address 192.1.1.1 255.255.255.0

    pppoe acName

host1(config-subif)#pppoe acname CYM9876

    pppoe duplicate-protection

host1(config-subif)#pppoe duplicate-protection 

    pppoe sessions

host1(config-if)#pppoe sessions 128

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