cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
5443
Views
0
Helpful
1
Comments
TCC_2
Level 10
Level 10

Resolution

Though Cisco IOS  allows the Maximum Transmission Unit (MTU) on a WAN interface to be changed, it does not allow it to be changed on Ethernet or Fast Ethernet interfaces from the default of 1500 bytes. Routers fragment packets if the size of the packets is greater than the MTU of the outgoing interface.

When a Multiprotocol Label Switching (MPLS) router receives an unlabeled packet, it inserts a label before forwarding the packet. Each MPLS label is four bytes in size, and the number of labels inserted depends on the application for which MPLS is being used. MPLS VPN, which is the most common application, uses two labels, whereas three labels are used when MPLS Traffic Engineering (TE) is enabled along with MPLS VPN. This label insertion can effectively increase the size of the original IP packet to a value more than the interface MTU, resulting in fragmentation. When such packets are sent with the Do-not-Fragment (DF) bit set, packets get dropped by the router.

To avoid fragmentation of MPLS packets over Fast Ethernet interfaces, you can change the MTU for labeled packets by issuing the mpls mtu or tag-switching mtu command under the interface configuration mode. Configuring this command overrides the interface MTU for labeled packets. The value configured should account for the total size of a labeled packet by considering the number of labels that are used and the length of the IP packet.

 

Make sure that you configure this value on all the links in the path so that the packets are not dropped.

The maximum supported value varies by platform and interface type, though the Command Line Interface (CLI) might accept any value up to 65535. If failures occur when the MPLS MTU is set to a large number, reduce it to a value which is sufficient to forward labeled packets without fragmentation and tune the sender to send packets of size within that limit.

When the routers using Fast Ethernet interfaces are connected through a switch, the switch should be capable of forwarding packets which are larger than the usual MTU of 1500 bytes. Otherwise, they might drop the MPLS packets. Support for baby giants or jumbo frames may have to be enabled on the switches to handle the larger packets.

For related information, refer to these documents:


Comments
Marwan ALshawi
VIP Alumni
VIP Alumni

I think this contradict with the following:

This document explains the the behavior of the mpls mtucommand in Cisco IOS Release 12.2(27)SBC, 12.2(33)SRA, 12.4(11)T, 12.2(33)SXH, and later releases. You cannot set the MPLS MTU value larger than the interface MTU value. This eliminates problems, such as dropped packets, data corruption, and high CPU rates from occurring when MPLS MTU value settings are larger than interface MTU values. Cisco IOS software allows the MPLS MTU value to be higher than the interface MTU value only for interfaces that have a default interface MTU value of 1580 or less

MPLS MTU Command Changes

http://www.cisco.com/en/US/docs/ios/12_2sb/feature/guide/newmtu.html

Thank you

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community: