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

Configuring PPPoE over ATM

This section provides an example of a common PPPoE over ATM configuration.

See the following resources for additional information:

To configure PPPoE over ATM:

  1. Configure a physical interface.
    host1(config)#interface atm 0/1
  2. Configure the ATM 1483 subinterface.
    host1(config-if)#interface atm 0/1.20
  3. Configure a PVC by specifying the vcd (virtual circuit descriptor), the vpi (virtual path identifier), the vci (virtual channel identifier), and the encapsulation type.
    host1(config-if)#atm pvc 10 22 100 aal5snap
  4. Select PPPoE as the encapsulation method.
    host1(config-subif)#encapsulation pppoe
  5. Do one of the following to configure the maximum number of PPPoE sessions (subinterfaces) supported on the interface:

  6. Create a PPPoE subinterface.
    host1(config-subif)#interface atm 0/1.20.1
  7. Select PPP as the encapsulation method.
    host1(config-subif)#encapsulation ppp
  8. (Optional) Configure maximum transfer unit (MTU) parameters.
    host1(config-if)#pppoe mtu 1380
  9. (Optional) Configure an access concentrator (AC) name on the PPPoE interface.
    host1(config-subif)#pppoe acname CYM9876
  10. (Optional) Set up the router to prevent a client from establishing more than one session using the same MAC address.
    host1(config-subif)#pppoe duplicate-protection
  11. Assign an IP address and subnet mask to the PVC.
    host1(config-subif)#ip address 192.32.10.20 255.255.255.0
  12. (Optional) Configure additional PPPoE subinterfaces by completing Steps 6 through 11 using unique numbering.
    host1(config-subif)#interface atm 0/1.20.2

pppoe max-session-vsa

Figure 34 illustrates the interface stack for this configuration.

Figure 34: Example of PPPoE over ATM Stacking

Image g013094.gif

atm pvc

encapsulation ppp

encapsulation pppoe

interface atm

ip address

pppoe acName

pppoe duplicate-protection

pppoe mtu

pppoe sessions


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