Advertisement
Help Keep Boards Alive. Support us by going ad free today. See here: https://subscriptions.boards.ie/.
If we do not hit our goal we will be forced to close the site.

Current status: https://keepboardsalive.com/

Annual subs are best for most impact. If you are still undecided on going Ad Free - you can also donate using the Paypal Donate option. All contribution helps. Thank you.
https://www.boards.ie/group/1878-subscribers-forum

Private Group for paid up members of Boards.ie. Join the club.

Cisco Router as PPPoE Server

  • 16-05-2011 04:12PM
    #1
    Registered Users, Registered Users 2 Posts: 24


    Hi all,

    Just wondering if anyone has ever used a Cisco Router as a PPPoE Server to simulate a connection to Eircom? I would greatly appreciate it if someone could provide an example config.

    Here is a simple network diagram:

    http://i712.photobucket.com/albums/ww127/briencrean/Cisco_PPPoE_Server.jpg

    Thanks


Comments

  • Registered Users, Registered Users 2 Posts: 3,397 ✭✭✭Dardania


    They cover such a configuration in CCNA, however I don't know if all the details you would require (such as DHCP etc.) are given. Here is a config page:

    http://www.cisco.com/en/US/tech/tk713/tk507/technologies_configuration_example09186a0080094333.shtml

    What router are you using? I think the above presumes the connection over a serial connection, or over LAN, but I don't know about PSTN...


  • Registered Users, Registered Users 2 Posts: 24 swiri


    Thanks for the reply Dardania.

    I passed the CCNA back in Feb, unfortunately they only mention PPPoE very briefly. I wish it was covered! I think it might be covered in the CCNA SP (Service Provider) Concentration.

    I have a number of Cisco routers including a 851W (DSL) and 877 (ADSL).

    If I can get a PPPoE client example I might be able to create a config for a PPPoE Server. I'll keep looking.


  • Registered Users, Registered Users 2 Posts: 142 ✭✭noclee


    You could use 7210 so dynamips would work as a bras. https://supportforums.cisco.com/thread/2017691?tstart=0#3075008


  • Registered Users, Registered Users 2 Posts: 24 swiri


    Thanks noclee. That looks very complicated, bit over my head tbh :-)

    I just tried setting up a PPPoE connection using the Cisco Configuration Professional Web tool but it failed. I may have used wrong settings.

    The config it passed to the router was:

    interface Vlan1
    ip tcp adjust-mss 1412
    exit
    interface ATM0
    no shutdown
    exit
    interface ATM0.1 point-to-point
    no shutdown
    pvc 8/35
    pppoe-client dial-pool-number 1
    exit
    exit
    interface Dialer0
    exit
    default interface Dialer0
    interface Dialer0
    ip mtu 1452
    no shutdown
    ip address dhcp
    dialer pool 1
    dialer-group 1
    encapsulation ppp
    dialer idle-timeout 120
    dialer fast-idle 20
    ppp authentication chap callin
    ppp chap hostname eircom@eircom.net
    ppp chap password 0 ******
    exit
    dialer-list 1 protocol ip permit


    I must try again and turn on debugging for chap
    Is it chap or pap that eircom use?
    Also is the password just eircom?


  • Registered Users, Registered Users 2 Posts: 1,345 ✭✭✭Rackstar


    AFAIK its CHAP

    The eircom password is Broadband1, think broadband1 also works!


  • Advertisement
  • Registered Users, Registered Users 2 Posts: 315 ✭✭john__long


    I configured some 877M's on Eircom there a while back.

    I documented it on my blog if it helps?

    http://www.morepackets.com/blog/2011/2/7/configuring-a-cisco-877-integrated-services-router-on-eircom.html

    PS: Had to troubleshoot it a little!
    http://www.morepackets.com/blog/2011/2/18/troubleshooting-cisco-877-on-eircom-adsl2.html


  • Registered Users, Registered Users 2 Posts: 24 swiri


    Thanks Rackstar. Balls I was using eircom as the password.

    I dont have an eircom ADSL connection here to test it with. Will give it a go again tomorrow.

    Thanks john, that helps a lot, a good reference for PPPoE config!


Advertisement