Skip to content
This repository has been archived by the owner on Jan 27, 2023. It is now read-only.

Latest commit

 

History

History

assignment1

Assignment 1 (Simple Load Balancer)

Overview

In this assignment we had to implement a simple load balancer using the OpenFlow protocol. The load balancer had to be implemented using the POX controller. The topology of the network was the following: Assignment 1 topology

Files Structure (from assignmen1 foler)

How to run

  1. Requirements:
  2. Run the following commands:
    • sudo mn --topo single,8 --controller remote --mac --switch ovsk (to create the topology)
    • ./pox.py SimpleLoadBalancer --configuration_json_file=ext/SimpleLoadBalancer_conf.json (to run the load balancer) (This command needs to be run from the pox folder)