Versions Compared

Key

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

...

Info
iconfalse

$ cd ~/onos/tools/test/topos

$ sudo -E python opticalTest.py 10.0.3.11

This will create push link and device information to ONOS, creating the topology shown above in the figure and ask you to 'Press ENTER to push Topology.json to onos...'

Before you press ENTER, check that ONOS is running and has connected to all the switches. DoubleTo verify, once the Mininet prompt appears, double-click the 'ONOS' icon to open the ONOS CLI. Now run the 'summary' command and check that ONOS had 16 devices attached.

Info

onos> summary

node=10.0.3.11, version=1.1.1.optical~2015/04/02@15:06

nodes=1, devices=16, links=0, hosts=6, SCC(s)=16, flows=18, intents=0

Now you can Press ENTER to push Topology.json to ONOS. 

Demo 1: Establishing connection between hosts/DataCenters using ONOS-GUI.

...