Giter VIP home page Giter VIP logo

Comments (2)

abtink avatar abtink commented on June 4, 2024

Some observations from the logs:

  • There seems to be a high number of routers present on the infra-if network (from the many received RA message). Are they additional Thread Border Routers (BRs).
  • The warning log "Received RA from too many routers, ignore RA from fe80:0:0:0:e65f:1ff:fed9:8cd1" suggests you've reached the maximum number of discoverable routers allowed by your configuration. This limit is set by OPENTHREAD_CONFIG_BORDER_ROUTING_MAX_DISCOVERED_ROUTERS.
  • The observed behavior is likely a result of this.

You seem to be running an older commit (from 2022). Suggest upgrading to new version. Some specific changes to support larger number of infra-if routers:

  • Older implementation published all discovered RIO routes from received RAs in netdata, possibly exhausting the limited Thread netdata space. This has changed to utilize compressed routes in netdata, resulting in significant space savings.
  • The RoutingManager now supports heap-allocated data structures. This eliminates the need to pre-configure maximum sizes for discovered routers, prefixes, etc., offering greater flexibility.

from ot-br-posix.

SalimAmry avatar SalimAmry commented on June 4, 2024

Thank you for your feedback.

In our setup, we have one RCP based border router and 3 other OpenThread devices, which are configured to function as routers within the network. To manage and monitor the state of our OpenThread Border Router (OTBR), we've implemented a script that actively sends messages to these OpenThread devices via UDP. These devices are programmed to respond to these messages, allowing us to ensure continuous communication and validate network stability.

The older commit version we're using might indeed be contributing to the issues. We plan to upgrade to a newer version, keeping in mind the enhancements mentioned, especially regarding netdata space savings and flexible data structures. Upgrading will take some time to observe if the issue reoccurs due to its intermittent nature.

from ot-br-posix.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.