加入线程网络

<ph type="x-smartling-placeholder"></ph> 在 GitHub 上查看源代码

使用 OT 调试器 CLI 对设备进行外部调试后, 一个 Joiner 已准备好加入 Thread 网络。

加入网络

在 Joiner 设备上,启动 Thread 协议以自动加入 。

thread start
Done

请稍后检查状态进行确认。最初可能会以 但在两分钟内就会升级到路由器

state
router
Done

此外,请检查设备的 IPv6 地址。该地址的全局地址应使用 通过 OTBR 网络 GUI。

ipaddr
fdde:ad11:11de:0:0:ff:fe00:9400
fd11:22:0:0:3a15:3211:2723:dbe1 #Global address with on-mesh prefix
fe80:0:0:0:6006:41ca:c822:c337
fdde:ad11:11de:0:ed8c:1681:24c4:3562

Ping 外部互联网

测试 Thread 网络中的 Joiner 设备与 通过 ping 公共 IPv4 地址来连接互联网。

ping 8.8.8.8
Pinging synthesized IPv6 address: fd4c:9574:3720:2:0:0:808:808
16 bytes from fd4c:9574:3720:2:0:0:808:808: icmp_seq=15 hlim=119 time=48ms
1 packets transmitted, 1 packets received. Packet loss = 0.0%. Round-trip min/avg/max = 48/48.0/48 ms.
Done
aside negative

**Note:**  NAT64 needs to be functional in order to be able to ping IPv4 addresses. For more information on NAT64, see the related codelab [Thread Border Router - Provide Internet access via NAT64](/codelabs/openthread-border-router-nat64).