Mechanism for Border Router to upgrade to Router even if max router num(32) reached #11567
-
Regarding the vision of matter multi admin and share thread network. I want to know if there is a plan to implement this mechanism, because if a BR(Matter Controller) from an ecosystem happens to become a child role, its performance will be greatly limited, and if the performance of the parent node is poor. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 6 replies
-
@fuxiaoming-lumi , an existing mechanism, which was implemented in PR [netdata] add feature for BR to request router role upgrade #7597 and is also defined in the Thread specification, allows a BR to request to become a router. You can read the PR commit message for more details or Thread spec. Note that this is applicable when the absolute maximum router limit has not yet been reached. The overall role promotion process aims to keep the number of routers at around half of the maximum, which is typically 16. If we are at the maximum limit of 32, there is no easy way for any new device to become a router; however, this situation should not be sustained, as existing routers should try to go back to being a REED. Another aspect to consider is a relatively new mechanism for periodic parent searches ([mle] implement periodic parent search mechanism on FED/REED ), where an FTD child periodically searches to find and switch to a potentially better parent (one with a better link). This was available for MTD devices earlier, and the more recent change added this support for FTD children. So, if a BR stays as a child, it can use this mechanism to select a better parent. |
Beta Was this translation helpful? Give feedback.
-
@abtink Thank you. Our BR enable |
Beta Was this translation helpful? Give feedback.
As this requires a change to the Thread Specification, can you submit a enhancement request within the Thread Group?