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).