- Community Home
- >
- Networking
- >
- Switching and Routing
- >
- WAN Routing
- >
- Re: Multiple routes to same destination
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-25-2012 02:38 AM
10-25-2012 02:38 AM
Multiple routes to same destination
Hi everyone,
I have a ProCurve switch 5308xl.
I would like to know if it is possible to have more than one route to one destination. My case is :
I have my main network (A) with the 5308, connected to another network (B) via a MPLS tunnel. I want to set up an IPSec (or whatever else) backup tunnel.
If the MPLS tunnel fails, I have to change the configuration on my 5308, to route all traffic from A to B via the IPSec box.
Would it be possible to have something like this :
routing table on my 5308 :
route to B via MPLS box weight 1
route to B via IPSEC box weight 2
That way, in case of failure of my MPLS box, the route with weight 2 will automagically be used for all traffic from A to B, without any human intervention.
Other solution, is there a way to script the deletion of 1st route and addition of 2nd route ? The script would be fired by, for example, any monitoring solution ASAP route 1 is seen as dead.
Thank you for any help
Fabien Bagard
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-09-2013 10:00 AM
01-09-2013 10:00 AM
Re: Multiple routes to same destination
Hi Fabien,
I am afraid the 5308xl is a pretty old routing switch, with a limited routing feature set. So there is no route tracking or policy based routing available on this platform (and no more development, so do not wait for it to come ...)
If you can install a Comware routing switch (5500/5800) or a simple Comware router (MSR20-xx, depends on bandwidth expectations) between the 5308 and the 2 external routing points, you can use the Comware router to do these fuctions:
* it can do policy based routing (send some traffic left, rest of traffic right, use the other in case of failure of 1 link)
* it can use uplink tracking with e.g. ping tests. So it can ping a remote destination, if the ping fails, the route using that link will be removed as well, so traffic would use the other path.
Best regards,Peter