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
This article mainly introduces the example of imp...
There are always some problems when configuring n...
Reasonable setting of MySQL sql_mode sql_mode is ...
Table of contents 1. Analysis of key source code ...
Table of contents 1. Block scope 1.1. let replace...
This article example shares the specific code of ...
Table of contents Introduction What does an itera...
To obtain the calculated style in a CSS element (t...
Table of contents 1. Introduction to computed 1.1...
Preface echarts is my most commonly used charting...
Table of contents For example: General writing: S...
Table of contents Diffing Algorithm Layer-by-laye...
This article example shares the specific code of ...
Table of contents 1. When inserting or modifying ...
Table of contents Achieve results Available plugi...