Versions Compared

Key

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

...

The last command re-launches the CLI. The new command should be available as part of the listing for help onos:

Code Block
languagetext
onos> help onos | grep fwdmap
onos:fwdmap
onos> fwdmap --help
DESCRIPTION
    onos:fwdmap

	Lists the endpoints for which intents are installed

SYNTAX
        onos:fwdmap [options] [hostId] 

ARGUMENTS
        hostId
                Host ID of source


OPTIONS
        -j, --json
                Output JSON
        --help
                Display this help message

2. Launch a Mininet test network.

...