08-30-2017 02:00 AM - edited 03-08-2019 11:53 AM
Hi,
I'm building a network and have just been told by somebody that for some particular equipment we need to use jumbo frames. We're using 4x Cisco 3850 switches stacked, I've googled some example commands but they do not appear to be supported by our switches.
Does anybody know what commands I can use to change the MTU size on our 3850 switches? Ideally we would like to change the MTU size per interface, or per VLAN.
If anybody has any advice I'd appreciate it.
Thanks
08-30-2017 02:23 AM
Hi there,
first you need to change the global ethernet payload size:
! system mtu 9000 !
This will require the stack to be reloaded. Jumbo frames will be enabled on all interfaces.
If you have any SVIs configured you will also need to change the mtu value there:
! int vlan100 ip mtu 9000 !
cheers,
Seb.
08-30-2017 03:05 AM - edited 08-30-2017 03:05 AM
Ok thanks Seb.
Can enlarging the MTU size affect devices still running at 1500? Or does using the 'system mtu 9000' command simply increase the total size of MTU the switch can handle?
We only have a few devices that require jumbo frames, I don't want to affect anything else.
Thank again
08-30-2017 03:06 AM
Increasing the MTU size to 9000 will have no effect on those devices still sending at 1500.
cheers,
Seb.
08-30-2017 03:08 AM
Great, thanks :)
08-30-2017 03:51 AM
Please mark this question with an accepted solution.
cheers,
Seb.
08-30-2017 05:00 AM
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide