By default Ethernet interface MTU is 1500. If you want to send a packet size 1600 bytes without fragmentation, you need to increase all non-MPLS interfaces using 'mtu' command to 1600 and MPLS interfaces to 1600 + (4 bytes * number of label). Instead, you can also use 'mpls mtu' command (ie. increase MRU) for all MPLS interfaces as well and keep the MTU the same at 1600.