Windows 2012 r2 nic teaming does not aggregate bandwidth

network-teamingnic

2 X Dell R730 boxes each with Dual 10G broadcom NIC. NetGear 10G 10BaseT switch. LACP set in switch. Boxes config with NIC Teaming (switch dependent, dynamic, all active).
– when I copy a file I get a nice 9Gb transfer but should be twice that
– used iperf (so file xfer) to test NIC and get same thing.
– tried 2 instances on each box, with separate ports (same thing)
– added second IP on destination box so client sent to 2 IPs on same box (same)
Question: should I be able to see double file transfer speeds? (yes,drives are fast enough-12G). Also, what is a proper setup/utility to b

Best Answer

LACP does not necessary increase bandwidth! If there's only one TCP connection you'll get fault tolerance but no performance boost! See good story wrap up here:

http://www.hp.com/rnd/library/pdf/59692372.pdf

In your case you have to configure SMB Multichannel and in this case SMB redirector will push data over multiple independent "pipes" aka TCP connections on Round Robin basis. That's going to give you both fault tolerance and bandwidth increase. See here:

https://technet.microsoft.com/en-us/library/dn610980.aspx

Related Topic