1 / 10

Install OpenFlow Mininet

Install OpenFlow Mininet. 指導教授:王國禎 學生:洪維藩 國立交通大學資訊科學與工程研究所 行動計算與寬頻網路實驗室. Introduction. Mininet creates scalable (up to hundreds of nodes, depending on your configuration) software-defined (e.g. OpenFlow ) networks on a single PC by using Linux processes in network namespaces.

janae
Download Presentation

Install OpenFlow Mininet

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Install OpenFlowMininet 指導教授:王國禎 學生:洪維藩 國立交通大學資訊科學與工程研究所 行動計算與寬頻網路實驗室

  2. Introduction • Mininet creates scalable (up to hundreds of nodes, depending on your configuration) software-defined (e.g. OpenFlow) networks on a single PC by using Linux processes in network namespaces. • It allows you to quickly create, interact with, customize and share a software defined network prototype, and provides a smooth path to running on hardware. • Build in Stanford University.

  3. Setup and Installation • Download the Mininet VM image • https://github.com/downloads/mininet/mininet/mininet-vm-ubuntu11.10-052312.vmware.zip • Download and install a virtualization system.  (VirtualBox, VMware Workstation)

  4. Setup and Installation

  5. Login in linux • Login • ID: openflow • Password: openflow

  6. Simulator • Start a minimal topology and enter the CLI:. • All four entities (2 host processes, 1 switch process, 1 reference controller) are now running in the VM. The controller can be outside the VM, and instructions for that are at the bottom.

  7. Simulator (cont.) • Display nodes: nodes • you can ping from host 0 to host 1: h2 ping -c 1 h3

  8. Simulator (cont.) • Testing ping all • Custom topologies can be easily defined as well, using a simple Python API, and an example is provided in custom/topo-2sw-2host.py. This example connects two switches directly, with a single host off each switch:

  9. References • http://yuba.stanford.edu/foswiki/bin/view/OpenFlow/Mininet • http://yuba.stanford.edu/foswiki/bin/view/OpenFlow/MininetWalkthrough

  10. Thank you!

More Related