14 | | 1. Mininet with POX, available at [https://github.com/mininet/mininet this GitHub page] with detailed installation instruction. |
15 | | 2. [https://github.com/jsonpickle/jsonpickle jsonpickle], used for JSON configuration deserialization. It can be installed using pip (pip install jsonpickle) |
16 | | 3. [https://github.com/phaag/nfdump nfdump], needed for Net Flow results parsing. It can be installed using `sudo apt-get install nfdump` |
| 14 | 1. Mininet with POX, available at [https://github.com/mininet/mininet this GitHub page]. In short it can be installed with: `./install.sh -a`. |
| 15 | 2. [https://github.com/jsonpickle/jsonpickle jsonpickle], used for JSON configuration deserialization. It can be installed using pip: `pip install jsonpickle`. |
| 16 | 3. [https://github.com/phaag/nfdump nfdump], needed for Net Flow results parsing. It can be installed using: `sudo apt-get install nfdump`. |
23 | | Setting up environment automated. First, time slot at ORBIT should be scheduled. It can be done using ORBIT Control Panel. Once the registrations has been approved via email, prepared VM can be loaded onto the SB9 test bed and the machines can be started: |
24 | | 1. `omf load -i sg.ndz -t all` |
25 | | 2. `omf tell -a on -t all` |
| 23 | Setting up environment is mostly automated. First, time slot at ORBIT should be scheduled. This is explained [http://www.orbit-lab.org/wiki/Documentation/CGettingStarted Getting Started Wiki page]. Once the registrations has been approved via email, prepared VM can be loaded onto the SB9 test bed and the machines can be started. Ubuntu 14.04 VM image is available at ORBIT VM catalog. |
| 24 | 1. Load Ubuntu 14.04 image: `omf load -i ubuntu-14-04-64bit-2017-06-09.ndz -t all`. |
| 25 | 2. Start SB9 nodes: `omf tell -a on -t all`. |