User Tools

Site Tools


networking:mtu

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
networking:mtu [2022/06/29 09:19] apereznetworking:mtu [2022/07/01 11:36] (current) aperez
Line 1: Line 1:
 **Maximum transmission unit (MTU)** **Maximum transmission unit (MTU)**
  
-A maximum transmission unit (MTU) is the largest packet or frame size, specified in octets (eight-bit bytes) that can be sent in a packet- or frame-based network such as the internet. The internet’s transmission control protocol (TCP) uses the MTU to determine the maximum size of each packet in any transmission. MTU is usually associated with the Ethernet protocol, where a 1500-byte packet is the largest allowed in it (and hence over most of the internet).+{{ :networking:mtu-image-0.png?300 |}} 
 + 
 +{{ :networking:mtu-image-4.png?500 |}} 
 +{{ :networking:mtu-image-5.png?400 |}} 
 + 
 + 
 +{{ :networking:mtu-image-6.png?400 |}} 
 + 
 +{{ :networking:mtu-image-7.png?400 |}} 
 +{{ :networking:mtu-image-8.png?400 |}} 
 +{{ :networking:mtu-image-9.png?300 |}} 
 + 
 +**A maximum transmission unit (MTU)** is the largest packet or frame size, specified in octets (eight-bit bytes) that can be sent in a packet- or frame-based network such as the internet. The internet’s transmission control protocol (TCP) uses the MTU to determine the maximum size of each packet in any transmission. MTU is usually associated with the Ethernet protocol, where a 1500-byte packet is the largest allowed in it (and hence over most of the internet).
  
 One of the most common problems related to MTU is that sometimes higher-level protocols may create packets larger than a particular link supports, and you’ll need to make adjustments to make it work. One of the most common problems related to MTU is that sometimes higher-level protocols may create packets larger than a particular link supports, and you’ll need to make adjustments to make it work.
Line 12: Line 24:
  
  
 +{{ :networking:set-default-mtu.png?600 |}}
 +
 +{{ :networking:set-default-mtu -2.png?600 |}}
 +{{ :networking:set-default-mtu -3.png?600 |}}
 +{{ :networking:set-default-mtu -4.png?600 |}}
 +{{ :networking:set-default-mtu -5.png?600 |}}
 +
 +**Command to test jumbo frame packets (9000 Bytes) in an Esxi 7.0** 
 +
 +{{ :networking:set-default-mtu-vmware-7.png?600 |}}
 +
 +[[info.support.huawei.com/info-finder/encyclopedia/en/MTU.html|What Is Maximum Transmission Unit (MTU)?]]
 ---- ----
  
Line 40: Line 64:
 The total size of this kind of packet will be 1524 bytes, exceeding the 1500 bytes MTU value. The “data” size in this packet is 1460, but we can and should decrease it in order to make sure the total size will be 1500 bytes or less. And this is where TCP MSS comes into the picture. The total size of this kind of packet will be 1524 bytes, exceeding the 1500 bytes MTU value. The “data” size in this packet is 1460, but we can and should decrease it in order to make sure the total size will be 1500 bytes or less. And this is where TCP MSS comes into the picture.
  
-TCP MSS, the maximum segment size, is a parameter of the options field of the TCP header that specifies the largest amount of data, specified in bytes, that a computer or communications device can receive in a single TCP segment. It does not include the TCP header or the IP header. This value will dictate the maximum size of the “data” part of the packet. In the following case for the GRE tunnel, we will set the tcp mss value to be 1436 or lower, while the default size is 1460.+**TCP MSS, the maximum segment size**, is a parameter of the options field of the TCP header that specifies the largest amount of data, specified in bytes, that a computer or communications device can receive in a single TCP segment. It does not include the TCP header or the IP header. This value will dictate the maximum size of the “data” part of the packet. In the following case for the GRE tunnel, we will set the tcp mss value to be 1436 or lower, while the default size is 1460.
  
 The MSS announcement (often mistakenly called a negotiation) is sent during the three-way handshake by both sides, saying: “I can accept TCP segments up to size x”. The size (x) may be larger or smaller than the default. The MSS can be used completely independently in each direction of data flow. The MSS announcement (often mistakenly called a negotiation) is sent during the three-way handshake by both sides, saying: “I can accept TCP segments up to size x”. The size (x) may be larger or smaller than the default. The MSS can be used completely independently in each direction of data flow.
Line 75: Line 99:
 [[https://www.cisco.com/c/en/us/support/docs/lan-switching/8021q/17056-741-4.html|Inter-Switch Link and IEEE 802.1Q Frame Format]] [[https://www.cisco.com/c/en/us/support/docs/lan-switching/8021q/17056-741-4.html|Inter-Switch Link and IEEE 802.1Q Frame Format]]
 ---- ----
 +
 +**Configuring TCP MSS for Incapsula Infrastructure Protection**
 +
 +In Incapsula Infrastructure Protection, we usually use GRE tunnels. Therefore, we need to address the possibility of fragmentation if we are not adjusting the TCP MSS. Our solution, which is asymmetric by definition (meaning in-bound traffic via Incapsula, outbound traffic via the original ISP) requires us to rewrite the TCP MSS value of SYN packets that are being sent by our protected customer to their end clients. We can achieve this in a Cisco Router, for example by configuring “ip tcp mss-adjust 1436” on the WAN interface or the interface that faces the provider.
 +
 +Let’s look at the following diagram.
 +
 +{{ :networking:mtu-image-3.png?600 |}}
 +
 +As you can see, the customer server sends the packet with the MSS value of 1460, but in the router’s interface we will adjust it to 1420. It’s important to understand that this value will affect the size of the traffic coming from the end client toward the customer’s server. This is the traffic that will go via the tunnel and therefore be encapsulated with 24 bytes of GRE. The outbound traffic, from the customer’s server toward the end client, goes directly via the original ISP, therefore we don’t need to adjust the SYN packets the end user sends as well.
 +
 +The diagram above shows how the SYN packets in the three-way handshake travel. After the three-way handshake is completed and the connection established, the end user will send packets whose “data” won’t exceed the 1420 bytes size. In addition the customer’s server will send packets whose “data” won’t exceed the default 1460 bytes.
 +
 +A common mistake is to configure the “ip tcp mss-adjust 1420” command on the tunnel interface of the customer. The reason it doesn’t work is because the SYN packets that are sent from the server toward the end user are not going via the GRE tunnel interface, but via the original ISP’s interface.
 +
  
networking/mtu.1656512380.txt.gz · Last modified: 2022/06/29 09:19 by aperez

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki