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:
- 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.
- Is it a problem, when a switch has a larger MTU value then devices attached?
- 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?
- 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.