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

Bundle 2 T1s on a 7200 router

Status
Not open for further replies.

CPaul123

IS-IT--Management
Joined
Apr 18, 2002
Messages
94
Location
US
What is the config to bundle the T1s?
 
Are you talking about load balance? If so you can setup ppp multilink. If you are using a frame-relay try poilcy based routing or load balance using EIGRP. “Reserve your right to think, for even to think wrongly is better than not to think at all”

Fisher CCNA,(CCNP-Routing)
UOP Student BSIT
[americanflag]
 
As far as I know you can only do this on a 7500 series router, I may be wrong though, it's known as the Multilink PPP inverse multilpexor function, you need the following:

Create the multilink bundle:

interface multilink <group-number>
ip address xxx.xxx.xxx.xxx yyy.yyy.yyy.yyy
encapsulation ppp
ppp multilink

Assign an interface to the multilink bundle, in interface config mode (whichever interface you want to be part of the multilink bundle):

interafce xxxxxxx
no ip address
encapsulation ppp
multilink-group <group-number>
ppp multilink



 
PPP multilink can run on most routers with the correct IOS. “Reserve your right to think, for even to think wrongly is better than not to think at all”

Fisher CCNA,(CCNP-Routing)
UOP Student BSIT
[americanflag]
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top