2019 SDN上机第3次作业
一、利用Mininet仿真平台构建如下图所示的网络拓扑,配置主机h1和h2的IP地址(h1:10.0.0.1,h2:10.0.0.2),测试两台主机之间的网络连通性 构建如下拓扑 miniedit.py设置: start CLI 支持OpenFlow 1.0 1.1 1.2 1.3 开启wireshark后,再使用ping命令 测试两台主机之间的连通性 二、利用Wireshark工具,捕获拓扑中交换机与控制器之间的通信数据,对OpenFlow协议类型的各类报文(hello, features_request, features_reply, set_config, packet_in, packet_out等)进行分析,对照wireshark截图写出你的分析内容。 hello features_request features_reply set_config packet_in packet_out 来源: https://www.cnblogs.com/yxyolo/p/11853575.html