Versions Compared

Key

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

...

  • Start the Mininet machine with of-config installed under Virtual-Box
  • Start the ofc-server in the Mininet machine

    Code Block
    sudo ofc-server -v 3 -f
  • start ONOS
  • activate the netconf app :

    Code Block
    onos> app activate org.onosproject.netconf
  • specify to ONOS that we are using netconf devices:

    Code Block
    $ onos-topo-cfg localhost $ONOScurl -X POST -H "content-type:application/json" http://localhost:8181/onos/v1/network/configuration -d @$ONOS_ROOT/tools/test/toposconfigs/ofcnetconf-netconfcfg.json --user onos:rocks
  • call the command or run the app you have written

...