首页 > 其他分享 >实验3:OpenFlow协议分析实践

实验3:OpenFlow协议分析实践

时间:2022-09-28 21:44:21浏览次数:43  
标签:24 协议 OpenFlow 主机 实践 192.168 实验

实验3:OpenFlow协议分析实践

一、实验目的

  1. 能够运用 wireshark 对 OpenFlow 协议数据交互过程进行抓包;
  2. 能够借助包解析工具,分析与解释 OpenFlow协议的数据包交互过程与机制。

二、实验环境

Ubuntu 20.04 Desktop amd64

三、实验要求

(一)基本要求

  1. 搭建下图所示拓扑,完成相关 IP 配置,并实现主机与主机之间的 IP 通信。用抓包软件获取控制器与交换机之间的通信数据。

    | 主机 | IP地址 |
    | ---- | ---------------- |
    | h1 | 192.168.0.101/24 |
    | h2 | 192.168.0.102/24 |
    | h3 | 192.168.0.103/24 |
    | h4 | 192.168.0.104/24 |

标签:24,协议,OpenFlow,主机,实践,192.168,实验
From: https://www.cnblogs.com/honghuicong/p/16739672.html

相关文章

  • 实验一
    实验21#include<iostream>2usingstd::cout;3usingstd::endl;4classPoint56{7public:8Point(intx0=0,inty0=......
  • 实验1
    Test1#include<iostream>#include<cstring>#include<vector>usingnamespacestd;intmain(){ strings1; strings2{"cplusplus"}; strings3{s2}; strin......
  • 实验1 类和对象(1)
    #include<iostream>usingstd::cout;usingstd::endl;classPoint{public:Point(intx0=0,inty0=0);Point(constPoint&p);~Point()=default;......
  • 实验2:Open vSwitch虚拟交换机实践
    实验2:OpenvSwitch虚拟交换机实践一、实验目的能够对OpenvSwitch进行基本操作;能够通过命令行终端使用OVS命令操作OpenvSwitch交换机,管理流表;能够通过Mininet的Pytho......
  • 实验2:Open vSwitch虚拟交换机实践
    实验2:OpenvSwitch虚拟交换机实践一、实验目的能够对OpenvSwitch进行基本操作;能够通过命令行终端使用OVS命令操作OpenvSwitch交换机,管理流表;能够通过Mininet的Pytho......
  • 实验1 类和对象
    实验任务2#include<iostream>usingnamespacestd;classPoint{public:Point(intx0=0,inty0=0);Point(constPoint&p);~Point()=default......
  • 实验一:类和对象
    实验任务2#include<iostream>usingstd::cout;usingstd::endl;classPoint{public:Point(intx0=0,inty0=0);Point(constPoint&p);~Point()=defa......
  • 实验1 类和对象
    #include<iostream>usingstd::cout;usingstd::endl;classPoint{public:Point(intx0=0,inty0=0);Point(constPoint&p);Point()=default;intget_x......
  • 实验一
    实验任务2源代码:1#include<iostream>2usingstd::cout;3usingstd::endl;45classPoint6{7public:8Point(intx0=0,inty0=0);9P......
  • 实验三OpenFlow协议分析实践
    1.请用Markdown排版;2.基础要求只需要提交导入到/home/用户名/学号/lab3/目录下的拓扑文件,wireshark抓包的结果截图和对应的文字说明;1)hello交换机52298端口(最高支持Ope......