Versions Compared

Key

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

...

How can I connect to the ONOS console from a shell/bash prompt?

Make sure karaf's bin directory is in your path, then:

client -h 192.168.123.1   # or the address of the ONOS node you wish to connect to  

...