Hello Morne,
The short answer is yes you are right: you should be able to send your 1600-byte DF-set packets end to end. Since the transit MTU over the fabric has been discovered to be 1998, your 1600-byte packet will be sent without fabric fragmentation. There is no additional configuration required: discovered MTU supersedes configured MTU automatically.
Fabric fragmentation and reassembly comes into play when the fabric packet exceeds the egress MTU, whether that MTU is configured or discovered. The fragmentation algorithm is very similar to standard IPv4 fragmentation, but expanded to accommodate for limitations in RFC 791. Be aware that LAN-side packets, once encapsulated in the fabric, can expand due to encryption, HMAC digest addition, and metadata addition. Once reassembled, the original packet is restored.
Path-mtu-discovery is designed to override configured (or default) MTU. The reason for this is that if the discovered MTU is smaller than the configured one, traffic can be silently dropped along the fabric path (ICMP destination-unreachable packets may be generated) and that is very hard to diagnose. Conversely, if the discovered MTU is larger than the configured one, why not use it?
Regards,
------------------------------
Dennis G Montgomery
Principal Software Engineer
MA
(781) 203-8378
------------------------------