How to configure Jumbo frames in windows. 9000MTU

by

Configure Jumbo Frames for NIC cards in the Windows-based OS servers

Change the Maximum Transmission Unit (mtu) setting to 9,000, or the highest value that is supported by the switch

Run the following from CMD:

netsh interface ipv4 show interface
netsh interface ipv4 set subinterface <network_ID> mtu=9000 store=persistent

You many also have to configure the NIC for Jumbo frames

Test with a ping using -f -l 8972

ping –f –l 8972 <Destination_IP_Address>

Leave a Reply

Your email address will not be published. Required fields are marked *