08-06-2017 05:19 AM - edited 03-08-2019 11:37 AM
Hi All,
In a scenario where router has MTU set to 1500 on both LAN and WAN interface. If any server from LAN sends a jumbo frame (9000 byte) then will that frame be sent outside or drop?
08-06-2017 01:20 PM
Hi,
If the LAN and WAN interfaces are layer-3, then the packet will get fragmented to smaller size (1500) and forwarded.
HTH
08-06-2017 08:48 PM
Hi Reza,
Thanks for the reply. What if we have layer 2 switch before the router. Can you please explain me the packet/frame flow in this case.
Thanks in advance.
08-07-2017 06:43 AM
A L2 switch should not forward a frame larger than the port's configured MTU. (I.e. switch should drop the frame.)
A L2 switch, receiving a frame larger than the port's configured MTU might be unable to physically accept the frame, and if unable to accept the frame, the frame will be dropped.
08-07-2017 06:43 AM
Thanks Joseph.
That means if we have switch between our server and router then jumbo frame will be dropped. How can we make it work then?
08-07-2017 08:23 AM
Hi,
If you have a L-2 switch between the router and the server, you can simply enable jumbo frame on that switch or you would have to redesign the network and put the router before the switch (not sure if this is possible because of limited port density on the router).
HTH
03-19-2019 03:19 PM
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide