7-58
ADSL WAN Connections
Quick Start
Replace <interface> with atm, and replace <number> with a unique
number for this ADSL connection. For example, to create ATM 1 interface,
enter:
ProCurve(config)# interface atm 1
2. Activate the interface.
ProCurve(config-atm 1)# no shutdown
3. Create a subinterface for each permanent virtual circuit (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.
Syntax: pvc <vpi>/<vci>
For example, if your service provider assigns you a VPI/VCI of 0/33, enter:
ProCurve(config-atm 1.1)# pvc 0/33
5. Define the ATM encapsulation. The default setting is aal5snap.
Syntax: encapsulation aalsnap
or
Syntax: encapsulation aal5mux [ip | ppp]
For example, to set the encapsulation to multiplexed AAL5 that encapsu-
lates the packet at the IP header, enter:
ProCurve(config-atm 1.1)# encapsulation aal5mux ip
6. Configure an IP address.
Syntax: ip address <A.B.C.D> <subnet mask | /prefix length>
For example, to set the IP address to 10.1.1.1 /24, enter:
ProCurve(config-atm 1.1)# ip address 10.1.1.1 /24
7. 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
8. 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