Hi,
I'm setting up an Cross Vcenter NSX implementation, and have determined the WAN connection is allowing 9000 MTU packet size, but it appears to be fragementing the packets.
# vmkping -I vmk3 -s 8972 <remote_ip_address> works, but
# vmkping -I vmk3 -s 8972 -d <remote_ip_address> does not work
The difference in the ping times for the packets averages is about 1.5 milliseconds more when the size is greater than 1500 bytes.
The local area network is fine. I can ping locally with the "-d" (do not fragment) option with size 8972 so apparently the LAN is not fragmenting packets.
My question is will the WAN connection for Cross vCenter NSX work if it's fragmenting the packets? I guess the question boils down to does NSX add the "do not fragment" bit to the packets?
Regards,
SW