一、实验目的
掌握 Mininet 的自定义拓扑生成方法:命令行创建、 Python 脚本编写
二、实验任务
通过使用命令行创建、 Python 脚本编写生成拓扑, 熟悉 Mininet 的基本功能。
三、 实验步骤
1. 实验环境
安装了 Ubuntu 18.04.5 Desktop amd64 的虚拟机
2. 实验过程
(1)通用情形的 Python 脚本自定义创建
执行命令:
$ nano mytopo.py // 复制 Python 代码到 py 文件中
$ sudo python mytopo.py // 执行 py 文件
(2)修改之前的 Python 程序,使之可用 iPerf 测试网络拓扑中的指定主机之间的带宽。
复制代码时需要注意缩进,不然会报错