Multilink PPP, MLPPP, over 2 subscribers
Posted by , Last modified by Daniel Lizaola on 14 December 2017 04:26 PM

Configuration Description

The example shows you how to bundle multiple PPP lines into one, using two subscribers. You may add additional lines and subscribers in the same way.

IMPORTANT: Both subscribers needs the same mulitlink settings


Command Sequence to copy, edit and paste

context ip router

  interface IF_MLPPP
    ipaddress unnumbered
    point-to-point
    use profile napt NAPT_WAN

 context ip router
  route 0.0.0.0 0.0.0.0 IF_MLPPP 0

subscriber ppp SUB_PPP_ETH
  dial out
  multilink max-links 2
  authentication chap pap
  identification outbound your_username_1 password your_password_1
  bind interface IF_MLPPP router

subscriber ppp SUB_PPP_ADSL
  dial out
  multilink max-links 2
  authentication chap pap
  identification outbound your_username_2 password your_password_2
  bind interface IF_MLPPP router


port ethernet "slot" "port"
  medium auto
  encapsulation ppp

  pppoe

    session SES_PPP_ETH
      bind subscriber SUB_PPP_ETH
      no shutdown

port ethernet 0 1
  no shutdown

port dsl 0 0

  pvc vpi "vpi" vci "vci"

    pppoe

      session SES_PPP_ADSL
        bind subscriber SUB_PPP_ADSL
        no shutdown

(8748 vote(s))
Helpful
Not helpful

Comments (0)
Post a new comment
 
 
Full Name:
Email:
Comments:
CAPTCHA Verification 
 
Please enter the text you see in the image into the textbox below (we use this to prevent automated submissions).