Cant set character "Disabled" value for Jumbo frame.

Anonymous
2024-08-09T16:34:22+00:00

Hi,

We are working on troubleshooting some performance issue was was advised to disable Jumbo frame on virtual server 2016. Although VM machines doesn’t have specific “DISABLED” option (unlike in a physical server). We can only set the number value. Please guide how to disable jumbo frame on virtual host.

Thanks.

Windows for business | Windows Server | Networking | Other

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question. To protect privacy, user profiles for migrated questions are anonymized.

0 comments No comments
{count} votes
Accepted answer
  1. Anonymous
    2024-08-13T01:55:41+00:00

    Thank you for your reply.

    We would like to know whether you built the virtual machine on Hyper-V? Or other third-party platforms?

    If you are using Hyper-V, based on your description, we recommend that you try the following solutions.

    To disable Jumbo Frames on a Hyper-V virtual switch, you’ll need to adjust the MTU (Maximum Transmission Unit) settings. Here’s a step-by-step guide:

    1. Open PowerShell as Administrator.
    2. Identify the Virtual Switch: Use the following command to list all virtual switches and their properties: Get-VMSwitch
    3. Disable Jumbo Frames: Set the MTU to the default value (usually 1500 bytes) for the virtual switch. Replace SwitchName with the name of your virtual switch: Set-VMSwitch -Name "SwitchName" -NetAdapterInterfaceDescription "Ethernet" -NetAdapterAdvancedProperty @{"*JumboPacket"="1500"}
    4. Verify the Change: Confirm the MTU setting has been updated: Get-NetAdapterAdvancedProperty -Name "vEthernet (SwitchName)" -DisplayName "Jumbo Packet"

    Regards,

    Jill Zhou

    0 comments No comments

2 additional answers

Sort by: Most helpful
  1. Anonymous
    2024-08-12T06:43:04+00:00

    Hello

    Thank you for posting in Microsoft Community forum.

    What platform's virtual machine are you using?

    Looking forward to your recovery

    Regards,

    Jill Zhou

    0 comments No comments
  2. Anonymous
    2024-08-12T14:02:10+00:00

    Its on prem windows server 2016 OS.

    0 comments No comments