cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
441
Views
5
Helpful
2
Replies

MTU newb questions

pdub206
Level 1
Level 1

Hi all,

I've begun studying the TCP/IP protocol more in depth recently and found that I'm still lacking a bit in understanding of some aspects of MTU.

For example, if I have a Jumbo MTU set to 9000, will it accept all sizes below 9000 without fragmentation? 9000 is simply the point where it says "I now must fragment"?

Another question related to this -- fragmentation increases CPU usage normally, so does increasing the MTU size to 9000 reduce CPU load in environments where larger than normal MTU is used?

I've also read that in some cases we would want to -reduce- the MTU size to accomodate for some protocols, ie. GRE/IPSec tunneling.  Why is that necessary?

Throwing packets since 2012
1 Accepted Solution

Accepted Solutions

suggest to go through these docs:

http://www.cisco.com/c/en/us/support/docs/switches/catalyst-4000-series-switches/29805-175.html

http://www.cisco.com/c/en/us/support/docs/ip/generic-routing-encapsulation-gre/25885-pmtud-ipfrag.html

https://supportforums.cisco.com/discussion/11399941/does-jumbo-frames-ever-get-fragmented

http://www.networkworld.com/article/2224722/cisco-subnet/jumbo-frames.html

View solution in original post

2 Replies 2

suggest to go through these docs:

http://www.cisco.com/c/en/us/support/docs/switches/catalyst-4000-series-switches/29805-175.html

http://www.cisco.com/c/en/us/support/docs/ip/generic-routing-encapsulation-gre/25885-pmtud-ipfrag.html

https://supportforums.cisco.com/discussion/11399941/does-jumbo-frames-ever-get-fragmented

http://www.networkworld.com/article/2224722/cisco-subnet/jumbo-frames.html

Thank you, that pretty much answered all my questions.

Throwing packets since 2012