6 | | In the Openflow model, traffic can be seperated along may diffrent boundaries. In this particular example we're going to sperate bittorrent traffic |
7 | | in highnumbered ports. We will run two sperate controllers. The first will handle the production traffic, and run a comodity controller, SNAC. The second controller will manage the bit-torrent traffic, and run a configured Nox controller. The logical setup should look like:[[BR]] |
| 6 | In the Openflow model, traffic can be seperated along may diffrent boundaries. In this particular example we're going to sperate bittorrent traffic in highnumbered ports. We will run two sperate controllers. The first will handle the production traffic, and run a comodity controller, SNAC. The second controller will manage the bit-torrent traffic, and run a configured Nox controller. The data interfaces (eth0) of 4 nodes are connected to the open flow switch. The logical setup should look like:[[BR]] |
78 | | The web interface for snac is accessible externally at http://sb9.orbit-lab.org (default credentials). |
| 77 | The web interface for SNAC is accessible externally at http://sb9.orbit-lab.org (default credentials). Assuming your flowvisor is passing along high priority traffic to snac, the this:[[BR]] |
| 78 | [[Image(snac.jpg)]] |
| 79 | |
| 80 | === Inter-node traffic === |
| 81 | |
| 82 | ==== FIXME probably this will be a script detail ==== |
| 83 | |
| 84 | Once the data interfaces are brought up on each of the 4 nodes, they should be discovered by SNAC. Assuming we place them all in the same IP subnet, it should be possible to ping each node from every other node. A simple test can be done as follows: |
| 85 | {{{ |
| 86 | for node1-i: |
| 87 | |
| 88 | ssh root@node1-i |
| 89 | ifconfig eth0 up |
| 90 | ifconfig eth0 192.168.1.i |
| 91 | ping 192.168.1.(i-1) |
| 92 | |
| 93 | where i runs from 1 to 4. |
| 94 | }}} |
| 95 | |
| 96 | This should be done with independent sessions, as each session will start display traffic information. Once completed SNAC should report an increase in production traffic, and 4 discovered hosts with the specified ips. |
| 97 | |
| 98 | == |