cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
37545
Views
5
Helpful
7
Replies

VLAN MTU setting vs system mtu and system mtu jumbo

donghoon1
Level 1
Level 1

On a Catalyst 2960G switch I configured

system mtu jumbo 9000

but only today I discovered that the VLAN that should allow jumbo frames had 1500 as its mtu setting all the time! However there has been no trouble in passing jumbo frames over this vlan.

So my question: what does the vlan mtu setting precisely do?

7 Replies 7

aghaznavi
Level 5
Level 5

You can issue the "vlan vlan-id mtu 2018 'command to increase the maximum transmission unit (mtu) size upto 2018 bytes, so that the switch does not drop the large frames.

Actually, whether I issue commands

vlan ... mtu 1500

vlan ... mtu 2018

vlan ... mtu 7200

vlan ... mtu 9000

the switch's behavior seems to be unaffected. Only the command "system jumbo mtu ..." affects whether large frames are passed or not.

So my question is: can anyone confirm that the "vlan ... mtu ..." is obsolete on the 2960G?

Edison Ortiz
Hall of Fame
Hall of Fame

2960G is a layer2 switch so packets aren't actually going via the SVI.

Packets would only traverse via the SVI if you had a Layer3 switch.

Your packet flow is strictly Layer2 so you are only using the physical ports on the data flow.

HTH,

__

Edison.

Please rate helpful posts

Sorry Edison, I don't understand the point of your reply. The VLAN tag is part of the ethernet header right?

When you verify the Vlan isn't configure for a large MTU size, where exactly are you looking?

If you are looking in the interface Vlan, then you are looking at a Layer3 interface.

The 2960G does not use the Layer3 interface Vlan for passing traffic in behalf the users that are connected to it.

It passes the traffic directly via the physical ports (Layer2).

It has nothing to do with the Vlan tag.

__

Edison.

Hi,

Correct me if i am wrong. Both the setting are differ from each other.

system mtu jumbo 9000 :- sets the mtu for the physical interface on the switch.

Configuring MTU for Vlans may mismatch with the mtu set for the ports.

As per my oberavtions you can set system mtu for all the interfaces as jumbo. Depending on the output for the vlan mtu whith the higest size set the mtu for all vlans with the same.

Observe the output for the commands:

show system mtu

sh vlan mtu

Hope this helps.

Regards,

pravin

Those people clearly misunderstood you.. over more than 10 years now. Hope you had been more lucky since then :-)