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


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.
  2. host1(config)#interface atm 0/1 
    
    
    
  3. Configure the ATM 1483 subinterface.
  4. host1(config-if)#interface atm 0/1.20
    
    
    
  5. Configure a PVC by specifying the vcd (virtual circuit descriptor), the vpi (virtual path identifier), the vci (virtual channel identifier), and the encapsulation type.
  6. host1(config-if)#atm pvc 10 22 100 aal5snap
    
    
    
  7. Select PPPoE as the encapsulation method.
  8. host1(config-subif)#encapsulation pppoe
    
    
    
  9. Configure a maximum number of PPPoE sessions on the interface.
  10. host1(config-if)#pppoe sessions 128
    
    
    
  11. Create a PPPoE subinterface.
  12. host1(config-subif)#interface atm 0/1.20.1
    
    
    
  13. Select PPP as the encapsulation method.
  14. host1(config-subif)#encapsulation ppp
    
    
    
  15. (Optional) Configure maximum transfer unit (MTU) parameters.
  16. host1(config-if)#pppoe mtu 1380 
    
    
    
  17. (Optional) Configure an access concentrator (AC) name on the PPPoE interface.
  18. host1(config-subif)#pppoe acname CYM9876
    
    
    
  19. (Optional) Set up the router to prevent a client from establishing more than one session using the same MAC address.
  20. host1(config-subif)#pppoe duplicate-protection
    
    
    
  21. Assign an IP address and subnet mask to the PVC.
  22. host1(config-subif)#ip address 192.32.10.20 255.255.255.0
    
    
    
  23. (Optional) Configure additional PPPoE subinterfaces by completing Steps 6 through 11 using unique numbering.
  24. host1(config-subif)#interface atm 0/1.20.2
    
    
    

Figure 34 illustrates the interface stack for this configuration.


Figure 34: Example of PPPoE over ATM Stacking

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] [No Frames]