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 using karaf's client?

Info
titleWarning: deprecated!

This method is deprecated and may only work with older ONOS versions.

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

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

...