- Community Home
- >
- Networking
- >
- Switching and Routing
- >
- WAN Routing
- >
- HP MSR900 WAN failover + VPN
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
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
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
тАО02-07-2013 10:56 PM
тАО02-07-2013 10:56 PM
HP MSR900 WAN failover + VPN
Hi everybody!
Tried to find info regarding the MSR900 failover design for 2 ISPs. The config guides depict only the scenario with 3G wan backup.
Is it possible to use HP MSR900 with 2 ISPs on FE interfaces, is load-balancing across WAN interfaces possible or this is just an Active/Standby interface? Are there any experience here or solution guides?
Also i was wondering if it is possible to use site-to-site VPN in such design.
What steps are necessary to create such configuration, is it possible to create 2 VPN profiles for each WAN interface and use one as active, one as a backup?
Are there a better solution and config principles for this design?
Thanks in advance.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-16-2013 11:20 PM
тАО08-16-2013 11:20 PM
Re: HP MSR900 WAN failover + VPN
Hi Magnus.
First of all, the MSR 900 has two modes of operating the WAN interfaces:
- active-active
- active-standby
For active-standby you have to configure the second WAN interface, as in the configuration guide (it is similar to the 3G example), as a standby interface for the first one:
<router> system-view
[router] int eth 0/0
[router-Ethernet0/0]standby int eth 0/1
Then you have to configure the process of measuring the quality of the primary link (eth 0/0) and establish the parameters that trigger the passing to the second link (eth 0/1).
The configuration guide has in-depth details of the configuration - study the examples and use the configuartion task-list.
Please be aware that you need both interfaces configured for outside nat and two routes (one for each ISP):
ip route-static 0.0.0.0 0.0.0.0 x.x.x.x preference 60 description Primary link (1st ISP)
ip route-static 0.0.0.0 0.0.0.0 y.y.y.y preference 120 description Backup link (2nd ISP)
x.x.x.x and y.y.y.y are the gateways for the ISPs
For active-active (load balancing), you have to have both interfaces connected at the same time (skip the standby part).
The static routes should look like this:
ip route-static 0.0.0.0 0.0.0.0 x.x.x.x preference 60 description (1st ISP)
ip route-static 0.0.0.0 0.0.0.0 y.y.y.y preference 60 description (2nd ISP)
Now for the VPN part.
In order to greatly simplify your design, use HP DVPN technology (embedded in all MSR routers).
Make the upgrade to the latest Comware OS and configure one router as DVPN Hub (VAM server + VAM client) and the other as DVPN Spoke (VAM Client).
You can find all the details in the configuration guide.
You can use OSPF to route traffic between the subnets of the internal LANs of your routers.
For maximum redundancy, you can configure:
- both routers with two active-active interfaces;
- router 1: VAM Server on ISP1 and ISP 2 (two VAM instances)
- router 2: VAM client on ISP 1 and VAM client on ISP 2
- use OSPF to route traffic
There is a very good example in the configuration guide (Layer 3 - IP Services -> DVPN Configuration)
Regards,
Alex
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-06-2014 08:22 AM
тАО03-06-2014 08:22 AM
Re: HP MSR900 WAN failover + VPN
See my post
http://h30499.www3.hp.com/t5/WAN-Routing/MSR931-WAN-load-balancing-LTE-failover-How-to/td-p/6402455
I have set a preference for the 4 wans I have to be 60 (default) and the LTE to 120 and I lose access
Any ideas?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-31-2017 11:01 PM
тАО08-31-2017 11:01 PM