PPPoA is defined in RFC 2364 as PPP over AAL5.
Three types of PPPoA are available:
Provides a separate virtual circuit for each routed protocol to be transported.
Configuration:
interface ATM0/0
no ip address
dsl operating-mode auto
pvc 8/35
encapsulation aal5mux ppp Virtual-Template1
!
interface Virtual-Template1
encapsulation ppp
ip address negotiated
ppp authentication chap
...
Provides a single virtual circuit for all higher-layer protocols.
AAL5SNAP is the default method.
An LLC header is inserted at the beginning of the PDU.
The LLC header contains the following information:
0xFE for SNAP
Set to 0xFE for SNAP
0x03 (unnumbered)
Configured with encapsulation aal5snap.
Allows for multiple PVCs on multiple subinterfaces.
Cisco equipment is required end-to-end.
Configured with encapsulation ciscoppp.