7-61
ADSL WAN Connections
Quick Start
Note The do command allows you to enter enable mode commands (such as show
commands) from any context (except the basic mode context).
8. Create the PPP interface.
Syntax: interface ppp <number>
ProCurve(config)# interface ppp 1
9. Configure a static IP address or configure the interface to negotiate the
IP address with the service provider’s router.
Syntax: ip address <A.B.C.D> <subnet mask | /prefix length>
or
Syntax: ip address negotiated
For example, to assign the PPP interface a static IP address of 10.1.1.1 /
24, enter:
ProCurve(config-ppp 1)# ip address 10.1.1.1 /24
10. Bind the PPP interface to the ATM subinterface.
Syntax: bind <bind number> atm <number.subinterface number> ppp <number>
pppoe-client
ProCurve(config-ppp 1)# bind 2 atm 1.1 ppp 1 pppoe-client
11. View the status of the PPP interface.
ProCurve(config-ppp 1)# do show interface ppp 1
12. View the running-config to ensure that you have entered two bind com-
mands: one to bind the ADSL interface to the ATM interface and one to
bind the ATM subinterface to the PPP interface. (See Figure 7-27.) Enter:
ProCurve(config-ppp 1)# do show running-config