Asymmetric Link Quality from Border Router #7972
Unanswered
Alex-T-Stark
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am facing a similar issue to the user in this discussion: #7670
Specifically, asymmetric links from the Border Router to its neighbors, where
LQ In
is nonzero (1-3), butLQ Out
is zero.Raspberry Pi BR:
7975f40
5141b15
1f2a315
nRF52840 based Zephyr Full Thread Devices:
aacd9eb
The mesh is composed of 9 devices (1 border router & 8 Zephyr FTDs).
Each node utilizes mac filters to simulate a linear mesh:
BR <-> FTD1 <-> FTD2 <-> FTD3 <-> FTD4 <-> FTD5 <-> FTD6 <-> FTD7 <-> FTD8
BR output:
In FTD1 rloc
0x8800
:When FTD1 pings the mleid of FTD8, the message is properly routed through the mesh and back.
The BR however, cannot route outbound messages due to the
LQ Out 0
to its neighbor, FTD1.If the BR is reset via
ot-ctl thread stop
ot-ctl thread start
, it sometimes establishes a symmetric quality 3-3 link with FTD1, and can briefly route messages through the mesh to FTD 8 and back - After a minute or two, theLQ Out
degrades to 0, and outbound traffic is stopped.Any further ideas on debugging this issue?
Beta Was this translation helpful? Give feedback.
All reactions