net-stats -l
From the output of the above command, note the PortNum and SwitchName values that correlate with your VM, and substitute their values in the below command:vsish -e cat /net/portsets/<SwitchName>/ports/<PortNum>/vmxnet3/rxSummary
Example:VMware vSphere
VMware ESXi
vSphere 6.7 Update 2, MTU check is now enforced on packets on receive path to not allow non-LRO (Large Receive Offload) packets greater than vNIC MTU.
This limit was not enforced in previous releases.
To resolve this issue, config options are provided in vSphere 6.7 P01 at two different granularities.
Note: The default will still be to enforce a stricter MTU check.
Use one of these options to re-enable the previous behavior (that is, to avoid the MTU check):
Workaround:
To work around this issue on vSphere 6.7 Update 2 and later versions, change the receiving vNIC's MTU (inside the VM) as per the packet lengths expected.
Example:
If vSwitch MTU is 9000, then packets up to 9000 bytes in length can be delivered as non-LRO packets. In this case, increase the vNIC's MTU to 9000.