Link to home
Start Free TrialLog in
Avatar of Damian Gardner
Damian Gardner

asked on

Jumbo frames on a single port on a Catalyst 3850 switch

Hello - can a single port be set to jumbo frames on a Catalyst 3850 switch? If not, will setting it globally affect other ports where the client is not capable of Jumbo frames and needs a 1500 MTU?
ASKER CERTIFIED SOLUTION
Avatar of atlas_shuddered
atlas_shuddered
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Damian Gardner
Damian Gardner

ASKER

Great.  that's what I wanted to hear.  thank you!
Atlas - can I ask one more question?  I've noticed on one of my switch stacks (my older Cat 3750) that in spite of all the interfaces being set to MTU 9000, the VLAN is only 1500.  I should set the VLAN up to 9000, correct?
Yes, otherwise you will drop frames in traversal
ok.  is the command to do that as follows?

switchport mode access
switchport access vlan mtu 9000?
To set:

3750(config)# system mtu jumbo 9000
3750(config)# exit
3750# reload

Open in new window


To confirm:

Switch# show system mtu
System MTU size is 1546 bytes
System Jumbo MTU size is 9000 bytes

Open in new window


Issuing the reload command will reload the switch/stack.  The changes will not take affect until after reload.  Practice due caution when reloading on production equipment.

Hope it all helps.