06-27-2017 12:53 PM - edited 03-05-2019 08:46 AM
06-28-2017 12:59 AM
Hello,
as I understand it, non MPLS enabled interfaces do not need to have their MTU size changed; the default MTU size of 1500 is still applicable to traffic coming from the end hosts.
06-28-2017 04:44 AM
Ditto.
MPLS, like VLAN tagging, automatically extends the size of the frame so, as far as I know, you don't need to configure an increase in the size of the MTU.
06-28-2017 01:07 PM
Joseph - thanks for responding!
06-28-2017 01:06 PM
Georg
Thanks for responding. I think you've answered my ultimate questions - should the MTU size be increased on GigE 0/2 on the CE router and on GigE 1/1 and GigE 1/2 on the distribution switch.
Just to be sure, (A) do you agree that MTU needs to be increased on GigE 0/1 on the CE router since that's a MPLS enabled interface? (B) You mention traffic coming into GigE 0/2 on the CE router *from* the end hosts. Is your answer the same for traffic exiting GigE 0/2 on the CE router *to* the end hosts?
Just so you know, here's some of the sources that got me thinking about MPLS and MTU size:
1. http://wiki.kemot-net.com/mpls-mtu
Introduction
MTU in MPLS can be an issue since each MPLS label imposed on a frame decreases the transported protocol's maximum size.
MPLS MTU
2. http://www.itino.net/mtu-size-in-a-mpls-network/
MTU size in a MPLS network
MTU size never crossed my mind until MPLS designed network came to the picture. After adding a switch to the network, OSPF got up, but BGP was going up and down and up and down… That led to the MTU mismatch because bigger frames are needed in a MPLS network.
The default MTU frame size is 1500 bytes, but in a MPLS design where you use labels, with every label you need a little more room:) For the one label design you need to increase the MTU size to 1504 bytes. MPLS VPN, which is the most common design, uses two labels and thus you have to increase the MTU size to 1508 bytes or by eight bytes. Each label increased the size of the original IP packet to a value bigger than the original MTU size can handle. In a default MTU size, configuration packets that are bigger get fragmented and when such packets are sent with the Do-Not-Fragment (DF) bit set, packets get dropped by the router.
Thanks again for your help!
Rob
06-28-2017 02:18 PM
Rob,
indeed it only need to be increased on the interface facing the MPLS router, GigabitEthernet0/1 in your case. On Ethernet interfaces, I think you need to configure ' mpls mtu override bytes'...
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