cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
713
Views
0
Helpful
5
Replies

dsl modem connection

Hi,

Can anyone help me how to configure a modem dsl and link it to a cisco router 2811. Please help me. God bless.

5 Replies 5

jackyoung
Level 6
Level 6

Please check below link for the configuration and troubleshooting guide.

http://www.cisco.com/en/US/tech/tk175/tk15/technologies_configuration_example09186a008015407f.shtml

http://www.cisco.com/en/US/tech/tk175/tk15/tech_configuration_examples_list.html

You can also seach Cisco web for more info.

Hope this helps.

rajinikanth
Level 3
Level 3

hi,

First make your DSL modem to bridge mode and

then configure your router using this config

interface FastEthernet0/1

description ADSL Internet connection

no ip address

duplex auto

speed auto

pppoe enable

pppoe-client dial-pool-number 1

no cdp enable

!

!

interface Dialer1

ip address dhcp

no ip unreachables

no ip proxy-arp

encapsulation ppp

dialer pool 1

dialer-group 1

no cdp enable

ppp authentication chap pap callin

ppp chap hostname

ppp chap password 7

!

ip route 0.0.0.0 0.0.0.0 Dialer1

Any Q ask me..

Thanks

Raj

hi,

Our current network setup was a cisco router 2811 with a T1 connection. The serial and the ethernet ports was configured with the T1 and our internal network respectively.

We have 2 dsl lines which are 2.5MB and 1MB and I wanted to combined this dsl's to cater our whole network which are also subdivided via a VLAN.

How can I do that? Please help me. Tnx

Can you tell how do you connect two DSL lines to the router ? Do you mean you will have two DSL connection in router and use it to connect to Internet ?

If both DSL lines are connecting to the Internet, you can load-sharing the traffic by enable two default route in the router. But it can only provide out-going load-sharing. The incoming side is depending on the ISP.

Can you describe your requirement in more detail ?

Hi Norberto,

As far as I understand from your statements is that, you are happy with your existing connection of the 2811 with T-1 (for WAN) and FE (for Internal LAN). However you want to make sure that the Internet connection which is provided with 2 DSL Lines (2.5 Mbps and 1 Mbps) and want to take the best out of it.

Hence you want to combine both of the DSLs and use it as one Link to the Internet??

If this is what you want to achieve, then the best way to do is to enable BGP, however other than that its quite a difficult to achieve true Load Balancing effect.

Kindly revert back if this doesnt meet your requirements.

Kind Regards,

Wilson Samuel