-
I have 2 border routers on the 2 opposite side of my home. Most of the time, they don't really see each other. They see the MLE advertisements but it's below However, I guess that the MLE link margin is just below The devices associated with this BR loose network access for a little while. Then short after they figure out that merging was a bad idea and the split again. Again, device stops responding for a little while. This is only about 12 hours on one of the BRs:
I don't really understand because I feel like What could make my case special for it to fail? Is my best solution to bump |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Increasing Separately, Thread-over-Infrastructure (TREL) allows BRs to incorporate infrastructure links (i.e. Wi-Fi or Ethernet) into the Thread topology and is intended to directly address this situation. It basically allows BRs to transport IEEE 802.15.4 frames over UDP/IP. If you like, you can try it out. You can enable TREL in your build by setting the You can see if TREL is enabled in your build with the |
Beta Was this translation helpful? Give feedback.
Increasing
OPENTHREAD_CONFIG_MLE_PARTITION_MERGE_MARGIN_MIN
to increase the hysteresis range should help.Separately, Thread-over-Infrastructure (TREL) allows BRs to incorporate infrastructure links (i.e. Wi-Fi or Ethernet) into the Thread topology and is intended to directly address this situation. It basically allows BRs to transport IEEE 802.15.4 frames over UDP/IP. If you like, you can try it out.
You can enable TREL in your build by setting the
OTBR_TREL
build option.You can see if TREL is enabled in your build with the
trel
CLI command.