cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
29358
Views
5
Helpful
13
Replies

MTU size

kamrannaseem1
Level 1
Level 1

Hello,

Is there any way to check the optimum MTU size on cisco routers ?

Many thanks.

13 Replies 13

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

:-)




>> Marcar como útil o contestado, si la respuesta resolvió la duda, esto ayuda a futuras consultas de otros miembros de la comunidad. <<

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.

Hello,

What I meant was how to check the MTU size already configured on the router ?

many thanks.

Hi

Try with:

show system mtu




>> Marcar como útil o contestado, si la respuesta resolvió la duda, esto ayuda a futuras consultas de otros miembros de la comunidad. <<

Hello,

No this command doesn't work.

hi

What is your device model?

Other way is:

show interfaces | i MTU  (you can specify the interface to check)




>> Marcar como útil o contestado, si la respuesta resolvió la duda, esto ayuda a futuras consultas de otros miembros de la comunidad. <<

Hello,

Cisco 2901

You can use:

show interfaces mtu




>> Marcar como útil o contestado, si la respuesta resolvió la duda, esto ayuda a futuras consultas de otros miembros de la comunidad. <<

This command does not work on cisco

this has caused me some headaches, because without one of those two things configured, there is a lot of packet fragmentation :)

Deepak Kumar
VIP Alumni
VIP Alumni

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

Regards,
Deepak Kumar,
Don't forget to vote and accept the solution if this comment will help you!

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.

 

https://www.cisco.com/c/en/us/td/docs/switches/lan/catalyst2960/software/release/15-2_2_e/configuration/guide/b_1522e_2960_2960c_2960s_2960sf_2960p_cg/b_1522e_2960_2960c_2960s_2960sf_2960p_cg_chapter_01001.html

 

If you are running latest IOS then "#show system MTU" should work

 

Thanks,

 

Vishnu @networkchef

 

 

Please do not hesitate to click the STAR button if you are satisfied with my answer.

the commands work and C2960G will run Jumbo Frames on IOS version 15.01(1)SE1

Review Cisco Networking for a $25 gift card