Windows 7 ping一般故障

Windows 7 ping一般故障,windows,networking,ping,Windows,Networking,Ping,我试图理解ping命令的行为。尝试在windows 7 PC上进行实验。 在命令提示下,我发出了以下命令: ping <some hostname> -l 4096 ping-l 4096 我得到的输出是 Pinging <some hostname> [xx.xx.xxx.xx] with 4096 bytes of data: General failure. General failure. General failure. General failure.

我试图理解ping命令的行为。尝试在windows 7 PC上进行实验。 在命令提示下,我发出了以下命令:

ping <some hostname> -l 4096
ping-l 4096
我得到的输出是

Pinging <some hostname> [xx.xx.xxx.xx] with 4096 bytes of data:
General failure.
General failure.
General failure.
General failure.

Ping statistics for xx.xx.xxx.xx:
    Packets: Sent = 4, Received = 0, Lost = 4 (100% loss),
ping[xx.xx.xxx.xx]和4096字节的数据:
普遍失败。
普遍失败。
普遍失败。
普遍失败。
xx.xx.xxx.xx的Ping统计:
数据包:发送=4,接收=0,丢失=4(100%丢失),
然而,
ping-l32
工作正常

所以我的问题是,为什么服务器在不同的数据包大小下表现不同?它与挫败有关吗?或者我的本地ping程序默认配置为不发送更大的数据包


请注意,-l标志允许您指定ping请求的缓冲区大小。

您的ping数据包可能大于本地媒体的MTU,并且它位于不允许分段的网络类型上。以太网IPv6就是这样一种配置