Why Change the IP MTU on GRE Interfaces?

Channel:
Subscribers:
6,570
Published on ● Video Link: https://www.youtube.com/watch?v=y0-IGVlyMm0



Duration: 0:59
458 views
18


If fragmentation occurs at the physical interface instead of the GRE tunnel interface, then we could end up with fragmented GRE packets. These fragments would need to be dealt with by the router on the other end of the tunnel; this could degrade network performance.

By modifying the IP MTU on the GRE tunnel itself, fragmentation may still happen, however each fragment will have a GRE header. This is important! Now, instead of the router reassembling the fragments, it will just simply remove the GRE headers and forward the fragments to their destination. The destination device will now be responsible for reassembling the fragments. This could reduce a lot of potential overhead on the routers terminating the tunnel.

It's actually recommended to set the IP MTU of a GRE interface to 1400. But why?? Well, GRE tacks on an additional 24 bytes worth of headers. 20 for the outer IP Header, and 4 for the GRE header. But this would only total up to 1424 bytes maximum, so you could probably get away with 1476 to get an even 1500 after GRE encapsulation. The reason 1400 bytes is recommended is because it gives you extra room for things like GRE over IPSec, etc.

TIP: A good way to avoid as much fragmentation as possible is to clamp the MSS at 1366. But remember, MSS clamping affects TCP only, not UDP.

Did you find this content helpful? Let us know - https://www.rmtechcentral.com/contribute

Website: https://www.rmtechcentral.com
Contact: https://www.rmtechcentral.com/contact




Other Videos By Robert Mayer


2023-11-19Is the MAGIC JOHN Screen Protector a SCAM or is it legit?? (Unboxing, Installation, and Review)
2023-05-22How Well Do You Understand Spanning Tree Protocol? Part 2 - Unmanaged Switch Loop + Managed Switch
2023-05-19Mini Data Center in a Loft?
2023-05-17Does Super Fast Internet Really Matter? Well... Sometimes...
2023-05-16How To Create Custom Ringtones for iPhone Using iTunes on a Windows PC | Full Video
2023-05-15How To Create Custom Ringtones for iPhone Using iTunes on a Windows PC
2023-05-10LSMC 11 Official Tutorial | A Paid Solution to Regain Access to a "Locked Out" Windows PC | RMTech
2023-04-14How Upload Bandwidth/Latency Can Affect Download Speed
2023-04-08Bits vs Bytes
2023-04-05How VPN Tunneling Works | Generic Example | Remote User VPN
2023-04-03Why Change the IP MTU on GRE Interfaces?
2023-04-01How Well Do You Understand Spanning Tree Protocol? Part 1 - Portfast to Portfast
2023-03-30No Firewall Rules for You!
2023-02-25Route Summarization and the Route to Null0
2023-02-18APC Smart UPS 2200VA (SUA2200RM2U) Battery Replacement
2022-12-122 Ways to Make Windows 11 Look and Feel More Like Windows 10
2022-07-19The Basics of a LAN and How Ethernet Switching Works
2022-03-26Routing Loops | Mutual Redistribution | Route Tagging | Cisco
2021-10-16IKEv2/IPSec Client to Site VPN Configuration | Cisco IOS | Cisco AnyConnect
2021-09-22Simple VPLS Configuration | LDP Signaling | Cisco | Service Provider
2021-06-27Implementing a Multiple ISP Configuration Using VRFs & MP-BGP | Just Another Design to Consider



Tags:
gre
mtu
mss
fragmentation
packet