Large data send even set MTU=576 on Windows 10

LynnZZ 0 Reputation points
2024-11-26T15:39:34.7066667+00:00

Hi,

I set MTU=576 with this command:

netsh interface ipv4 set subinterface Ethernet mtu=576 store=persistent

and reboot.

I open wireshark to monitor the data transmission, I still see large packet sending from Windows 10 even after reassembled, may I know Frame size suppose to limit MTU size? Thanks

User's image

Windows 10
Windows 10
A Microsoft operating system that runs on personal computers and tablets.
11,866 questions
Windows
Windows
A family of Microsoft operating systems that run across personal computers, tablets, laptops, phones, internet of things devices, self-contained mixed reality headsets, large collaboration screens, and other devices.
5,626 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Jing Zhou 7,595 Reputation points Microsoft Vendor
    2024-11-28T07:39:43.7966667+00:00

    Hello,

     

    Thank you for posting in Q&A forum.

    To further troubleshoot this issue, please kindly try below steps:

    Actually even the packets are fragmented into smaller pieces if they exceed 576. However, Wireshark just reassembles these fragments to show the complete data, which is normal behavior.

    To verify MTU Settings, please open CMD window and run below command:

    netsh interface ipv4 show subinterface Ethernet

    Please ensure that the MTU value is set to 576 and is stored persistently.

     

    I hope the information above is helpful.

    If you have any questions or concerns, please feel free to let us know.

     

    Best regards,

    Jill Zhou

     


    If the Answer is helpful, please click "Accept Answer" and upvote it.


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.