|
|
|
Bookmark this page:
Yahoo!
Windows Live
del.icio.us
digg
Netscape
|
|
||||||||||||||||
|
Posted by mimiseh on August 2, 2007, 9:42 am
Please log in for more thread options
We need more bandwidth for the internet connection(Dedicated internet connection), so our ISP (Qwest) is setting us up with a second T1 line, which will be "bonded" with the original T1. We will be using the same existing addresses for simplicity. However, I have never done this before and can anyone show me the sample how to configure a bonded T1 on a 3600 Cisco router. Thanks... | ||||||||||||||||
|
Posted by Doug McIntyre on August 2, 2007, 10:02 am
Please log in for more thread options You can do it a couple of ways. It would be best to ask Qwest how they are going to do so you can match, and I'd bet they'd be able to give you the correct config at the same time. If you want to research, you can do MPPP, or CEF load balancing. Or even MLFR. All of them are quite popular in the ISP environment for doing that. | ||||||||||||||||
|
Posted by Scott Perry on August 2, 2007, 2:43 pm
Please log in for more thread options Multipoint PPP is where the PPP over a single T-1 line becomes PPP spread
over multiple T-1 lines. Make sure that your T-1 controller or WIC supports this. controller T1 0/0/0 framing esf linecode b8zs channel-group 0 timeslots 1-24 ! controller T1 0/0/1 framing esf linecode b8zs channel-group 0 timeslots 1-24 ! interface Multilink1 ip address 11.12.13.14 255.255.255.252 no cdp enable ppp multilink ppp multilink fragment disable ppp multilink group 1 ! interface Serial0/0/0:0 description *** circuit ID W0KXXXX *** bandwidth 1544 no ip address encapsulation ppp no fair-queue no cdp enable ppp multilink ppp multilink group 1 ! interface Serial0/0/1:0 description *** circuit ID W0KXXXX *** bandwidth 1544 no ip address encapsulation ppp no fair-queue no cdp enable ppp multilink ppp multilink group 1 -- =========== Scott Perry =========== Indianapolis, Indiana ________________________________________ > Hi,
> We need more bandwidth for the internet connection(Dedicated internet > connection), so our ISP (Qwest) is setting us up with a second T1 line, > which will be "bonded" with the original T1. We will be using the same > existing addresses for simplicity. However, I have never done this before > and can anyone show me the sample how to configure a bonded T1 on a 3600 > Cisco router. Thanks... > > > | ||||||||||||||||
| Similar Threads | Posted |
| Sample config of Bonded T1 | August 2, 2007, 9:42 am |
| Sample BGP Config | July 8, 2008, 7:25 pm |
| req: sample config wic-1am-v2 modem card | June 27, 2009, 6:24 pm |
| CCNA sample Q clarification | January 10, 2007, 10:44 am |
| Need sample code for Multilink1 setup with two isp | February 22, 2007, 10:19 am |
| sample ccie/ccnp labs for dynamips | June 25, 2007, 11:55 pm |
| Bonded T1s from different carriers? | January 3, 2006, 1:48 pm |
| Bonded DSL with 2611XM | September 11, 2006, 4:26 pm |
| Bonded T1 - 2xT1 - Upload Help | May 4, 2007, 3:26 pm |
| Bonded T1 with 1720 or 2620 | August 25, 2008, 4:44 pm |
| Re: Bonded T1 with 1720 or 2620 | August 26, 2008, 8:11 am |
| Cisco 1841 - Bonded DSL Configuration | August 21, 2006, 11:45 pm |
| Question about DOCSIS CMTS and bonded channels | February 5, 2010, 2:21 pm |
| initial config of 3560, set config, cant ping~~nv_done: unable to open "flash:/C:\new\config.new | February 5, 2008, 11:39 pm |
| copy startup-config running-config ??? Why is this command not used. | April 1, 2007, 12:01 am |

Sample config of Bonded T1
Yahoo!
Windows Live
del.icio.us
digg
Netscape 




>connection), so our ISP (Qwest) is setting us up with a second T1 line,
>which will be "bonded" with the original T1. We will be using the same
>existing addresses for simplicity. However, I have never done this before
>and can anyone show me the sample how to configure a bonded T1 on a 3600
>Cisco router. Thanks...