Versions Compared

Key

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

...

How can I connect to the ONOS console using ssh?

From From a bash/shell prompt inside the Mininet VM itself:

...

Code Block
languagebash
ssh -p 8101 karaf@<VM's IP address>  # replace with the IP address of your VM (the one you can ssh into)

How can I connect to the ONOS console

...

using karaf's client?

Info
titleWarning! Connecting to ONOS using karaf's client is deprecated.

This method is deprecated and may only work with older ONOS versions. For newer ONOS versions, you should connect using ssh.

...