SD-WAN

  • 1.  PPPoE configuration guide

    Posted 02-14-2020 04:29

    Hi Folks,
    Is there a PPPoE configuration guide available?

    BR

    Alan



    ------------------------------
    Alan Wright
    LEATHERHEAD
    +44 (0) 20 7043 6127
    ------------------------------


  • 2.  RE: PPPoE configuration guide

     
    Posted 02-15-2020 07:35
    Hi Alan, we're in the throes of revamping all of our documentation and we'll post it once available.


    Configuring PPPoE is fairly straightforward.  The key points are:
    • configuring a device-interface with type = pppoe
    • setting a target-interface to match the interface name as known by the Linux host OS (e.g., eno4)
    • configuring the pppoe container within device-interface, setting the user-name and password as issued by your provider, and the authentication-protocol (we support PAP and CHAP)

    Once you've done these steps, you can configure a network-interface atop that device-interface as you would for a standard Ethernet type interface.

    admin@1conductor.myconductor (device-interface[name=4])# show
    name                 4
    type                 pppoe
    target-interface     eno4
    
    pppoe
        user-name                myusername
        password                 (removed)
        authentication-protocol  pap
    exit​


    ------------------------------
    pt.
    ------------------------------