Giter VIP home page Giter VIP logo

philippmao / isdx Goto Github PK

View Code? Open in Web Editor NEW

This project forked from sdn-ixp/isdx

0.0 2.0 1.0 26.05 MB

Industrial Scale Software Defined IXPs (iSDX)

Home Page: http://sdx.cs.princeton.edu

License: Apache License 2.0

Python 40.39% Shell 1.37% PLpgSQL 5.09% Ruby 0.40% ApacheConf 0.12% CSS 11.11% PHP 1.19% HTML 1.42% JavaScript 30.25% Perl 2.51% TeX 5.23% Makefile 0.02% Vim Script 0.88%

isdx's Introduction

Industry Scale SDX Controller (iSDX)

Installation: Vagrant Setup

###Prerequisite

To get started install these softwares on your host machine:

  1. Install Vagrant, it is a wrapper around virtualization softwares like VirtualBox, VMWare etc.: http://www.vagrantup.com/downloads

  2. Install VirtualBox, this would be your VM provider: https://www.virtualbox.org/wiki/Downloads

  3. Install Git, it is a distributed version control system: https://git-scm.com/downloads

  4. Install X Server and SSH capable terminal

    • For Windows install Xming and Putty.
    • For MAC OS install XQuartz and Terminal.app (builtin)
    • Linux comes pre-installed with X server and Gnome terminal + SSH (buitlin)

###Basics

  • Clone the iSDX repository from Github:
$ git clone https://github.com/philippmao/iSDX.git
  • Change the directory to iSDX:
$ cd iSDX
  • Now run the vagrant up command. This will read the Vagrantfile from the current directory and provision the VM accordingly:
$ vagrant up

The provisioning scripts will install all the required software (and their dependencies) to run the SDX demo. Specifically it will install:

Now Perl Net::BGP needs to be installed, connect to the VM via ssh and use the commands:

$ sudo perl -MCPAN -e shell
$ install Net::BGP
$ exit

Usage

Run the setup provided in the examples directory. Check out the examples folder for a simple case with three IXP participants.

Directory Structure

The top level directories are:

  • Source code:
  • pctrl - Participant Controller component
  • xctrl - Central Controller component (runs at startup to load initial switch rules)
  • arproxy - ARP Relay component
  • xrs - BGP Relay component
  • flanc - Fabric Manager component (a.k.a. 'refmon')
  • util - Common code
  • examples - Working examples
  • test - Test Framework and example tests
  • visualization - Tools for visualizing iSDX flows
  • setup - Scripts run from the Vagrantfile when the VM is created
  • bin - Utility scripts

isdx's People

Contributors

agupta13 avatar agupta80 avatar ankscircle avatar ggardner42 avatar guptaank23 avatar marcpucci avatar philippmao avatar rbirkner avatar robertmacdavid avatar rporter1 avatar

Watchers

 avatar  avatar

Forkers

nsg-ethz

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.