Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • frequency:Polling interval in milliseconds for the detection mechanism to check the memory-stored BGP Update messages. In the demo configuration, it checks is set to check every 3 seconds (3000 milliseconds).

  • monitorsList of the route collectors that the application is using for monitoring. Right now it supports RIPE and ExaBGP route collectors through socket-io and is extendable.

    • RIPE Route Collectors have specific identifiers ("rrc17", "rrc18", "rrc19", "rrc20"). You can use them like this: "ripe" : ["rrc17", "rrc19"]

    • exabgp route collector is implemented inside the tutorial folder and you can deploy it by running an exabgp instance with the exabgp.conf and server.py files provided (will need changes in directory paths). In the demo topology we have an ExaBGP speaker running on 192.168.1.2:5000.

...