Questions tagged [jumbo-frames]

Ethernet frames with an MTU exceeding 1500

Classic Ethernet allows for a Maximum Transmission unit of 1500. This was fine in the days where Ethernet was a shared 10mbit medium and where buffer space was expensive.

These days gigabit speeds are common, storage is cheaper and using larger frames can reduce overhead. Jumbo frames try to solve this by using a larger frame.

For this to work all devices need to support this frame size. Often this is 9k, but other frames sizes are also in use.

9 questions
5
votes
1 answer

Is Windows "9014" jumbo frame the same as Linux "9000"?

I'm setting up VMs networking using bridges. Whole network is configured using 9000 MTU on Linux machines and Linux bridges and 9116 l2mtu on router (I think Linux doesn't expose this setting via ip command). Now I'm reading about jumbo frames in…
Lapsio
  • 760
  • 11
  • 25
2
votes
1 answer

How to set jumbo frames on an unmanaged switch?

I'm using industrial cameras via the GigE interface. I just purchased a NETGEAR 8-port unmanaged PoE switch, specifically model number GS108LP. If I connect multiple cameras to the switch and then read frames from a computer I'm getting some frame…
cdahms
  • 183
  • 2
  • 7
1
vote
3 answers

Problem with Jumbo Frames

I am trying to set up jumbo frames on my gigabit home LAN but no luck so far. My setup is: * D-Link DIR-655 router, HW Revision A3, Firmware 1.21 EU * Synology DS107+, Firmware 3.0-1337 * Laptop w/ Win7 x64, external PCIx NIC managed by "Generic…
Spookyone
  • 31
  • 3
1
vote
0 answers

Unable to ping device with Jumbo Packets (MTU 9000) - Default ping error message, not because of MTU

@Admins: the question linked addresses a different problem. My issue is specific to the fact that ping doesn't return a MTU too small message but a general fail message, pointing to a problem downstream. I need to set up a local connection between…
C. Crt
  • 155
  • 1
  • 1
  • 8
1
vote
1 answer

wireshark bad udp length > ip payload length

I have a custom made (not by me) imaging device here. It connects to a computer via ethernet cable. The companying application software guides the user in the process of acquiring an image. So far so good. I'm now trying to use that device on…
KcFnMi
  • 574
  • 2
  • 7
  • 23
1
vote
0 answers

Frames above 2000 bytes not acknowledged by the client/receiver

I working on adding a jumbo frame functionality to my application. My problem is that I receive no ACK for frames with payload above 2000 bytes. My system looks as follows: the server sends requested measurement time to the client. The server side…
lukasz139
  • 11
  • 1
0
votes
1 answer

Jumbo Frames on DIR-842

Are Jumbo Frames supported by the D-Link DIR-842? If so, which maximum size? It supports 1 Gbit/s so I guess it should but I'm not sure, haven't found much while Googling.
Mikael Dúi Bolinder
  • 1,940
  • 6
  • 25
  • 40
0
votes
1 answer

Bypassing max MTU

I'm considering upgrading my home network to a router with jumbo frame support. Before I drop the cash on it I have a question about MTU's. The largest MTU my current router supports is 1500. On the other hand I have a switch that does support…
0
votes
0 answers

I can ping Ubuntu VMs with large buffer size without enabling jumbo frame. Why is that?

I have a few VMs running on Hyper-V, some are running Windows Server 2012 R2 and some are running Ubuntu 16.04. On the Windows VMs, I have to enable jumbo frame to be able to ping them with large buffer size (ping host.name -l 8972 -f), otherwise it…
Jim
  • 1,205
  • 4
  • 13
  • 22