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

ISDN or adsl line load balancing

ddicky
Level 1
Level 1

I have a router running on 2 ISDN line with 2 ISDN cards?

Can thes both line do a load balance?same goes to adsl?

4 Replies 4

thisisshanky
Level 11
Level 11

You can. If both are terminating on same router at either ends, you can configure a ppp multilink bundle and add these 2 interfaces to the multilink bundle.

http://www.cisco.com/warp/public/131/mppp-ddr.html.

Sankar Nair
UC Solutions Architect
Pacific Northwest | CDW
CCIE Collaboration #17135 Emeritus

thks,

Now I;m facing some problem on configuring my C1721 router connecting to my ADSL connection.I have a WIC-1ADSL card.How should I configure it.

I have been a assigned 1 fixed IP address by ISP.Any sample config or website

This depends on what configuration you are going for. i.e, for PPPoE or PPPoA

The three configs are

For PPPoE configuration

vpdn-group 1

accept-dialin

protocol pppoe

virtual-template 1

interface Virtual-Template1

ip address 150.150.150.1 255.255.255.0

ip mtu 1492

interface ATM0

no ip address

no atm ilmi-keepalive

pvc 15/100

protocol pppoe

!

dsl operating-mode auto

YOu shud replace the ip address and the pvc values. Also in newer IOS versions, vpdn commands are not required.

For PPPoA configuration

interface ATM0

no ip address

no atm ilmi-keepalive

dsl operating-mode auto

dsl power-cutback 0

interface ATM0.1 point-to-point

ip address 192.168.10.11 255.255.255.0

pvc 16/100

encapsulation aal5mux ip

and

interface ATM0

no ip address

no atm ilmi-keepalive

dsl operating-mode auto

dsl power-cutback 0

interface ATM0.1 point-to-point

ip address 192.168.10.11 255.255.255.0

pvc 16/100

encapsulation aal5snap

change the ip address.....and pvc values......

-Deepu

Hi thks for your reply.

For etc i'm doing PPoE

U mentioning about changing the IP and PVC values.

On the PVC I got it but on the IP side pls advise. I have 2 IP addresses allocated by my ISP.Which interface should I assigned too and how about the NAT inorder to allow all my LAN Ws to acces the net.

Review Cisco Networking for a $25 gift card