Switches, Hubs, and Modems
1754959 Members
2969 Online
108827 Solutions
New Discussion

Re: Moving from ADSL 2+ to EFM (Ethernet for the last mile) using a HP procurve 7102 DL

 
Andrew Kececi
Occasional Advisor

Moving from ADSL 2+ to EFM (Ethernet for the last mile) using a HP procurve 7102 DL

Hi All,

As in the title, Our company has just recently moved from ADSL 2+ to EFM. However i am finding it very very difficult in trying to findout which module for the HP Procurve 7102DL would suit this type of ISP connection.

So far i have tried to setup eth 0/2 for PPPoe however without success.

Would much appreciate some advice or help

Regards
Andrew Kececi

1 REPLY 1
Andrew Kececi
Occasional Advisor

Re: Moving from ADSL 2+ to EFM (Ethernet for the last mile) using a HP procurve 7102 DL

Just added to the above... Here is the existing configuration..

The ISP provider is telling me that EFM requires exactly what ADSL 2+ uses as a configuration however through a RJ45 physical port.

________

!
interface eth 0/1
ip address xxx.xxx.xxx.xxx xxx.xxx.xxx.xxx
access-policy Private
ip urlfilter Web_Http_Filter in
no shutdown
!
!
interface adsl 1/1
description "xxxx"
interop-flag 0xxxxx
phy-flag 0xxxxx
no shutdown
!
!
interface atm 1 point-to-point
no shutdown
bind 1 adsl 1/1 atm 1
!
interface atm 1.1 point-to-point
no shutdown
pvc 8/35
no ip address
fair-queue
!
!
interface ppp 1
ip address negotiated
access-policy Public
ip urlfilter Web_Http_Filter out
crypto map VPN
ppp multilink
no fair-queue
ppp chap hostname xxx@xxx
ppp chap password encrypted xxx
no shutdown
bind 2 atm 1.1 ppp 1
!_____

Also here is a config i would like, however it doesnt seem to want to work for eth 0/2

__________

!
interface eth 0/1
ip address xxx.xxx.xxx.xxx xxx.xxx.xxx.xxx
access-policy Private
ip urlfilter Web_Http_Filter in
no shutdown
!
!
!
!
interface eth 0/2
no ip address
no shutdown
no lldp send-and-receive
port-auth supplicant
port-auth supplicant username "xxx" password encrypted "xxx"
!
!
interface adsl 1/1
description "xxxx"
interop-flag 0xxxxx
phy-flag 0xxxxx
no shutdown
!
!
interface atm 1 point-to-point
no shutdown
bind 1 adsl 1/1 atm 1
!
!
!
interface atm 2 point-to-point
no shutdown
bind 2 eth 0/2 atm 2
!
!
interface atm 1.1 point-to-point
no shutdown
pvc 8/35
no ip address
fair-queue
!
!
interface atm 2.1 point-to-point
no shutdown
pvc 8/35
no ip address
fair-queue
!
!
interface ppp 1
ip address negotiated
access-policy Public
ip urlfilter Web_Http_Filter out
crypto map VPN
ppp multilink
no fair-queue
ppp chap hostname xxx@xxx
ppp chap password encrypted xxx
no shutdown
bind 2 atm 1.1 ppp 1
!
!
interface ppp 2
ip address negotiated
access-policy Public
ip urlfilter Web_Http_Filter out
ppp multilink
no fair-queue
ppp chap hostname xxx@xxx
ppp chap password encrypted xxx
no shutdown
bind 3 atm 2.1 ppp 2
!
_______

Again any help would be appreciated

Regards
Andrew Kececi