Versions Compared

Key

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

...

Code Block
distributed@mininet-vm:~$ cd byon-app && ./startmn.sh
mininet>

Now let's see if we have switches that are connected to ONOS:

...

Code Block
onos> list-networks 
onos> create-network test
Created network test
onos> add-host
add-host           add-host-intent    
onos> add-host test 00:00:00:00:00:01/-1
Added host 00:00:00:00:00:01/-1 to test
onos> add-host
add-host           add-host-intent    
onos> add-host test 00:00:00:00:00:02/-1 #fixme
Added host 00:00:00:00:00:02/-1 to test
onos> list-networks 
test
	00:00:00:00:00:01/-1
	00:00:00:00:00:02/-1
onos> intents
id=0x0, state=INSTALLED, type=HostToHostIntent, appId=org.onos.byon
    constraints=[LinkTypeConstraint{inclusive=false, types=[OPTICAL]}]

...