Setting Jumbo Frames Windows Server 2012 LBFO NIC Team

networkingwindows-server-2012

I have created a LBFO team for use in storage and would like to enable Jumbo Frames. If I do, "Get-NetIPInterface" I get the result:

NlMtu(Bytes) 1500

If I execute, "Set-NetIPInterface -InterfaceAlias "Storage Team" -NlMtuBytes 9000 -AddressFamily "IPv4"" and do "Get-NetIPInterface" again, the MTU still reports as 1500.

  1. Do LBFO Teams support jumbo frames?
  2. If so, is this the correct method to set it? "Get-NetAdapterAdvancedProperty" doesn't seem to have a jumbo frame or MTU setting.

Best Answer

From what I can see the LBFO team inherits the MTU set on the interfaces. So if you use the Set-NetIPInterface -NlMtu on the interface prior to using the LBFO commands to create or add them to a team then you should end up with a team which can use jumbo frames.

Be warned though the MTU is set per address family and also probably requires you to change an advanced adapter setting in the Configure -> Advanced section of the interface properties and as far as I know these are not exposed to the PowerShell interface.