cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1323
Views
0
Helpful
4
Replies

PPP multilink for ADSL

taquiahmed
Level 1
Level 1

I have two ADSL connections to one ISP both running on two different routers, can I configure PPP multilink on them for loadbalancing using one cisco router with 2 ADSL WIC card.

4 Replies 4

sougui_ab
Level 1
Level 1

I have the same problem and I work around.

Wilson Samuel
Level 7
Level 7

Hi,

I guess this is a real tough call, because to enable the MPPP (or PPP Multilink) both the sides of the links needs to be MPPP aware.

So that both links would get a single IP.

Not only that, ADSL is not a direct L-2 protocol, its combination of 2 or 3 Protocols, e.g. it might be PPPoE or PPPoA or PPPoAoE, hence making it very heavy and complex.

Though this doesn't mean that thats the end of the world, but, effectively you may find ways to do some load sharing in order to effectively use both the Links.

Please rate if it helps.

Regards,

Wilson Samuel

Hey, Wait a minute,

I guess this is possible, though I have never tried myself, but may be of some use to you:

interface ATM0

no ip address

no atm ilmi-keepalive

pvc 8/32

encapsulation aal5mux ppp dialer

dialer pool-member 1

!

dsl operating-mode auto

!

interface ATM1

no ip address

no atm ilmi-keepalive

pvc 8/32

encapsulation aal5mux ppp dialer

dialer pool-member 1

!

dsl operating-mode auto

!

interface Dialer0

ip address negotiated

encapsulation ppp

dialer pool 1

dialer-group 1

ppp authentication chap callin

ppp chap hostname xxxx

ppp chap password xxxx

ppp multilink

!

ip classless

ip route 0.0.0.0 0.0.0.0 Dialer0

!

dialer-list 1 protocol ip permit

!

end

hey have any one tried samuel-wilson config??

please let me know how possible can this be!

thanks

Review Cisco Networking products for a $25 gift card