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

Nexus 5k MTU size question

jonesl1
Level 1
Level 1

I have 2 Nexus 5k's running NX-OS 4.2(1)N1.   The 2 5k's are not directly connected to each other.  These are connected to Nexus 2k's which are in the top of our server racks.   Initially, my higher ups asked to have jumbo frames enabled, so i performed the following:

switch(config)# policy-map type network-qos jumbo
switch(config-pmap-nq)# class type network-qos class-default
switch(config-pmap-c-nq)# mtu 9216
switch(config-pmap-c-nq)# exit
switch(config-pmap-nq)# exit
switch(config)# system qos
switch(config-sys-qos)# service-policy type network-qos jumbo

I guess this enables jumbo frames to the switch as a whole.   They are concerned this will degrade performance being that there will be numerous servers and whatnot that require the normal MTU of 1500.   However, we are wanting at some point to integrate the SAN to the 5k / 2k scenario which requires jumbo frames.   So my question to you is.....Is by applying the jumbo MTU size in the manner above going to hurt the non-san server performance, or should I look at applying jumbo frames on a per interface level.   And if so...how does one go about doing it on a per interface level.   Any info you can give me on this subject, would be fantastic....

Thanks again in advance.

2 Accepted Solutions

Accepted Solutions

I think what he was trying to get at is, there is some concern that things still running at 1500 MTU on that switch would be negatively impacted if this were a global change.

Theoretically I am guessing the answer to that is 'no, it will not negatively impact servers at 1500 MTU' ... unless they had a MTU mismatch with a device they were talking to. I can't 100% confirm that, but the policy as it is applied seems to me to be more of 'support (not require) jumbos globally, business as usual for everything else'. Lucien, perhaps you can clarify?

View solution in original post

Correct, so even without enabling Jumbo globally the 5K will process jumbo mtu when those are received.

You will still see it in the show interface ethernet x/y output.

View solution in original post

4 Replies 4

Lucien Avramov
Level 10
Level 10

On the interface level there is not much to do.

N5K will process jumbo frames and not block them.

Now onto your next question coming : how do I disable jumbo since I enabled it?

Here it is:

go to system qos and then:

service-policy type network-qos default-nq-policy

I think what he was trying to get at is, there is some concern that things still running at 1500 MTU on that switch would be negatively impacted if this were a global change.

Theoretically I am guessing the answer to that is 'no, it will not negatively impact servers at 1500 MTU' ... unless they had a MTU mismatch with a device they were talking to. I can't 100% confirm that, but the policy as it is applied seems to me to be more of 'support (not require) jumbos globally, business as usual for everything else'. Lucien, perhaps you can clarify?

Correct, so even without enabling Jumbo globally the 5K will process jumbo mtu when those are received.

You will still see it in the show interface ethernet x/y output.

Thank you....yes that is what I was getting at.   I just wanted to make sure I wasn't hindering anything by making

a global change.   Sometimes, its tough for me to word it correctly being that alot of this is over my head.

Thanks Ryan / Lucien

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community: