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 gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

"Bonding" 4 T1's using ppp encapsulation and Multilink interface

Status
Not open for further replies.

jasongrubbs

IS-IT--Management
Jan 22, 2007
4
US
We currently have 1 T1 connected to our facility. We are upgrading to a total of 4 T1's. We would like to bond them together to form a 6MB link to the building. Here is the config we have so far, is this right?

interface Multilink1
description Four T1 Circuits to DO
ip address 10.1.1.6 255.255.255.252
ppp multilink
ppp multilink group 1

interface Serial1/0:0
description T1 To DO
no ip address
encapsulation ppp
ppp multilink
ppp multilink group 1
!
interface Serial1/1:0
description New T1 To DO
no ip address
encapsulation ppp
ppp multilink
ppp multilink group 1
!
interface Serial1/2:0
description New T1 To DO
no ip address
encapsulation ppp
ppp multilink
ppp multilink group 1
!
interface Serial1/3:0
description New T1 To DO
no ip address
encapsulation ppp
ppp multilink
ppp multilink group 1
!
 
Looks good to me. We have a similar setup but use chap authentication due to upstream specifications and the config is the same.

Ben Granholm
MAP Internet, Inc.

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top