Comware Based
1820114 Members
3467 Online
109619 Solutions
New Discussion

Link Aggregation + Windows 2012 R2

 
Facundo-Ortiz
New Member

Link Aggregation + Windows 2012 R2

I have 3 HP servers connected to an HP 5700 Switch FF and need to connect two Ethernet boards per server to build a TEAM Windows by LACP.
Just 1 raised the TEAM, the other two give LACP negotiation error.

What you could be missing?

 

 

Tengo 3 Servidores HP conectados a un Switch HP FF 5700 y necesito conectar 2 placas ethernet por cada servidor para armar un TEAM de Windows por LACP.
Solo 1 levantó el TEAM, los otros dos dan error de Negociación LACP.

¿Que puede estar faltando?

 

interface Bridge-Aggregation3
port link-type trunk
port trunk permit vlan all
link-aggregation mode dynamic
undo stp enable
stp edged-port

interface range Ten-GigabitEthernet 2/0/6 to Ten-GigabitEthernet 2/0/8
link-aggregation port-priority 1
port link-type trunk
port trunk permit vlan all
port link-aggregation group 3
lacp period short

3 REPLIES 3
raf2
Frequent Advisor

Re: Link Aggregation + Windows 2012 R2

There are a number of things to look at both on the server and the switch. You have 3 ports bound to the Link-agg group.

 

I haven't worked with the Windows teaming software in many years as we virtualize everything on VMware. However you may want to make sure that it is compatible with LACP. Sometimes they may only do Cisco Etherchannel or Static aggregation.

 

I'd try changing from dynamic to static after removing the ports then re-add your ports to the link-agg.

tdasher
Occasional Collector

Re: Link Aggregation + Windows 2012 R2

Windows Server 2012 NIC teaming will not work with LACP.  The ports should be configured as individual access ports, not as a BRAGG.

Apachez-
Trusted Contributor

Re: Link Aggregation + Windows 2012 R2

That sounds really odd, so the "teammode LACP" isnt really LACP in Windows 2012?

 

http://blogs.technet.com/b/privatecloud/archive/2012/06/19/nic-teaming-in-windows-server-2012-brings-simple-affordable-traffic-reliability-and-load-balancing-to-your-cloud-workloads.aspx

 

http://blogs.technet.com/b/keithmayer/archive/2012/10/16/nic-teaming-in-windows-server-2012-do-i-need-to-configure-my-switch.aspx

 

http://www.aidanfinn.com/2013/01/windows-server-2012-nic-teaming-part-3-switch-connection-modes/

 

When setting up LACP in Comware (or any switch) dont forget to enable short timers (this way the BPDUs are sent once a second instead of once every 30 second or so). Also dont forget to alter the load-sharing mode from default srcmac-dstmac into srcip-dstip or even srcip-dstip-srcport-dstport to better utilize the physical links who is part of your link aggregation.

 

Here is example on how to setup LACP on Comware devices:

 

http://abouthpnetworking.com/2014/12/13/comware-link-aggregation-lacp-edge-port/