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 , is the output empty?
A
: There might be many multiple different problems that might cause this issue (e.g. From , Quagga not running to or ExaBGP not running). To verify that everything is running correctly please run ps aux and ; the result should look like thisas follows:

Also, there is a file inside the onos/tools/tutorials/artemis folder called exabgp.log. For EXABgp ExaBGP to run successfully, the file should have contain a line where it saysstating: 

* Running on http://0.0.0.0:5000/ (Press CTRL+C to quit)

Q: Why am I getting an error when running the topology file?
A
: You should check if the python3 requirements are installed correctly. Sometimes python thinks that , the python deployment may consider the python3 package is installed but its installed; it is though the python2 package instead. You could try installing again the dependency seperately with separately using pip3 install .

Q: All the processes run correctly buy I still don't get the BGP routes to show, ; why?
A: This situation tends to happen if you have the networking manager enabled because sometimes it messes up the interfaces of the mininet topology. Please stop the network manager and restart the demo from scratch.

Future plans & extensions

...