我正在尝试平一个ECU,PC和ECU都有静态的IPV6地址。问题是目标地址与Wireshark捕获的地址不同。
子网: 64
$ ping -6 fd53:7cb8:383:eb03:0:0:0:100
Pinging fd53:7cb8:383:eb03::100 with 32 bytes of data:
Destination host unreachable.
Destination host unreachable.
Destination host unreachable.
Destination host unreachable.Internet Protocol Version 6, Src: fd53:7cb8:383:eb03::104, Dst: ff02::1:ff00:100
0110 .... = Version: 6
.... 0000 0000 .... .... .... .... .... = Traffic Class: 0x00 (DSCP: CS0, ECN: Not-ECT)
.... .... .... 0000 0000 0000 0000 0000 = Flow Label: 0x00000
Payload Length: 32
Next Header: ICMPv6 (58)
Hop Limit: 255
Source: fd53:7cb8:383:eb03::104
Destination: ff02::1:ff00:100
Internet Control Message Protocol v6
Type: Neighbor Solicitation (135)
Code: 0
Checksum: 0x569e [correct]
[Checksum Status: Good]
Reserved: 00000000
Target Address: fd53:7cb8:383:eb03::100
ICMPv6 Option (Source link-layer address : 00:e0:4c:23:01:d3)
Type: Source link-layer address (1)
Length: 1 (8 bytes)
Link-layer address: RealtekS_23:01:d3 (00:e0:4c:23:01:d3)
发布于 2018-12-20 15:46:02
您看到的是邻居发现协议,它在IPv6中取代了ARP。您可以看到数据是ICMP,目标地址是请求的节点地址。你可以在这个来自思科的页面上读到更多关于它的信息。
https://networkengineering.stackexchange.com/questions/55585
复制相似问题