07-12-2017 03:41 AM - edited 03-05-2019 08:50 AM
Hello,
Is there any way to check the optimum MTU size on cisco routers ?
Many thanks.
07-12-2017 04:53 AM
Hi
Usually the used MTU is 1500 bytes, but if you have 10G ports you could modify the MTU to support Jumbo MTU (9216 bytes).
Hope it is useful
:-)
07-12-2017 05:47 AM
Some platforms also support Jumbo Frames on GigabitEthernet interfaces.
If interested, you can verify with:
Router(config)#int gig0/0/0
Router(config-if)#mtu ?
<1500-9216> MTU size in bytes
Just fyi, this output was taken from a ISR4451-X Router.
07-12-2017 07:30 AM
Hello,
What I meant was how to check the MTU size already configured on the router ?
many thanks.
07-12-2017 07:34 AM
Hi
Try with:
show system mtu
07-12-2017 07:37 AM
Hello,
No this command doesn't work.
07-12-2017 07:49 AM
hi
What is your device model?
Other way is:
show interfaces | i MTU (you can specify the interface to check)
07-12-2017 07:49 AM
Hello,
Cisco 2901
07-12-2017 08:11 AM
You can use:
show interfaces mtu
01-29-2019 03:46 PM
This command does not work on cisco
07-14-2017 08:28 AM
this has caused me some headaches, because without one of those two things configured, there is a lot of packet fragmentation :)
01-29-2019 07:37 PM
Hi,
To check L3 MTU on an interface issue sh ip int {if-number}. To check L2 MTU issue sh int {if-number} command.
Regards,
Deepak Kumar
01-29-2019 10:41 PM
Hi !!
For Cisco Routers use below command :
#show interface fa0/0 | include MTU
On a normal scenario, the MTU would be 1500 bytes. Normally an MTU includes the size of Payload, IP, and TCP header.
Normally Payload takes 1460 bytes and 20 bytes for IP and 20 bytes for TCP.
Now talking about the Cisco Switch 2960, normally switch does not support MTU on an interface basis.
Checkout the below link too.
If you are running latest IOS then "#show system MTU" should work
Thanks,
Vishnu @networkchef
09-25-2019 04:25 PM
the commands work and C2960G will run Jumbo Frames on IOS version 15.01(1)SE1
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