| 2 | Pronto switches can be configured to work in one of following modes: |
| 3 | * XorPlus |
| 4 | * OF |
| 5 | * OF NFS |
| 6 | |
| 7 | To be able to switch between modes you have to be logged in conosole.sb9. |
| 8 | |
| 9 | wget http://inventory.orbit-lab.org:5022/network/deleteOpenFlow?switch=10.19.0.253 |
| 10 | |
| 11 | wget http://inventory.orbit-lab.org:5022/network/addOpenFlow?switch=10.19.0.253&ip=172.16.0.14&port=6633&dpid=0x001010162001 |
| 12 | ip,port and dpid are optional, if omitted |
| 13 | |
| 14 | 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 |
| 15 | |
| 16 | |