7-64
ADSL WAN Connections
Quick Start
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-28.) Enter:
ProCurve(config-ppp 1)# do show running-config
Figure 7-28. Using the show running-config Command to Check the Two bind
Commands Required for PPPoA
interface adsl 2/1
snr-margin 5
no shutdown
!
interface atm 1 point-to-point
no shutdown
bind 1 adsl 2/1 atm 1
!
interface atm 1.1 point-to-point
no shutdown
pvc 0/33
!
interface ppp 1
ip address 10.1.1.1 255.255.255.252
no shutdown
bind 2 atm 1.1 ppp 1
Bind the ADSL interface to the ATM interface
Bind the ATM subinterface to
the PPP interface