使用Windows 7 / Server 2008 R2 / Server 2012 R2延迟链接本地地址的Ping

我在这里有一个奇怪的效果,我不明白。

PS C:\Users\user1> ping fe80::219:bbff:fe0e:c600%16 -t Ping wird ausgeführt für fe80::219:bbff:fe0e:c600%16 mit 32 Bytes Daten: Zielhost nicht erreichbar. Zielhost nicht erreichbar. Zielhost nicht erreichbar. Zielhost nicht erreichbar. Zielhost nicht erreichbar. (Destination is unreachable) Zielhost nicht erreichbar. . . . Antwort von fe80::219:bbff:fe0e:c600%16: Zeit=1ms Antwort von fe80::219:bbff:fe0e:c600%16: Zeit<1ms Antwort von fe80::219:bbff:fe0e:c600%16: Zeit<1ms . . 

正如你所看到的主机(我的默认网关)不可达一段时间(1或2分钟),然后它改变。 只有Windows 7(Server 2008 R2,Server 2012 R2)才有此效果。

当我使用Linux系统(例如SLES12)或者使用Windows XP进行ping时,可以立即访问网关! 所以我觉得我的configuration不能这么错。

邻居发现给我:

 netsh interface ipv6>show neighbors interface=16 Schnittstelle 16: LAN-Verbindung 2 Internetadresse Physische Adresse Typ -------------------------------------------- ----------------- --------- fda0:65da:e55a:1::1 00-0c-29-56-69-f6 Abgelaufe fda0:65da:e55a:1::2 00-0c-29-41-b8-97 Abgelaufe fda0:65da:e55a:1::3 00-0c-29-02-da-0b Abgelaufe fda0:65da:e55a:1:89f6:fad7:862a:c2e4 00-0c-29-41-b8-97 Abgelaufe fda0:65da:e55a:1:e49b:4bb8:df52:d34a 00-0c-29-56-69-f6 Abgelaufe fda0:65da:e55a:1:ecb9:2efb:ffa5:770b 00-0c-29-1a-a5-e4 Abgelaufe fe80::219:bbff:fe0e:c600 00-19-bb-0e-c6-00 Abgelaufe (Stale) fe80::3aea:a7ff:fe6a:6b43 38-ea-a7-6a-6b-43 Abgelaufe (^--this changes to Reachable when the ping is successful) fe80::6651:6ff:fe27:6a8d 64-51-06-27-6a-8d Abgelaufe fe80::6651:6ff:fe27:7ab0 64-51-06-27-7a-b0 Abgelaufe fe80::a248:1cff:fe6c:7a02 a0-48-1c-6c-7a-02 Abgelaufe fe80::a2d3:c1ff:feea:4359 a0-d3-c1-ea-43-59 Abgelaufe fe80::fe15:b4ff:fe2c:d338 fc-15-b4-2c-d3-38 Abgelaufe fe80::fe15:b4ff:fe2c:e3f0 fc-15-b4-2c-e3-f0 Abgelaufe fe80::fe15:b4ff:fe2c:e3f5 fc-15-b4-2c-e3-f5 Abgelaufe fe80::fe15:b4ff:fe2c:e3f6 fc-15-b4-2c-e3-f6 Abgelaufe fe80::fe15:b4ff:fe2f:ff46 fc-15-b4-2f-ff-46 Abgelaufe fe80::fe15:b4ff:fe31:e7c6 fc-15-b4-31-e7-c6 Abgelaufe ff02::1 33-33-00-00-00-01 Permanent .... 

主机是我的默认网关。 这是一个HP5406。 我已经为IPv6configuration了两个VLAN。 这是我所在的默认VLAN。

 SW5406-1# show ipv6 Internet (IPv6) Service IPv6 Routing : Enabled ND DAD : Enabled DAD Attempts : 3 VLAN Interfaces Interface Name : DEFAULT_VLAN IPv6 Status : Enabled Layer 3 Status : Enabled Address | Address Origin | IPv6 Address/Prefix Length Status ---------- + ------------------------------------------- ----------- manual | fda0:65da:e55a:1::feed:1/64 preferred autoconfig | fe80::219:bbff:fe0e:c600/64 preferred Interface Name : Firewall IPv6 Status : Disabled Layer 3 Status : Enabled Interface Name : RFID IPv6 Status : Disabled Layer 3 Status : Enabled Interface Name : Voice IPv6 Status : Disabled Layer 3 Status : Enabled Interface Name : DPC IPv6 Status : Enabled Layer 3 Status : Enabled Address | Address Origin | IPv6 Address/Prefix Length Status ---------- + ------------------------------------------- ----------- autoconfig | fe80::219:bbff:fe0e:c600/64 preferred 

任何提示都可能对我有用。

让我知道你是否需要进一步的信息。