Versions Compared

Key

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

...

Table of Contents
maxLevel3
typeflat

add-flows

    DESCRIPTION
            onos:add-flows
            Installs a flow rules
    SYNTAX
            onos:add-flows [options] flowPerDevice numOfRuns 
    ARGUMENTS
            flowPerDevice
                    Number of flows to add per device
            numOfRuns
                    Number of iterations
    OPTIONS
            -j, --json
                    Output JSON
            --help
                    Display this help message

...

    DESCRIPTION
            onos:summary
            Provides summary of ONOS model
    SYNTAX
            onos:summary [options]
    OPTIONS
            -j, --json
                    Output JSON
            --help
                    Display this help message

tablet-leader

    DESCRIPTION
            onos:tablet-leader
            Prints the current leader of a tablet.
    SYNTAX
            onos:tablet-leader [options]
    OPTIONS
            -j, --json
                    Output JSON
            --help
                    Display this help message

tablet-member

    DESCRIPTION
            onos:tablet-member
            Lists all member nodes
    SYNTAX
            onos:tablet-member [options]
    OPTIONS
            -j, --json
                    Output JSON
            --help
                    Display this help message

topology

    DESCRIPTION
            onos:topology
            Lists summary of the current topology
    SYNTAX
            onos:topology [options]
    OPTIONS
            -r, --recompute
                    Trigger topology re-computation
            -j, --json
                    Output JSON
            --help
                    Display this help message

wipe-out

    DESCRIPTION
            onos:wipe-out
            Wipes-out the entire network information base, i.e. devices, links, hosts
    SYNTAX
            onos:wipe-out [options] [please] 
    ARGUMENTS
            please
                    Confirmation phrase
    OPTIONS
            -r, --recompute
                    Trigger topology re-computation
            -j, --json
                    Output JSON
            --help
                    Display this help message

...