cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
6335
Views
0
Helpful
4
Replies

10GB Port & Jumbo Frames

zekebashi
Level 4
Level 4

Hello, 

I was wondering if someone could shed a light on whether jumbo frames should be configured on an 10GB interface or not really required. 

Thanks in advance. 

Best, ~zK 

4 Replies 4

Joseph W. Doherty
Hall of Fame
Hall of Fame

Disclaimer

The Author of this posting offers the information contained within this posting without consideration and with the reader's understanding that there's no implied or expressed suitability or fitness for any purpose. Information provided is for informational purposes only and should not be construed as rendering professional advice of any kind. Usage of this posting's information is solely at reader's own risk.

Liability Disclaimer

In no event shall Author be liable for any damages wha2tsoever (including, without limitation, damages for loss of use, data or profit) arising out of the use or inability to use the posting's information even if Author has been advised of the possibility of such damage.

Posting

Jumbos are more optimal on 10g because of the bandwidth.

The only real downside to configure jumbos is if you might have something using jumbos, and it hits a L3 interface that doesn't support them, so then the interface will drop or fragment.

Thanks for the info., Joseph! 

Carlos Villagran
Cisco Employee
Cisco Employee

Hi!

The decision of using Jumbos or not is not about bandwidth matter. Jumbos are used for deployments with certain protocols like iSCSI and it should be considered only for special purposes, remember that if a host is not compatible with Jumbo frames it will drop the frame anyways and even worst as Joseph just said, in case you are trying to route those in a not capable jumbo frame interface it will start fragmenting a lot and thus you will have high CPU after some minutes causing even worst scenarios. 

Hope it helps, best regards!

JC

Thanks for the feedback, Carols.