How Do I Change the MTU Value of a Windows BMS NIC?
Maximum Transmission Unit (MTU) specifies the largest packet of data that can be transmitted on a network and ranges from 1280 to 8888 in the unit of byte. If the MTU values of two hosts are different, the transmission may be interrupted, or packet loss may occur. This section uses Windows Server 2012 R2 as an example to describe how to change the MTU value of a Windows BMS NIC.
- Enable Jumbo Packet on the NIC.
- Click
in the lower left corner to start Control Panel.
Figure 1 Control Panel - Click View network status and tasks under Network and Internet.
- In the View your active networks area, click the target NIC, for example, Ethernet 15 shown in Figure 2.
The page showing the Ethernet 15 NIC status is displayed.
- Click Properties.
The page showing the Ethernet 15 NIC properties is displayed.
- Click Configure. In the displayed dialog box, click the Advanced tab.
Figure 3 Inter(R) 82599 Virtual Function #13 Properties
- In the Settings area, select Jumbo Packet. In the Value area, select 9014 Bytes.
- Click OK.
- Click
- Change the MTU value.
- Click
in the lower left corner, choose Windows PowerShell, and run the following command to query the MTU value of the current NIC:
netsh interface ipv4 show subinterfaces
- Obtain the result. The MTU value of the NIC with Jumbo Packet enabled is 9000.
Figure 4 Obtaining the NIC MTU value
- Run the following command to change the NIC MTU value:
netsh interface ipv4 set interface "NIC name" mtu=Changed MTU value store=persistent
For example, to change the MTU value of the Ethernet 15 NIC to 8888, run the following command:
netsh interface ipv4 set interface "Ethernet 15" mtu=8888 store=persistent
- Run the following command to query the changed MTU value:
netsh interface ipv4 show subinterfaces
Figure 5 Obtaining the changed MTU value
- Click
Network and Security FAQ FAQs
- Can BMSs of Different Accounts Communicate with Each Other over an Internal Network?
- How Do Two BMSs in the Same Region But Different AZs Communicate with Each Other?
- Are My BMSs in the Same Subnet?
- Can I Associate a BMS with Multiple Security Groups?
- Can BMSs Communicate with ECSs in the Same VPC?
- What Are the Differences Between the Primary and Extension NICs of BMSs?
- Can I Bind Multiple EIPs to a BMS?
- Can I Configure the EIP?
- Will I Obtain an EIP That Has Been Released?
- What Are the Differences Between EIPs, Private IP Addresses, and Virtual IP Addresses?
- How Can I Modify the Network Configuration or Restart the Network If I Can Log In to a BMS Using Only SSH?
- How Do I Handle the Failure to Ping a CentOS 7 Extension NIC?
- What Do I Do If a Service Port Is Used by a One-Click Password Reset Plug-in?
- What Do I Do If the Communication Between the Primary NIC and Extension NIC of the BMS is Abnormal?
- How Can I Configure a Static IP Address for a BMS?
- How Do I Change the MTU Value of a Linux BMS NIC?
- How Do I Change the MTU Value of a Windows BMS NIC?
Feedback
Was this page helpful?
Provide feedbackFor any further questions, feel free to contact us through the chatbot.
Chatbotmore