Skip to content

This repo contains the submission for the A.A. 2020-2021 Software Defined Networking course @ PoliMI

Notifications You must be signed in to change notification settings

AstroWLAN/ElephantsWatcher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Elephants Detection

Project for the Software Defined Networking course A.Y. 2020/2021 @Polimi

Author πŸ‘¨πŸΌβ€πŸ’» Email πŸ“¨ Version πŸ“ Language 🐍
Dario Crippa dario2.crippa@mail.polimi.it 1.0.0 Python

VM πŸ’Ώ

These scripts rely on the virtual machine provided by Prof. Verticale here

It was developed with an older version of this VM so unexpected errors might occur

# Install the VM
git clone https://github.com/gverticale/sdn-vm-polimi

# Install Vagrant (use Homebrew on MacOS)
brew install vagrant 

# Configure the VM
cd VirtualMachineFolder
vagrant up

# Connect to the VM via SSH
vagrant ssh

Software Configuration πŸ’½

# Install sFlow
bash /vagrant/setup/sflow-setup.sh

# Clone this project inside the VM
git clone https://github.com/AstroWLAN/ElephantFlowsManagement

Run πŸ‘Ύ

Open three distinct tabs in your terminal application

1️⃣ sFlow

# Execute sFlow
sflow-rt/start.sh

2️⃣ Controller

# Launch the RYU controller configuration script
cd controllerFolderPath
ryu-manager --observe-links controller_config.py

3️⃣ Network

# Launch the Mininet network configuration script
cd controllerFolderPath
sudo python3 network_config.py

Count Min Sketch 🧠

At controller startup you have to choose between two different operational modes

Mode πŸ•ΉοΈ Description ✏️
Enabled Enable the CMS algorithm
rules installed locally in the switches
Disabled Disable the CMS algorithm
packets will be managed directly by the controller

Expected Results πŸ“ƒ

With the CMS algorithm enabled the amount of time requested to send all the packets through the network will be very smaller

Troubleshooting πŸ₯΅

The most effective approach to resolve a large number of warnings and errors within the Mininet environment is to perform a complete cleanup with the command sudo mn -c

About

This repo contains the submission for the A.A. 2020-2021 Software Defined Networking course @ PoliMI

Topics

Resources

Stars

Watchers

Forks