Changes between Version 5 and Version 6 of Internal/OpenFlow/SwitchControl/Examples


Ignore:
Timestamp:
May 2, 2011, 11:24:58 AM (13 years ago)
Author:
Olivera Tosic
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Internal/OpenFlow/SwitchControl/Examples

    v5 v6  
    11= SB9 Pronto 3240 Examples =
     2Pronto switches can be configured to work in one of following modes:
     3* XorPlus
     4* OF
     5* OF NFS
     6
     7To be able to switch between modes you have to be logged in conosole.sb9.
     8
     9wget http://inventory.orbit-lab.org:5022/network/deleteOpenFlow?switch=10.19.0.253
     10
     11wget http://inventory.orbit-lab.org:5022/network/addOpenFlow?switch=10.19.0.253&ip=172.16.0.14&port=6633&dpid=0x001010162001
     12ip,port and dpid are optional, if omitted
     13
     14wget http://inventory.orbit-lab.org:5022/network/addOpenFlow?switch=10.19.0.253&ip=172.16.0.14&port=6633&dpid=0x001010162001&bootmode=nfs&nfsip=10.50.0.10&roothpath='\/config'&bootfile=uInitrd2m
     15
     16