- Community Home
- >
- Networking
- >
- Switching and Routing
- >
- HPE Aruba Networking & ProVision-based
- >
- Help understanding VRRP on Procurve Switching
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
01-18-2013 08:03 AM
01-18-2013 08:03 AM
Help understanding VRRP on Procurve Switching
Hi All.
I will explain the equipment we have to hand and the desired failover we are looking for. What I want to do is work with you through setting this up from scratch. I must note that I attempted this myself and have obviously fallen fowl to some mis configuration but couldnt figure out what.
Here goes.
2x VM Ware Hosts with a SAN Datastore. Connected over copper Gb and using iSCSI for data. Each box has 6 NIC/Ports
This is incidental but help clarify the Servers.
The PCs are connected to Procurve 1800's, of which we have three. They are, in-turn connected to a Procurve 5120.
What we want to do is introduce a second 5120 in standby or passive to "Step In" should something happen to the primary/live 5120.
Hopefully this is enough detail but here is a lovelly picture too. (attached)
If each of the switches is configured the same with port groups and VLANs I have created a lovely manual failover that relies on only one switch being powered on at a time. If both switches are live, I would surely get Network loop-o-rama.
If VRRP works as I beleive buy electing active and passive links across the two switches, then how would we go about setting this up?
What am I telling the switches to do?
Does network traffic flows between the 5120's and therfore dictate how many ports I allocate to VRRP ?
or am I missing the point completely.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-18-2013 02:00 PM
01-18-2013 02:00 PM
Re: Help understanding VRRP on Procurve Switching
VRRP is a first hop redundancy protocol. This means that it is designed to provide redundancy for the default gateway of your devices. If you aren't presently using the 5120 as your default gateway, VRRP on it won't achieve anything.
If your default gateway is elsewhere and you merely want active/passive failover of individual switch-to-switch links, then you should look at Spanning Tree (STP/RSTP/MSTP) for Layer 2 redundancy.
Paul
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-19-2013 06:33 AM
01-19-2013 06:33 AM
Re: Help understanding VRRP on Procurve Switching
What model of 5120 have you got? Setting them up as an IRF stack might be another option.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-21-2013 03:43 AM
01-21-2013 03:43 AM
Re: Help understanding VRRP on Procurve Switching
The exact model is HP 5120-24-SI (JE074A)
I will also go read up on IRF Stack.
All input is appreciated
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-21-2013 03:49 AM
01-21-2013 03:49 AM
Re: Help understanding VRRP on Procurve Switching
Thanks Paul.
If we can achieve what we require using L2, have I over engineered the solution by purchasing L3 switching. Or is it possible to put these switches to better use in the given environment?
All input is appreciated
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-21-2013 04:05 AM
01-21-2013 04:05 AM
Re: Help understanding VRRP on Procurve Switching
OK, these are Comware switches (from the 3com acquisition), and they support IRF. When you have that set up (which is a little fiddly) the switches work like a cluster, and it acts like one big switch.
Having done that, you can then use link aggregation or whatever on your uplinks to it. The downside is that you need to maintain the stack as a unit, and you get some new common failure modes, so it's worth having a DR plan that includes having the whole stack fail at once.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-21-2013 12:47 PM
01-21-2013 12:47 PM
Re: Help understanding VRRP on Procurve Switching
I certainly don't think you've overengineered by buying 5120s. If anything, you've underengineered by buying 1800s. :-)
Paul
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-22-2013 02:13 AM
01-22-2013 02:13 AM
Re: Help understanding VRRP on Procurve Switching
Thanks to you both for the advice. Also thanks to the community as a whole.
I will concentrate on creating the stack as discussed.