其他分享
首页 > 其他分享> > How to check supported MTU value for destination system and/or intermediate network ?

How to check supported MTU value for destination system and/or intermediate network ?

作者:互联网

Environment

Issue

Resolution

Raw

# ping -M do -s 8972 [destination IP]

Note: there is an overhead of 28 bytes for the packet size. 8 bytes for ICMP headers and 20 bytes for Ethernet header, so the MTU is 28 bytes larger than the figure you establish through the method above. So to test for MTU of 9000, you actually need to set your ping packet size to 9000-28 = 8972.

标签:xxx,network,ping,destination,bytes,value,MTU,supported
来源: https://blog.csdn.net/weixin_39833509/article/details/120634509