Versions Compared

Key

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

...

ssh -p 8101 karaf@192.168.123.1

In this example, 8101 is the karaf port, and 192.168.123.1 is the IP address of onos1.

...

~/mininet/util/mn 192.168.123.1

You can also send commands to an onos node from the mininet-onos> prompt.

mininet-onos> onos1 ifconfig

Can I use the onos-* scripts from tools/test/bin with this environment?

...