Versions Compared

Key

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

...

Q: Why when I write bgp-routes in ONOS CLI its empty?
A: There might be many different problems that might cause this issue. From Quagga not running to ExaBGP not running. To verify that everything is running correctly please run ps aux and the result should look like this:

Image RemovedImage Added

Also, there is a file inside the onos/tools/tutorials/artemis folder called exabgp.log. For EXABgp to run successfully the file should have a line where it says: * Running on http://0.0.0.0:5000/ (Press CTRL+C to quit)

Q: Why am I getting error when running the topology file?
A: You should check if the python3 requirements are installed correctly. Sometimes python things thinks that the python3 package is installed but its the python2 package instead. You could try installing again its the dependency seperately with pip3 install

...