Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Does anyone have example configs of bonding two T1's? 1

Status
Not open for further replies.

texnut

IS-IT--Management
Jan 11, 2007
97
US
Hello all,

We currently have a Cisco 1700 series router and are considering purchasing an additional T1 line and putting an additional WIC in the router.

Does any one have an example of how to bond two T1's on the router so that we can benefit from the added bandwidth seamlessly.

Thanks all in advance
 
You'll need to set up a Multilink Point to Point interface and add the two serial interfaces to that Multilink group. You'll want to do something like this on both ends:

interface Multilink1
ip address xxx.xxx.xxx.xxx xxx.xxx.xxx.xxx
ppp multilink
ppp multilink group 1
!
interface Serial0/0
no ip address
encapsulation ppp
ppp multilink
ppp multilink group 1
!
interface Serial0/1
no ip address
encapsulation ppp
ppp multilink
ppp multilink group 1
 
Weird, not sure why that line turned into a l-i-n-k. It should just say "interface Multlink1
 
Excellent - that is what I was looking for!

Thanks!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top