Mininet Mininet is a lightweight software defined network and testing platform; it uses lightweight virtualization technology to make a single system look like a complete network running related kernel system and user code. It can also be simply understood as a process-based virtualization platform in the SDN network system. It supports various protocols such as OpenFlow and OpenvSwith. Mininet can also simulate a complete network host, link and switch on the same computer and facilitate interactive development, testing and demonstration, especially those using OpenFlow and SDN technology; at the same time, the code under this process virtualization platform can also be migrated to the real environment. Features of Mininet
Install Mininet Get the source code Enter the directory Complete Installation This is the first installation. I don't know what information to configure. It is recommended to install it completely. test Check the mininet version Other installation commands # install.sh –a ##Complete installation (installed in the home directory by default) # install.sh -s mydir –a ##Complete installation (installed in another directory) # install.sh –nfv ##Install Mininet + user switch + OVS (installed in the home directory) # install.sh -s mydir –nfv ##Install Mininet + user switch + OVS (install in other directories) Creating a super simple data center network Data center networks typically have a tree topology. End hosts connect to top-of-rack switches, which form the leaves (edges) of the tree; one or more core switches form the root; and one or more layers of aggregation switches form the middle of the tree. In a basic tree topology, each switch (except the core switch) has a single parent switch. Additional switches and links can be added to construct more complex tree topologies (eg, fat trees) in an effort to improve fault tolerance or increase inter-rack bandwidth. In this assignment, your task is to create a simple tree topology. You will assume that each level, core, aggregation, edge and host, consists of a single layer of switches/hosts with a configurable fan-out value (k), looking like: Summarize The above is the full content of this article. I hope that the content of this article will have certain reference learning value for your study or work. Thank you for your support of 123WORDPRESS.COM. If you want to learn more about this, please check out the following links You may also be interested in:
|
<<: Detailed explanation of MySQL table name case-insensitive configuration method
>>: Detailed explanation of the use of redux in native WeChat applet development
Preface We may have heard of the concept of rowid...
The CSS counter attribute is supported by almost ...
reason: MySQL 5.7.5 and up implements detection o...
Table of contents background What is tablespace f...
1. Nested routing is also called sub-routing. In ...
Preface: rm under Linux system is irreversible. T...
Table of contents 1. Use the withRouter component...
How PHP works First, let's understand the rel...
First create a specific project directory for you...
Table of contents Introduction to Anaconda 1. Dow...
This article shares the specific code of JavaScri...
1. How to represent the current time in MySQL? In...
<br />Not long ago, due to business needs, I...
1. Apache server installation and configuration y...
Table of contents 1. What is 2. Use Numeric Enume...