7-60
ADSL WAN Connections
Quick Start
Configure PPPoE
If your service provider wants you to configure PPPoE for your ADSL connec-
tion, complete these steps:
1. Create the ATM interface.
Syntax: interface atm <number>
ProCurve(config)# interface atm 1
2. Activate the interface.
ProCurve(config-atm 1)# no shutdown
3. Create a subinterface for each PVC. ATM interfaces on the ProCurve
Secure Router can support up to 16 PVCs.
Syntax: interface atm <number.sublink number>
ProCurve(config-atm 1)# interface atm 1.1
4. Configure a VPI/VCI for the subinterface. For example, if your service
provider assigns you a VPI/VCI of 0/33, you would enter:
Syntax: pvc <vpi>/<vci>
ProCurve(config-atm 1.1)# pvc 0/33
5. Define the ATM encapsulation. For PPPoE, you must set the encapsula-
tion at aal5snap or aal5mux ppp. The default setting is aal5snap.
ProCurve(config-atm 1.1)# encapsulation aal5snap
Syntax: encapsulation aal5snap
or
Syntax: encapsulation aal5mux [ip | ppp]
6. Bind the physical interface—the ADSL interface—to the logical interface.
Syntax: bind <number> <physical interface> <slot>/<port> <logical interface>
<logical interface number>
ProCurve(config-atm 1)# bind 1 adsl 2/1 atm 1
7. View the status of the ATM interface and subinterface.
ProCurve(config-atm 1)# do show interface atm 1
ProCurve(config-atm 1)# do show interface atm 1.1