02-22-2004 10:07 AM - edited 03-02-2019 01:46 PM
Dear All,
In my client place 1721 router is installed with two wan links on S0 & E0.int s0 is leased line connectivity and e0 connecitivity is radio link.i want to make e0 as redaundant link for s0 i.e if s0 link goes down e0 link should be up automatically.Pls help me to solve this issue.Both wan connectivity are from seperate routers.
with regards and awaiting for all your help
karthik
02-22-2004 11:08 AM
Hello,
I guess the easiest way would be just to make the Ethernet0 interface the backup interface for your Serial 0 interface and put a floating static route with an administrative distance into your configuration higher than any other route. The config would look like this:
interface Serial0
backup interface ethernet0
!
ip route 0.0.0.0 0.0.0.0 ethernet0 250
This way, in case the serial line goes down, the Ethernet interface kicks in as the backup interface, and all traffic is routed through that interface.
HTH,
Georg
Georg
02-23-2004 08:36 PM
hi karthik
if ur facing probs with redundandcy(ie.,auto fallback) and if both the links are connected to the same remote location ,try configuring 2 tunnels with ones source as ur serial and others as ur ethernet.
keepalives are reqd on both the sides and use floating static routes(primary - tunnel with serial as source and secondary - tunnel with ethernet as source with higher admin distance).
prem
02-27-2004 12:45 AM
Dear Sir,
Thanks for your suggesstion.But the both the links are from different remote location.
regards
karthik
02-26-2004 10:30 AM
IMO, the best way to make use of both links is to load-balance them using BGP. This, of course, assuming both E0 and S0 terminate on different aggregate devices.
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