05-05-2003 03:25 AM - edited 03-02-2019 07:07 AM
Is it possible that you can bundle 2 Leased Line as 1 Line on serial link?
We have a customer who has two 128K Leased Line in serial interface S0 and
S1 respectively, he wants to bundle the link into 1 256K link like in dialup
/ ISDN you do the multilink, what are the possibilities and configurations
require to do the task in serial interface, he is using HDLC encapsulation
and so we are.
Another thing is, is it possible you can use 1 serial connection for SMTP
traffic and 1 serial for other internet traffic? if yes can you provide the
related config example.
Pls reply as soon as possible.
05-05-2003 12:33 PM
The answer to your first paragraph is YES you can bundle the two serial lines, you will however need to use PPP encap with multilink enabled. Cisco site has alot of info on this. If your cust just wants the second link to come up ONLY when load excees set amount you can config second serial as a backup load interface.
As for the second question: Why bundle and then seperate traffic?
You can seperate traffic by using route maps/policy routing.
Hope this helps!
05-06-2003 03:46 AM
If If you have one router on one side, and one router on other side, the you can make it this way:
1) on both routers create an Loopback interface
2) assign them /30 addresses
3) on every interface (for ex. serial0 and serial1) put the `ip unnumbered loopback X` command
4) create all necessary routes
this should work.
For the second question, route maps will help you:
05-06-2003 07:49 PM
The best way to multilink two serial link is using encapsulation PPP. PPP encapsulation with multilink will give you added option of link fragmentation with aggregated speed.
Here is the url which discuss multilinking two serial links togather with sample config and troubleshooting.
http://www.cisco.com/warp/public/793/access_dial/mpp_serial.html
05-06-2003 10:55 PM
Thank you all for your fruitful replies!
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