Search the web
Sign In
New User? Sign Up
Cisco_CCIE_Lab · Cisco CCIE Lab
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want to share photos of your group with the world? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
how to marge two internet LL.   Message List  
Reply | Forward Message #4894 of 4895 |
RE: [Cisco_CCIE_Lab] how to marge two internet LL.

easy usign PBR.= route maps.
you use acesslist to mach the traffic you want.
and use the command "set" so say in wich interface you will send that traffic.
 
buuuut.
That wont comply wiht the best practices.  I sugest to use a QoS and do a trafic shaping for the each traffic. in this way you can always have some limitation on how much bandwith is using each traffic class.
 
 
my humble opininon is use the multilink. loadbalanced per packet adn use PBR to set the amount of traffic oyu want to use for each application. (remember no tto use more than 4 clases of traffic. ) 
 
Adrian Lopez.
The mex boy
--- El lun 12-ene-09, m. imran <miroofi75@...> escribió:
De:: m. imran <miroofi75@...>
Asunto: RE: [Cisco_CCIE_Lab] how to marge two internet LL.
A: Cisco_CCIE_Lab@yahoogroups.com
Fecha: lunes, 12 enero, 2009, 9:23 pm

How to use main link for the http, dns, pop, smtp htts and another link for misc traffic 

 

imran

 

From: Cisco_CCIE_Lab@ yahoogroups. com [mailto:Cisco_ CCIE_Lab@ yahoogroups. com] On Behalf Of Ali
Sent: Saturday, April 19, 2008 6:57 AM
To: Cisco_CCIE_Lab@ yahoogroups. com
Subject: Re: [Cisco_CCIE_ Lab] how to marge two internet LL.

 

you can send traffic from one link and recieve it from other link .

it is not best solution but you will use both links or have 2 static route in easch router for half of internet routes on each router.

----- Original Message ----
From: abhijit udmale <abhijit_udmale@ yahoo.co. in>
To: Cisco_CCIE_Lab@ yahoogroups. com
Sent: Friday, April 18, 2008 2:14:38 PM
Subject: Re: [Cisco_CCIE_ Lab] how to marge two internet LL.

Load Balancing between different ISP's without BGP and Self-owned-AS is not possible except that you route half subnet/traffic of your network over one ISP and other half with another. You have to analyze your traffic for that.

pratheepan sarasanandam <srptheepan@yahoo. com> wrote:

Thank you very much your reply , its very helpful to me. But guide me how to do the load balancing between different ISP LL

----- Original Message ----
From: abhijit udmale <abhijit_udmale@ yahoo.co. in>
To: Cisco_CCIE_Lab@ yahoogroups. com
Sent: Thursday, April 17, 2008 11:14:24 PM
Subject: Re: [Cisco_CCIE_ Lab] how to marge two internet LL.

If single Service Provider them Redundancy and Load Balancing can be achieved by the below given config.

For different Service Providers Only Redudancy can be achieved by using Floating routes.

int serial 0
ip add <IP add> <subnet>
ip per-packet load-balancing
!
int serial 1
ip add <IP add> <subnet>
ip per-packet load-balancing
!
ip route 0.0.0.0 0.0.0.0 serial 0
ip route 0.0.0.0 0.0.0.0 serial 1
pratheepan sarasanandam <srptheep
an@...>
wrote:

Please advice me , both LL with different real IPs , how to balance both LL ( only one router , than two or more )

----- Original Message ----
From: abhijit udmale <abhijit_udmale@ yahoo.co. in>
To: Cisco_CCIE_Lab@ yahoogroups. com
Sent: Thursday, April 17, 2008 9:25:22 PM
Subject: Re: [Cisco_CCIE_ Lab] how to marge two internet LL.

Simple solution: Multilink
and Voila!!! You will get what you need.

int serial 0
no ip address
encap ppp
ppp multilink group 1
!
int serial 1
no ip address
encap ppp
ppp multilink group 1
!
int mul 1
ip address <IP add> <subnet>
encap ppp
ppp multilink group 1



sneravi <sneravi@yahoo. com> wrote:

hi friends,

i have two 2MB internet LL.connected to cisco 1841 router with 2
serial cards.how do i marge these two lines to get 4MB output or how
do i create redundancy if line goes down the traffic should move via
other working line.

thnx in advance,
Ravi




Thanking You,

Regards,
Abhijit U.


Get the freedom to save as many mails as you wish. Click here to know how.

 

 


Be a better friend, newshound, and know-it-all with Yahoo! Mobile. Try it now.




Thanking You,

Regards,
Abhijit U.


Meet people who discuss and share your passions. Join them now.

 

 


Be a better friend, newshound, and know-it-all with Yahoo! Mobile. Try it now.




Thanking You,

Regards,
Abhijit U.


From Chandigarh to Chennai - find friends all over India. Click here.

 

 


Be smarter than spam. See how smart SpamGuard is at giving junk email the boot with the All-new Yahoo! Mail


__________________________________________________
Correo Yahoo!
Espacio para todos tus mensajes, antivirus y antispam ¡gratis!
Regístrate ya - http://correo.yahoo.com.mx/

Wed Jan 28, 2009 8:56 pm

lomadrian
Offline Offline
Send Email Send Email

Forward
Message #4894 of 4895 |
Expand Messages Author Sort by Date

hi friends, i have two 2MB internet LL.connected to cisco 1841 router with 2 serial cards.how do i marge these two lines to get 4MB output or how do i create...
sneravi
Offline Send Email
Apr 17, 2008
5:29 am

Hi Ravi you can use multilink or load sharing on the LL. But i have one quairy.Both LL are from same Provider or two different providers. If you use flauting...
Ajay
ajay2801
Offline Send Email
Apr 17, 2008
4:07 pm

Simple solution: Multilink and Voila!!! You will get what you need. int serial 0 no ip address encap ppp ppp multilink group 1 ! int serial 1 no ip address ...
abhijit udmale
abhijit_udmale
Offline Send Email
Apr 17, 2008
4:08 pm

Hi Ajay please explain me how to use same provider and different provider , sample configuration also please. Regards Pradeepan ... From: Ajay...
pratheepan sarasanandam
srptheepan
Offline Send Email
Apr 17, 2008
5:05 pm

Please advice me , both LL with different real IPs , how to balance both LL ( only one router , than two or more ) ... From: abhijit udmale...
pratheepan sarasanandam
srptheepan
Offline Send Email
Apr 17, 2008
5:06 pm

If single Service Provider them Redundancy and Load Balancing can be achieved by the below given config. For different Service Providers Only Redudancy can be...
abhijit udmale
abhijit_udmale
Offline Send Email
Apr 17, 2008
8:14 pm

Thank you very much your reply , its very helpful to me. But guide me how to do the load balancing between different ISP LL ... From: abhijit udmale...
pratheepan sarasanandam
srptheepan
Offline Send Email
Apr 18, 2008
3:56 pm

The best is to use the static, routes.. if you dont use floating routes, it will load balance perse in the routing protocol (same administrative distance). ...
Adrian Lopez
lomadrian
Offline Send Email
Apr 18, 2008
6:07 pm

Load Balancing between different ISP's without BGP and Self-owned-AS is not possible except that you route half subnet/traffic of your network over one ISP and...
abhijit udmale
abhijit_udmale
Offline Send Email
Apr 18, 2008
8:22 pm

you can send traffic from one link and recieve it from other link . it is not best solution but you will use both links or have 2 static route in easch router...
Ali
wantedpersian
Offline Send Email
Apr 19, 2008
4:11 am

How to use main link for the http, dns, pop, smtp htts and another link for misc traffic imran From: Cisco_CCIE_Lab@yahoogroups.com...
m. imran
miroofi75
Offline Send Email
Jan 28, 2009
7:32 am

Dear Imran, Regarding your question, you need to configure NBAR(Network-based Application Recognition)using MQC(Modular Quality of Service)which will allow you...
e_maherzein
Offline
Jan 29, 2009
1:17 am

easy usign PBR.= route maps. you use acesslist to mach the traffic you want. and use the command "set" so say in wich interface you will send that traffic.  ...
Adrian Lopez
lomadrian
Offline Send Email
Jan 29, 2009
1:22 am

Dear Adrian, You can use route-maps associated to prefix-list or access-list to match applications. But following to Cisco recommendations, the NBAR and MQC...
e_maherzein
Offline
Jan 29, 2009
12:54 pm
< Prev Topic  |  Next Topic >
Advanced

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help