09-06-2006 07:37 AM - edited 03-03-2019 01:53 PM
Hi,
I have 2lines on my router :
ADSL and T1.
I want that when the T1 lost connection the backup lines ADSL start.
I have SDM v2.3.2.
And i don't know how do this backup.
In advance thanks !!
this is urgently Please
09-06-2006 07:41 AM
Hi,
You have to use floating static routes for this.
Just add another static route with higher metric pointing to the ADSL link.
When the T1 goes down, the default static route will be removed from the routing table and the floating static route pointing to the ADSL will come up.
When the T1 is restored back, routing will be reverted back to the original static route pointing to the T1 link.
-VJ
09-06-2006 08:01 AM
Thank you very much for your speedly.!!
In my conf i have this command line :
ip route 0.0.0.0 0.0.0.0 serial0/2/0
What i must add? Please
09-06-2006 08:36 AM
Hi,
If you could provide the full config( excluding the sensitive information) it would have been helpfull to assist you.
However here is a sketch on what needs to be done.
You should add another route like this.
ip route 0.0.0.0 0.0.0.0
The 200 at the end above the command indicates the metric and by specifying this, the above route becomes a floating static route. It will not take effect, as long as your Serial0/2/0 is up. When the link fails on serial0/2/0, this route will take effect as a backup route.
Hope this helps. Kindly Rate if you find the post usefull.
-VJ
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