10-28-2021 10:18 AM
Greetings,
A few questions regarding changing MTU on core switch for 802.1Q tunneling support... System MTU is currently default (1500), switch in production network :
1. Will changing system MTU to 1508 result in loss of inband management connection? (since I connect to this switch via SSH in another state
2. Is this change disruptive to other connectivity? (In other words, will this "take down the network" - how long?)
3. Does this require a reset, like a reload?
Solved! Go to Solution.
10-28-2021 11:11 AM
So, you need a reboot after deploying the config. Changing MTU should not affect the inband management connection but I recommend doing it during off-hours just in case.
HTH
10-28-2021 10:46 AM
Hi,
What is the switch platform you are using?
On smaller switches like 3800, 3700, 9300, changing the MTU requires a reboot as it applies to the whole switch.
HTH
10-28-2021 11:04 AM
This is a cisco WS-C3750X-48 stack running ipbase
1 54 WS-C3750X-48 15.0(2)SE8 C3750E-UNIVERSALK9-M
10-28-2021 11:11 AM
So, you need a reboot after deploying the config. Changing MTU should not affect the inband management connection but I recommend doing it during off-hours just in case.
HTH
10-28-2021 11:18 AM
Thanks Reza!
Just to be sure I understand, it sounds like when I run:
#system mtu 1508
nothing will change until after I follow that up with:
#reload
Correct?
10-28-2021 12:03 PM
nothing will change until after I follow that up with:
#reload
Correct.
The system MTU setting is saved in the switch environmental variable in NVRAM and becomes effective when the switch reloads. Unlike the system MTU routing configuration, the MTU settings you enter with the system mtu and system mtu jumbo commands are not saved in the switch Cisco IOS configuration file, even if you enter the copy running-config startup-config privileged EXEC command. Therefore, if you use TFTP to configure a new switch by using a backup configuration file and want the system MTU to be other than the default, you must explicitly configure the system mtu and system mtu jumbo settings on the new switch and then reload the switch.
Also, check your license level as the command is not supported on switches with LAN base feature set.
Link:
Reza
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