cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
6282
Views
5
Helpful
3
Replies

Removing - system mtu routing 1500

douglas.mckee
Level 1
Level 1

Good Morning,

 

It was recently suggested to clean up our switch configs (3560G, 3650's etc.) that we should remove the "system mtu routing 1500" command since this is the default. I've always been taught to hard code this into our access layer switches to match our core MTU settings. Will this cause issues within our network if this is removed from all access layer switches?

 

 

****It is my understanding without this command that switches could pick up Jumbo frames coming from other cores switches at the data layer****

 

Thank you,

Doug

1 Accepted Solution

Accepted Solutions

Mark Malone
VIP Alumni
VIP Alumni
Hi
shouldnt cause an issue on access switches pure l2 but may cause problem on a routed switch with routed ports as thats where it actually comes into action , personally i wouldnt remove default commands unless theres a specific reason other than clean up , clean up to me would be removing routes /configuration etc thats not in use and tightening acls rules etc that may be irrelavent after long periods of changes, changing it on 1 switch should be changed on all though when it comes to MTU

View solution in original post

3 Replies 3

Mark Malone
VIP Alumni
VIP Alumni
Hi
shouldnt cause an issue on access switches pure l2 but may cause problem on a routed switch with routed ports as thats where it actually comes into action , personally i wouldnt remove default commands unless theres a specific reason other than clean up , clean up to me would be removing routes /configuration etc thats not in use and tightening acls rules etc that may be irrelavent after long periods of changes, changing it on 1 switch should be changed on all though when it comes to MTU

Mark,

 

Thank you for the quick reply and also excellent ideas on cleaning up our current configs.

 

Thank you,

 

Doug

 

Hello,

 

as far as I remember, jumbo frames will only be accepted if you have 'system mtu jumbo' configured (or, in theory, if you actually would WANT to route jumbo frames, 'system mtu routing 9198'.). Otherwise, they will not go through...