02-12-2019 09:41 AM
Hi all,
I have two interfaces tunnel and the connection between them are established by physical ethernet. If I want to incriease the packets up1500 bytes I need only to change the MTU of the Tunnel or the physical interface as well?
example:
tunnel gre -----ethernet-----<router>-----ethernet-----<router>-----ethernet--------tunnel gre
1528 1500 1500 1500 1528
I appreciate any comments..
02-12-2019 10:12 AM
Hi @erico Verissim,
Check this link:
https://community.cisco.com/t5/switching/gre-tunnel-default-mtu/td-p/905193
I hope can help you.
Regards
02-14-2019 02:49 AM
Thank you Luis.
02-12-2019 10:55 AM
Hello,
the tunnel interface always 'deducts' at least 24 bytes (for a simple GRE) from the ip mtu size set for the physical interface, so if you want the tunnel mtu to be 1500, the physical interface mtu needs to be 1524. If you try to configure a higher value on the tunnel interface, you will get an error message such as the one below:
R1(config-if)#ip mtu 1476
%Warning: IP MTU value set 1476 is greater than the current transport value 1452, fragmentation may occur
R1(config-if)#
*Feb 12 18:49:01.667: %TUN-4-MTUCONFIGEXCEEDSTRMTU_IPV4: Tunnel0 IPv4 MTU configured 1476 exceeds tunnel transport MTU 1452
02-14-2019 03:00 AM
02-14-2019 03:27 AM
02-14-2019 03:35 AM
02-14-2019 04:09 AM
02-14-2019 08:53 AM
02-14-2019 04:53 AM
Nice question , Could you please tell me how the MTU is impacting your service and how you checked it. I have never faced an MTU issue even in ospf for extart state.
02-14-2019 10:42 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