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.
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.
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/
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...
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...
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 ...
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...
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...
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). ...
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...
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...
Dear Imran, Regarding your question, you need to configure NBAR(Network-based Application Recognition)using MQC(Modular Quality of Service)which will allow you...
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. Â ...
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...