Multilink PPP, MLPPP, over one subscriber
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 one subscriber. You may add additional lines in the same way.


Command Sequence to copy, paste and edit

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_MLPPP
  dial out
  multilink max-links 2
  authentication chap pap
  identification outbound your_username password your_password
  bind interface IF_MLPPP router

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

  pppoe

    session SES_PPP_ETH
      bind subscriber SUB_MLPPP
      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_MLPPP
        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).