- Community Home
- >
- Networking
- >
- Switching and Routing
- >
- HPE Aruba Networking & ProVision-based
- >
- NIC Teaming on Server - What config on procurve Sw...
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
09-26-2019 12:07 AM
09-26-2019 12:07 AM
NIC Teaming on Server - What config on procurve Switch
Hi,
i have an IBM Server connected with 2 LAN Interfaces to our 5406Rzl2 Switch.
The interfaces on the IBM Server are configured as NIC Teaming via Microsoft Network Adapter Multiplexor Driver.
What configuration do i have to set on the switch?
Regards,
Tobi
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-26-2019 03:39 AM
09-26-2019 03:39 AM
Re: NIC Teaming on Server - What config on procurve Switch
Hi!
Supposing at OS level (Microsoft Windows?) you've configured two NIC ports - let me say, as example, 2 x 1Gbps or 2 x 10Gbps - to form a bonded interface with IEEE 802.3ad (LACP).
If so, on Aruba 5406R zl2 switch side, you simply need to form a Port Trunking (ports aggregation) called Trkx (where x should be a free unused id, as example, use 1 or 10 or 100 or whatever is free on your configuration) with two physical interfaces as member ports and set that Trkx to use LACP...this part is quite simple because you can configure it with just one command:
Aruba-5406R-zl2(config)# trunk ethernet A1,B1 trk10 lacp
The command above will create the logical interface Port Trunk named Trk10 with A1 and B1 as member physical interfaces and set the Port Trunk to use lacp as aggregation control protocol (LACP IEEE 802.3ad will use default Layer 3 src-dst IP Addresses for calculating required hashing for operating load balancing on egress traffic).
The Trk10 interface will be untagged in VLAN 1 (that's default), if you require untagging/tagging on other VLANs you have to untag/tag that interface using commands such:
interface ethernet Trk10 tagged vlan n,m,z (where n, m and z are VLAN Ids you want the interface Trk10 to become tagged member of)
interface ethernet Trk10 untagged vlan k (where k is the VLAN Id - just one, no more than one - you want the interface Trk10 to become untagged member of)
Hope this will help.
I'm not an HPE Employee
