Versions Compared

Key

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

...

Code Block
languagebash
sudo mn --custom onos.py --controller onos,3,ipBase=172.1.2.0/24 --topo tree,3,3

How can I

...

Code Block
mininet-onos> onos

press control-D to return to the mininet-onos> prompt.

How can I run ONOS CLI commands from the mininet-onos> prompt?

...

The final method can be used to run client on a specific ONOS instance (and connect to that instance.)

How can I connect to the ONOS console from the mininet-onos> prompt?

Code Block
mininet-onos> onos

press control-D to return to the mininet-onos> prompt.

How can I connect to the ONOS console using ssh?

...