- Community Home
- >
- Networking
- >
- Switching and Routing
- >
- HPE Aruba Networking & ProVision-based
- >
- Re: Trunk hash mode detail
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
12-09-2020 01:56 PM
12-09-2020 01:56 PM
We have many clients with HP Procurce 25xx, 54xx & 29xx switches. We are starting to use the Netgeat M4300-24X Switches and uplink all the HPs via trunks/LAG's to it as Core switch.
I know the HPe side has 3 types but it does not go into detail as to how each works. trunk-load-balance <L2-based | L3-based | [L4-based>
For the netgear on LAGs we have the following options
- Src MAC, VLAN, EType, incoming port- Source MAC, VLAN, EtherType, and incoming port associated with the packet.
- Dest MAC, VLAN, EType, incoming port- Destination MAC, VLAN, EtherType, and incoming port associated with the packet.
- Src/Dest MAC,VLAN,EType,incoming port- Source/Destination MAC, VLAN, EtherType, and incoming port associated with the packet.
- Src IP and Src TCP/UDP Port Fields- Source IP and Source TCP/UDP fields of the packet.
- Dest IP and Dest TCP/UDP Port Fields- Destination IP and Destination TCP/UDP Port fields of the packet.
- Src/Dest IP and TCP/UDP Port Fields- Source/Destination IP and source/destination TCP/UDP Port fields of the packet.
- Enhanced hashing mode- The purpose of hashing based load balancing is to split micro-flows in a way that the traffic load is balanced across multiple output links.
Question is what matches the HP Procurve default of L3 based from the NetGear 7 options?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-09-2020 03:54 PM
12-09-2020 03:54 PM
SolutionHi!
@mr_vaughn wrote: Question is what matches the HP Procurve default of L3 based from the NetGear 7 options?
Why to care about it?
The hashing mode is acting (and has effect) only on egressing traffic from a LAG (Port Trunk in HP "E-Series" jargon)...so your HP switches would adopt the hashing algorithms you think are better suited for the type of egressing traffic they have with destination your Core Switch and vice-versa your Netgear Core will do the same for its egressing traffic with destinations its downlinked peer switches...and will do that freely using its hashing algorithms (Note: the 6th on Netgear list should be equivalent to the Layer 4 = L4 on HP).
Hashing algorithms don't need to match at all (to work) between peers' interconnected LAGs.
The most important thing is instead to use on both ends the LACP (IEEE 802.3ad) as the aggregation control protocol (it means that Port Trunks configured on HP should use the "lacp" option not the "trunk" option).
I'm not an HPE Employee

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-23-2020 05:32 AM
12-23-2020 05:32 AM
Re: Trunk hash mode detail
@parnassus Thanks very much!
this piece of info is very useful and not readily available or mentioned "Hashing algorithms don't need to match at all (to work) between peers' interconnected LAGs."