Ubuntu mininet Environment Building

Source: Internet
Author: User
Tags switches

We build mininet simulation platform through source code mode, use git to download mininet source code

git clone git://github.com/mininet/mininet

After the download is complete, use the following command to select the installation version:

CD mininetgit tag  # list available versionsgit checkout-b 2.2.1 2.2.1  # or whatever version you wish to INSTALLCD ..

After the version selection is complete, install it using the following command:

mininet/util/install.sh [Options]

Options include:

-A: Installs all mininet contained items including OvS switches, Wireshark and pox controllers

-NFV: Installing Mininet,openflow-related switches and OvS switches

-S Mydir: Build Source/build tree with your own defined directory before options

After the installation is complete, use the following command to detect the basic functionality of Mininet:

sudo mn--test Pingall

  

Ubuntu mininet Environment Building

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.