09-05-2006 05:38 PM - edited 03-03-2019 01:52 PM
Hi,
Can anyone help me how to configure a modem dsl and link it to a cisco router 2811. Please help me. God bless.
09-05-2006 05:53 PM
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.
09-05-2006 09:13 PM
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
09-06-2006 03:26 PM
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
09-06-2006 05:49 PM
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 ?
09-06-2006 07:52 PM
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
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide