- Community Home
- >
- Networking
- >
- Switching and Routing
- >
- Comware Based
- >
- Unable to Form Link Aggregation between HP FF 5700...
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
10-07-2016 07:48 PM
10-07-2016 07:48 PM
Unable to Form Link Aggregation between HP FF 5700 Switch and VMWare NIC Teaming
Hi
I need some advice on link-aggregation issue that I encounter during my setup with VMWare NIC teaming. On HP 5700 switch, I configured a static link-aggregation, the configuration is as below:
interface brigde-aggregation1
port link-type trunk
port trunk permit vlan 100 200 300
undo port trunk permit vlan 1
interface ten-gigabitethernet 1/0/1
port link-type trunk
port trunk permit vlan 100 200 300
undo port trunk permit vlan 1
undo stp enable
interface ten-gigabitethernet 1/0/2
port link-type trunk
port trunk permit vlan 100 200 300
undo port trunk permit vlan 1
undo stp enable
And, on VMWare side, the load balancing policy is set to Route based on IP hash
Somehow, the configuration does not work. Is there anything I need to do at the physical switch side?
Regards
Michael
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-08-2016 04:38 AM - edited 10-08-2016 04:39 AM
10-08-2016 04:38 AM - edited 10-08-2016 04:39 AM
Re: Unable to Form Link Aggregation between HP FF 5700 Switch and VMWare NIC Teaming
What's about permitting - instead of denying - VLAN 1 on the Static Trunk (and, consequently, for coherence, doing the same on any of its member ports)?
As far as I know Port Trunking steps order is important on Comware based Switches: after creating VLANs, after creating the Trunk and assigning member ports to...you should have set (logical) trunk interface's type to Type Trunk and permitted various VLANs on it (VLANs settings should then propagate down to BAGG member ports).
I'm not an HPE Employee

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-14-2016 04:45 AM - edited 10-14-2016 04:46 AM
10-14-2016 04:45 AM - edited 10-14-2016 04:46 AM
Re: Unable to Form Link Aggregation between HP FF 5700 Switch and VMWare NIC Teaming
Hi,.
dunno if you just didn't paste it, but you need to add the physical interfaces to the bridge-aggretation interface
for both your interfaces:
interface range Te1/0/1 Te1/0/2 port link-aggregation group 1 quit
otherwise they are just individual interfaces.
Regards
Region Midtjylland
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-14-2016 11:45 AM
10-14-2016 11:45 AM
Re: Unable to Form Link Aggregation between HP FF 5700 Switch and VMWare NIC Teaming
Going forward, you don't configure the individual interfaces. You configure the link-aggregation which then configures the member interfaces.
Why aren't you using a dynamic link-agg to the VMware host? It will deal with links that disappear for some reason better than static.
Regards,
David
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-16-2016 01:26 PM - edited 10-16-2016 01:56 PM
10-16-2016 01:26 PM - edited 10-16-2016 01:56 PM
Re: Unable to Form Link Aggregation between HP FF 5700 Switch and VMWare NIC Teaming
I'm not an HPE Employee
