Changes between Version 9 and Version 10 of Internal/OpenFlow/SwitchControl/Examples


Ignore:
Timestamp:
May 2, 2011, 12:13:03 PM (13 years ago)
Author:
Olivera Tosic
Comment:

Legend:

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

    v9 v10  
    22Pronto switches can be configured to work in one of following modes:
    33
    4  * XorPlus
     4 * XorPlus5
    55 * OF
    66 * OF NFS
     
    99
    1010== Examples ==
    11 XorPlus mode
     11XorPlus5 mode
    1212{{{
    1313wget http://inventory.orbit-lab.org:5022/network/deleteOpenFlow?switch=10.19.0.253
     
    2222To configure switch in OpenFlow NFS mode, bootmode parameter has to be specified. Additional 3 parameters can be specified, nfsip, roottpath and bootfile. These parameters are optional. 
    2323{{{
    24 wget 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
     24wget http://inventory.orbit-lab.org:5022/network/addOpenFlow?switch=10.19.0.253\&ip=172.16.0.14\&port=6633\&dpid=0x001010162001
     25\&bootmode=nfs\&nfsip=10.50.0.10\&roothpath='\/config'\&bootfile=uInitrd2m
    2526}}}
    2627