Changes between Version 9 and Version 10 of Internal/OpenFlow/SwitchControl/Examples
- Timestamp:
- May 2, 2011, 12:13:03 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Internal/OpenFlow/SwitchControl/Examples
v9 v10 2 2 Pronto switches can be configured to work in one of following modes: 3 3 4 * XorPlus 4 * XorPlus5 5 5 * OF 6 6 * OF NFS … … 9 9 10 10 == Examples == 11 XorPlus mode11 XorPlus5 mode 12 12 {{{ 13 13 wget http://inventory.orbit-lab.org:5022/network/deleteOpenFlow?switch=10.19.0.253 … … 22 22 To 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. 23 23 {{{ 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 24 wget 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 25 26 }}} 26 27