Wireless Access

last person joined: 17 hours ago 

Access network design for branch, remote, outdoor, and campus locations with HPE Aruba Networking access points and mobility controllers.
Expand all | Collapse all

PPPoE connenction on Controller 7010 won´t work

This thread has been viewed 5 times
  • 1.  PPPoE connenction on Controller 7010 won´t work

    Posted Apr 19, 2016 03:36 AM

    Hi everyone,

    we have an Aruba controller 7010. PPPoE is configured on the controller, but i can´t establish a connection.
    WAN connection is configured on Port Gi0/0/0. This is the complete configuration:

     

    interface vlan 2
    ip address pppoe
    ip pppoe-username michon2
    ip pppoe-password 8c2ded2e3669bb6263b65facb69635da
    ip nat inside

     

    uplink wired vlan 2 priority 1
    no uplink wired vlan 1

    no ip default-gateway import dhcp
    no ip default-gateway import cell

     

    interface gigabitethernet 0/0/0
    description "GE0/0/0"
    trusted
    trusted vlan 1-4094
    ip access-group "allowall" session vlan 2
    switchport access vlan 2
    no spanning-tree
    !

    PPPoE username: michon2
    PPPoE password: <HIDDEN>
    PPPoE service name: <NONE>
    PPPoE VLAN: 2
    PPPoE is enabled. But connection is not established


    Everything okay with the configuration? Any other ideas, what could be the problem?


    Regards,
    Thomas

     



  • 2.  RE: PPPoE connenction on Controller 7010 won´t work

    MVP GURU
    Posted Apr 19, 2016 01:11 PM

    @thomas.mirowski wrote:

    Hi everyone,

    we have an Aruba controller 7010. PPPoE is configured on the controller, but i can´t establish a connection.
    WAN connection is configured on Port Gi0/0/0. This is the complete configuration:

     

    interface vlan 2
    ip address pppoe
    ip pppoe-username michon2
    ip pppoe-password 8c2ded2e3669bb6263b65facb69635da
    ip nat inside

     

    uplink wired vlan 2 priority 1
    no uplink wired vlan 1

    no ip default-gateway import dhcp
    no ip default-gateway import cell

     

    interface gigabitethernet 0/0/0
    description "GE0/0/0"
    trusted
    trusted vlan 1-4094
    ip access-group "allowall" session vlan 2
    switchport access vlan 2
    no spanning-tree
    !

    PPPoE username: michon2
    PPPoE password: <HIDDEN>
    PPPoE service name: <NONE>
    PPPoE VLAN: 2
    PPPoE is enabled. But connection is not established


    Everything okay with the configuration? Any other ideas, what could be the problem?


    Regards,
    Thomas

     


    Hi Thomas,

     

    What Process log say ?



  • 3.  RE: PPPoE connenction on Controller 7010 won´t work

    Posted Apr 20, 2016 02:28 AM

    The problem is solved.

    The PPPoE configuration at the concentrator was using CHAP. And this didn´t work with the Aruba controller. After cofiguring PAP at the concentrator i was able to authenticate via PPPoE and i also get an IP from PPPoE.