Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Delete add-node, remove-node for now

The following are the list of ONOS CLI commands. As the ONOS CLI builds upon Karaf's CLI, this list is not comprehensive to the full set of commands available in the CLI. Please refer to the karaf commands documentation for further information.

Table of Contents
maxLevel3

...

Lists cluster nodes, their state and address information.

add-node  <node-id> <ip-address> [<tcp-port>]         

Adds a new cluster node by ID and address information.

remove-node  [<node-id>]

Removes a cluster node by ID.

masters

Lists each node with the devices that it is master for.

...