03-28-2008 12:21 AM - edited 03-03-2019 09:18 PM
Hi,
I have a router with 2 ethernet and 2 serial interfaces.I want to change my WAN link dynamically when the bandwidth is too low(the traffic will exit the LAN through the other serial interface).
Thanks!
Solved! Go to Solution.
03-28-2008 01:32 AM
03-28-2008 12:30 AM
Roland, Can you post more details about your network infrastructures? Like is the WAN is connected with Serial only or you are also using the same as well as Merto Ethr also? Thanks Goutam
03-28-2008 12:43 AM
I have 2 serial connections with 2 different ISPs but I'm using only one for all my LAN traffic...I want to change the link and use the second ISP when the bandwidth supplied by the first is too low
03-28-2008 12:57 AM
Roland, It's also not sufficient for address you perfectly. With your post I can suggest you use when you are using the 2 ISPs Link, the take the full facilities and use the both simultaneously with a load balance facility for your LAN traffic by GLPB. Thanks Goutam [Pls rate if I am informative]
03-28-2008 01:32 AM
Have a look at example 2 below
HTH
Narayan
03-28-2008 05:57 AM
Thanks royalblues! Really good example!
03-28-2008 04:56 AM
Like Goutam, I too would recommend using both your ISP links all the time. How to do this depends on your current configuration. If, for instance, you have a single static default route, you might only need to add another static default route.
E.g.
ip route 0.0.0.0 0.0.0.0 x.x.x.x
becomes
ip route 0.0.0.0 0.0.0.0 x.x.x.x
ip route 0.0.0.0 0.0.0.0 y.y.y.y
03-28-2008 05:43 AM
that was my question...i know i can do load balancing but i don't want to.I want to manage the bandwidth parameter only(if iti is lower than x then switch link) and I'm curious if i can do that.Thank you for your answers.I can't use glbp because i have only one router!
03-28-2008 05:48 AM
and if i'm using 2 default routes with different metrics i supposed the single case when the second route will be in the routing table is when the first goes down...and that's not what i want...i want to switch links only if the first one i'm using will have a bandwidth lower than a specific value...not if it will go down!
03-28-2008 05:57 AM
No, I wasn't thinking of first link going doing, I was thinking of equal metrics. I.e. both links would be hot all the time.
However, if you really only want to switch or add bandwidth based on load, Narayan's suggestion of EEM might allow you to monitor the load on the primary link, and change your config dynamically. You could either make the second path primary or make it equal cost.
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