Versions Compared

Key

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

...

  • Start the Mininet machine with of-config installed
  • Set the ports forwarding
  • start ONOS
  • activate the netconf app : app activate org.onosproject.netconf
  • specify to ONOS that we are using netconf devices:

    Code Block
    $ onos-topo-cfg localhost ~/onos/tools/test/topos/ofc-netconf.json
  • call the command or run the app you have written

...