Score:0

Jumbo MTU and switches

mo flag

I have a network with several file servers, workstations and application servers. For simplicity we can consider it all attached to a single switch, say Dell 4032F with maximum Jumbo MTU size of 9216. I would appreciate your help with some questions related to MTU. So my first question is:

  1. What is this (9216) - HW MTU or IP MTU according to classification (in other words, does it include 14-bytes frame header or not)? It is set for a whole device, not a port, according to documentation, but it does not state what is that.
  2. Is it a problem, when a switch has a larger MTU value then devices attached?
  3. When I setup MTU in Linux, I am putting 9216 in NetworkManager's settings - should I deduct 14 bytes and put 9202 or even 9000? What is MTU meant in OS setup?
  4. And the last question: VMWare does support only 9000 byte MTU as Jumbo. Does it mean that everything in my network should have that value of MTU or not?

Thank you.

cn flag
You need to make distinction between `IP MTU` and `Ethernet Frame Size`.
Dima avatar
mo flag
Frame size = IP MTU or HW MTU + L2 Header (14 bytes). But not for IOS and JunOS: they do include L2 header into MTU.
cn flag
If you have a LIST - make them bullet points, preferably numbered, not a text wasteland.
Score:1
cn flag

what is this (9216)

Byte per packet. Either on IP or Ethernet level. As we talk of switches, this is Ethernet.

It is set for a whole device, not a port, according to documentation, but it does not state what is that.

It is assumed people learn their trade.

Is it a problem, when a switch has a larger MTU value then devices attached?

No. it is the maximum allowed number. It is a problem if the device sends a larger packet than the switch will handle (in which case the packet should be thrown away by the switch but possibly is partially translated), but it is NOT a problem if the switch can handle more than is sent.

Ethernet has NO negotiation, so the machines must show the SMALLEST MTU the network can handle. IP DOES negotiate (and routers can split packets), but Ethernet does not.

And the last question: VMWare does support only 9000 byte MTU as Jumbo

That would be awful for high speed networks.

Does it mean that everything in my network should have that value of MTU or not?

Depends. Generally: Do not touch MTU until you know what you do - and have a plan how this works and impacts your network. Higher MTU reduces processing on heavy duty networks. That said, 9200 is awfully low for a heavy duty network (i.e. 100g or higher).

I sit in a Tesla and translated this thread with Ai:

mangohost

Post an answer

Most people don’t grasp that asking a lot of questions unlocks learning and improves interpersonal bonding. In Alison’s studies, for example, though people could accurately recall how many questions had been asked in their conversations, they didn’t intuit the link between questions and liking. Across four studies, in which participants were engaged in conversations themselves or read transcripts of others’ conversations, people tended not to realize that question asking would influence—or had influenced—the level of amity between the conversationalists.