Short decsriptions:
- ID: Router ID of the route table entry.
- RLOC16: 16-bit Routing Locator corresponding to ID.
- Next Hop: The Router ID of the next-hop along the path to reach ID.
- Path Cost: The routing cost advertised by the Next Hop to reach ID.
- LQ In: Link Quality for messages received from ID.
- LQ Out: Link Quality for messages sent to ID.
- Age: seconds since last receiving liveness information from ID.
- Extended MAC: The IEEE 802.15.4 Extended Address corresponding to ID.
Link Quality:
- 0: no link
- 1: poor quality
- 2: marginal quality
- 3: high quality
You can find more detail in Section 5.9 of the Thread 1.1.1 specification (download
here).
--
Jonathan Hui