- Community Home
- >
- Networking
- >
- Legacy
- >
- Switches, Hubs, Modems
- >
- Failover network with ProCurve 2626
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
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
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-19-2008 03:30 AM
тАО01-19-2008 03:30 AM
actually we have a single cisco router (2800 with two ethernet) connected in a unmanaged switch with a bouch of servers.
We want to make a fully redundant network (except for the single router) not only at L1-L2
My plans are to connect each server (with two ethernet in failover) to two ProCurve 2626 (one ethernet per switch) and then connect each switch connected to a single ethernet port on the router.
Something like this:
CISCO 2600
/ \
/ \
HP 2626 HP 2626
\ /
\ /
BOUNCH OF SERVERS
Is it correct?
Should I connect together the two switches?
RSTP should be enough or I'll must implement other protocols?
Are there any single SPOF on the network side? (not counting the single router)
Sorry for my bad English but I'm Italian.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-22-2008 06:59 AM
тАО01-22-2008 06:59 AM
Re: Failover network with ProCurve 2626
There are some problems between in rtsp between the cisco's and the procurve switches. Make sure they are on the latest firmware level and test it well before accepting this in a production environment.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-22-2008 07:01 AM
тАО01-22-2008 07:01 AM
Re: Failover network with ProCurve 2626
There are some problems between in rtsp between the cisco's and the procurve switches. Make sure they are on the latest firmware level and test it well before accepting this in a production environment.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-22-2008 07:19 AM
тАО01-22-2008 07:19 AM
Re: Failover network with ProCurve 2626
On server (Linux) i'll make a failover with bonding (one ethernet active and one passive).
What if the active ethernet is eth0 and the active ethernet on the router is ethernet1?
Packets going out from ethernet1 on the router goes to the right switch and then on the eth1 on the server that is down.
With a trunk between switches packets will be redirected from the right switch to the left swith and then on the server's eth0?
Doing so, i'll archieve full redudancy and I'll can power down one switch or unplug one ethernet cable without loosing connectivity. Isn'it?
Again, sorry for my English.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-22-2008 07:34 AM
тАО01-22-2008 07:34 AM
Re: Failover network with ProCurve 2626
You can do the following:
1- Create a Trunk between the HP Switches with 2 or more links.
2- Tag all the Vlans on that trunk between the switches.
3- Now if you connect each Server to one of the 2600 switches, you can do Teaming.
Teaming is like creating one Virtual interface on the Server combining the 2 Network Cards, with one IP address assigned.
Usually there will be a utility for that oin your Server.
By doing this, you will be sure that you have achieved: Redundancy and Load Balancning
So both Network cards in your server will be active and forwarding traffic by Teaming them.
On the Cisco router, you can do something called Grouping to multiple interfaces into one virtual one for redundancy and load balancing purpose.
But i'm not sure on which IOS version you can get this feature, but its better than using spanning tree.
Other wise Just enable the Spanning tree, but by using RSTP you will have one link down from one 2626 switch to the router.
Good Luck !!!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-22-2008 07:36 AM
тАО01-22-2008 07:36 AM
Re: Failover network with ProCurve 2626
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-22-2008 07:51 AM
тАО01-22-2008 07:51 AM
Re: Failover network with ProCurve 2626
1) Ok for the bonding
2) Ok for trunking. I prefer trunking than RSTP but in normal situation (both switches operative) traffic going from one server to the router, should pass on the trunk or goes to router directly?
I'm asking so because i have only one gigabit port available for trunking and i cant aggregate more...
Actually i don't use vlans, can I do redundancy in the same way?
Thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-22-2008 08:43 AM
тАО01-22-2008 08:43 AM
Re: Failover network with ProCurve 2626
First of all, trunk is Two or More physical links aggreagetd together to form one logical Link.
Since you have ONLY one physical port, then its called an UPLINK.
Now, if you do Teaming for both network cards in the server, and from the router also
I believe the traffic will flow over Both links from Server to Switches, and from Both switches to the Cisco router.
Just think about the 2 Bounded interfaces in the Cisco router are ONE.
And from the 2 teamed network cards on the Server are ONE.
So i think this is Load balancing + Redundancy.
Good Luck !!!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-22-2008 08:50 AM
тАО01-22-2008 08:50 AM
Re: Failover network with ProCurve 2626
But, the uplink between switches is needed to have more redundancy? Like my example:
if eth1 on the cisco fails, all traffic is redirected on the other switch with the uplink?
Is correct? Without uplink, if one ethernet fails some packets may be lost (going out from on ethernet to a switch that isn't connected to the server's ethernet because link failed). With uplink switches routes the packetes on the other switch.
Without vlan, can I do the same?
Why there aren't path-loops? Uplink should make loops...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-22-2008 09:14 AM
тАО01-22-2008 09:14 AM
Re: Failover network with ProCurve 2626
Thats true
Your uplink needs to be A Trunk (two or more physical uplinks) between the switches.
Now for the Loops, if you didn;t group both ethernet interfaces on the Cisco router and you have logically 2 interfaces, then
yes there is a loop.
Thats why i recommended you to bind them into one logical interface.
My Recommendation:
- Free up 2 interfaces on each switch (at least) and create a Trunk.
- Group both Cisco router interfaces.
Vlans, is not an issue here.
If you have Vlans and you need to enable routing between them, then you can do it on the 2600 switch or on the Router.
Don;t forget to assign points to the posts that helped you.
Good Luck !!!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-22-2008 09:16 AM
тАО01-22-2008 09:16 AM
SolutionThats true
Your uplink needs to be A Trunk (two or more physical uplinks) between the switches.
Now for the Loops, if you didn;t group both ethernet interfaces on the Cisco router and you have logically 2 interfaces, then
yes there is a loop.
Thats why i recommended you to bind them into one logical interface.
My Recommendation:
- Free up 2 interfaces on each switch (at least) and create a Trunk.
- Group both Cisco router interfaces.
Vlans, is not an issue here.
If you have Vlans and you need to enable routing between them, then you can do it on the 2600 switch or on the Router.
Don;t forget to assign points to the posts that helped you.
Good Luck !!!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-22-2008 09:21 AM
тАО01-22-2008 09:21 AM
Re: Failover network with ProCurve 2626
But, why should i trunk more than one link between switches? Using one link only what's the problem.?
I checked better:
actually I have 20 port unavailable switch (20 server),
I'll do the following:
1) group ethernets on cisco
2) bonding ethernet on server (load-balancing mode and not active/standby)
3) trunking the 2 gigabit port between switches (so I'll have one 2000mbits logical link).
4) connect the port 24 of each switch to one ethernet on the router.
5) optionally, I can add port 21,22,23 to the trunk, so I'll have 2300mbit trunking.
The trunk will be useful in case of ethernet failure.
Thanks for the reply.
You'll got a 10!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-22-2008 01:36 PM
тАО01-22-2008 01:36 PM
Re: Failover network with ProCurve 2626
I read something around and i've seen that is not possibile to have load-balancing with two switches like mine.
I can make a trunk between switch (LACP or trunk? which is better? I think lacp.) but i must make an active/standby bonding on servers and router because to have load-balancing (active/active) the switches's ports must be in trunk and I can't make it trunked because they are on different switch.
So i'll do the following:
1) group ethernet on cisco (active/backup)
2) trunk 2 gigabit ports on switches (may be LACP active/dynamic)
3) bonding two ethernet on servers (active/backup)
Thanks a lot.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-30-2008 01:55 AM
тАО01-30-2008 01:55 AM
Re: Failover network with ProCurve 2626
Or, you could use mesh-switching which would make two switches one logical switch unit. This is not supported on the edge products, though...
The 26-series can at best do failovers with STP as someone already posted above. Always use the latest STP if you're able to, as STP(1) is slow to turn the network map around.
On the servers you'd want one NIC on each switch running in active/passive. You have several ways of doing bonding (trunking) on them, but you'd lose more IO than what you're spending if you want a full trunk since the 26-switches can't trunk interports.
Hope this helps
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-30-2008 05:13 AM
тАО01-30-2008 05:13 AM
Re: Failover network with ProCurve 2626
I want to make a redudancy network with active/passive without using STP.
Each switch will be connected to 18-20 server, so in case of failure of one switch, all traffic should be redirected to the other via trunk cable.
I'll trunk switches with 2 gigabit port on each, so I'll have a 2gbits trunk.
In case of failure and in case of heavy-loaded servers, I'll have at maximum 20*100mbit of bandwidth: 2gbit, the same as the trunk.
So, is not correct do the following?
- configure cisco with active/standby ethernet
- connect switches with dual gigabit ports
- connect each server to each switch
- bonding each server with active/passive.
Sorry for English.