Versions Compared

Key

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

...

$ tail -f /tmp/onos1/onos.log

How can I change the IP address range of the ONOS cluster?

Add an ipBase option to the --controller onos parameters:

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

Can I ssh into the ONOS cluster?

...