1. 利用Mininet仿真平台构建如下图所示的网络拓扑,配置主机h1和h2的IP地址(h1:10.0.0.1,h2:10.0.0.2),测试两台主机之间的网络连通性
首先创建拓扑
开启CLI,设置OpenFlow,配置主机h1和h2的IP地址
输入net查看拓扑
输入pingall查看连通性
输入xterm h1 h2和ifconfig验证主机IP
2. 利用Wireshark工具,捕获拓扑中交换机与控制器之间的通信数据,对OpenFlow协议类型的各类报文(hello, features_request, features_reply, set_config, packet_in, packet_out等)进行分析,对照wireshark截图写出你的分析内容
1.HELLO消息
先查看hello消息,可以看到是 控制器6633端口 ---> 交换机38704端口 ,OpenFlow版本为1.0,长度为8,事件ID为1761237466
与交换机38704端口 --->控制器6633端口,OpenFlow为1.3,OpenFlow版本为1.3,长度为8,事件ID为3
因为要向下兼容,所以建立连接之后的OpenFlow都是1.0
2.Features消息
分析features_request消息,可以看出长度为8,事件ID为2586916971
查看setconfig,即控制器让交换机进行的配置
分析features_reply消息,可以看出唯一标识 id 号为0x0000000000000002,交缓冲区可以缓存的最大数据包个数为256个, 流表数量 为254个
OpenFlow 1.0 .000 0001 = Version: 1.0 (0x01) Type: OFPT_FEATURES_REPLY (6) Length: 176 Transaction ID: 2586916971 Datapath unique ID: 0x0000000000000002 MAC addr: 00:00:00_00:00:00 (00:00:00:00:00:00) Implementers part: 0x0002 n_buffers: 256 n_tables: 254![](https://img2018.cnblogs.com/blog/1794609/201911/1794609-20191113193759999-2139146232.jpg) Pad: 000000 capabilities: 0x000000c7 /*支持的特殊功能*/ .... .... .... .... .... .... .... ...1 = Flow statistics: True .... .... .... .... .... .... .... ..1. = Table statistics: True .... .... .... .... .... .... .... .1.. = Port statistics: True .... .... .... .... .... .... .... 0... = Group statistics: False .... .... .... .... .... .... ..0. .... = Can reassemble IP fragments: False .... .... .... .... .... .... .1.. .... = Queue statistics: True .... .... .... .... .... ...0 .... .... = Switch will block looping ports: False actions: 0x00000fff /*支持的动作*/ .... .... .... .... .... .... .... ...1 = Output to switch port: True .... .... .... .... .... .... .... ..1. = Set the 802.1q VLAN id: True .... .... .... .... .... .... .... .1.. = Set the 802.1q priority: True .... .... .... .... .... .... .... 1... = Strip the 802.1q header: True .... .... .... .... .... .... ...1 .... = Ethernet source address: True .... .... .... .... .... .... ..1. .... = Ethernet destination address: True .... .... .... .... .... .... .1.. .... = IP source address: True .... .... .... .... .... .... 1... .... = IP destination address: True .... .... .... .... .... ...1 .... .... = IP ToS (DSCP field, 6 bits): True .... .... .... .... .... ..1. .... .... = TCP/UDP source port: True .... .... .... .... .... .1.. .... .... = TCP/UDP destination port: True .... .... .... .... .... 1... .... .... = Output to queue: True Port data 1 Port number: 65534 HW Address: f2:9f:bd:86:ed:1d (f2:9f:bd:86:ed:1d) Port Name: s2 Config flags: 0x00000001 .... .... .... .... .... .... .... ...1 = Port is administratively down: True .... .... .... .... .... .... .... ..0. = Disable 802.1D spanning tree on port: False .... .... .... .... .... .... .... .0.. = Drop all packets except 802.1D spanning tree packets: False .... .... .... .... .... .... .... 0... = Drop received 802.1D STP packets: False .... .... .... .... .... .... ...0 .... = Do not include this port when flooding: False .... .... .... .... .... .... ..0. .... = Drop packets forwarded to port: False .... .... .... .... .... .... .0.. .... = Do not send packet-in msgs for port: False State flags: 0x00000001 .... .... .... .... .... .... .... ...1 = No physical link present: True Current features: 0x00000000 .... .... .... .... .... .... .... ...0 = 10 Mb half-duplex rate support: False .... .... .... .... .... .... .... ..0. = 10 Mb full-duplex rate support: False .... .... .... .... .... .... .... .0.. = 100 Mb half-duplex rate support: False .... .... .... .... .... .... .... 0... = 100 Mb full-duplex rate support: False .... .... .... .... .... .... ...0 .... = 1 Gb half-duplex rate support: False .... .... .... .... .... .... ..0. .... = 1 Gb full-duplex rate support: False .... .... .... .... .... .... .0.. .... = 10 Gb full-duplex rate support: False .... .... .... .... .... .... 0... .... = Copper medium: False .... .... .... .... .... ...0 .... .... = Fiber medium: False .... .... .... .... .... ..0. .... .... = Auto-negotiation: False .... .... .... .... .... .0.. .... .... = Pause: False .... .... .... .... .... 0... .... .... = Asymmetric pause: False Advertised features: 0x00000000 Features supported: 0x00000000 Features advertised by peer: 0x00000000 Port data 2 Port number: 1 HW Address: 46:9a:5c:d5:ae:2c (46:9a:5c:d5:ae:2c) Port Name: s2-eth1 Config flags: 0x00000000 .... .... .... .... .... .... .... ...0 = Port is administratively down: False .... .... .... .... .... .... .... ..0. = Disable 802.1D spanning tree on port: False .... .... .... .... .... .... .... .0.. = Drop all packets except 802.1D spanning tree packets: False .... .... .... .... .... .... .... 0... = Drop received 802.1D STP packets: False .... .... .... .... .... .... ...0 .... = Do not include this port when flooding: False .... .... .... .... .... .... ..0. .... = Drop packets forwarded to port: False .... .... .... .... .... .... .0.. .... = Do not send packet-in msgs for port: False State flags: 0x00000000 .... .... .... .... .... .... .... ...0 = No physical link present: False Current features: 0x000000c0 .... .... .... .... .... .... .... ...0 = 10 Mb half-duplex rate support: False .... .... .... .... .... .... .... ..0. = 10 Mb full-duplex rate support: False .... .... .... .... .... .... .... .0.. = 100 Mb half-duplex rate support: False .... .... .... .... .... .... .... 0... = 100 Mb full-duplex rate support: False .... .... .... .... .... .... ...0 .... = 1 Gb half-duplex rate support: False .... .... .... .... .... .... ..0. .... = 1 Gb full-duplex rate support: False .... .... .... .... .... .... .1.. .... = 10 Gb full-duplex rate support: True .... .... .... .... .... .... 1... .... = Copper medium: True .... .... .... .... .... ...0 .... .... = Fiber medium: False .... .... .... .... .... ..0. .... .... = Auto-negotiation: False .... .... .... .... .... .0.. .... .... = Pause: False .... .... .... .... .... 0... .... .... = Asymmetric pause: False Advertised features: 0x00000000 Features supported: 0x00000000 Features advertised by peer: 0x00000000 Port data 3 Port number: 2 HW Address: 56:be:6a:3a:f6:52 (56:be:6a:3a:f6:52) Port Name: s2-eth2 Config flags: 0x00000000 .... .... .... .... .... .... .... ...0 = Port is administratively down: False .... .... .... .... .... .... .... ..0. = Disable 802.1D spanning tree on port: False .... .... .... .... .... .... .... .0.. = Drop all packets except 802.1D spanning tree packets: False .... .... .... .... .... .... .... 0... = Drop received 802.1D STP packets: False .... .... .... .... .... .... ...0 .... = Do not include this port when flooding: False .... .... .... .... .... .... ..0. .... = Drop packets forwarded to port: False .... .... .... .... .... .... .0.. .... = Do not send packet-in msgs for port: False State flags: 0x00000000 .... .... .... .... .... .... .... ...0 = No physical link present: False Current features: 0x000000c0 .... .... .... .... .... .... .... ...0 = 10 Mb half-duplex rate support: False .... .... .... .... .... .... .... ..0. = 10 Mb full-duplex rate support: False .... .... .... .... .... .... .... .0.. = 100 Mb half-duplex rate support: False .... .... .... .... .... .... .... 0... = 100 Mb full-duplex rate support: False .... .... .... .... .... .... ...0 .... = 1 Gb half-duplex rate support: False .... .... .... .... .... .... ..0. .... = 1 Gb full-duplex rate support: False .... .... .... .... .... .... .1.. .... = 10 Gb full-duplex rate support: True .... .... .... .... .... .... 1... .... = Copper medium: True .... .... .... .... .... ...0 .... .... = Fiber medium: False .... .... .... .... .... ..0. .... .... = Auto-negotiation: False .... .... .... .... .... .0.. .... .... = Pause: False .... .... .... .... .... 0... .... .... = Asymmetric pause: False Advertised features: 0x00000000 Features supported: 0x00000000 Features advertised by peer: 0x00000000
分析packet in的数据包,可以看出Packet-in消息所携带的数据包在交换机缓存区中的ID为 0x00000100, data字段的长度是90, 数据包进入交换机时的端口号 是1,且发送 Packet-in消息的原因是交换机当前并没有流表可供匹配,所以询问控制器如何解决
OpenFlow 1.0 .000 0001 = Version: 1.0 (0x01) Type: OFPT_PACKET_IN (10) Length: 108 Transaction ID: 0 Buffer Id: 0x00000100 Total length: 90 In port: 1 Reason: No matching flow (table-miss flow entry) (0) Pad: 00 Ethernet II, Src: 9a:c5:40:14:45:e9 (9a:c5:40:14:45:e9), Dst: IPv6mcast_16 (33:33:00:00:00:16) Destination: IPv6mcast_16 (33:33:00:00:00:16) Address: IPv6mcast_16 (33:33:00:00:00:16) .... ..1. .... .... .... .... = LG bit: Locally administered address (this is NOT the factory default) .... ...1 .... .... .... .... = IG bit: Group address (multicast/broadcast) Source: 9a:c5:40:14:45:e9 (9a:c5:40:14:45:e9) Address: 9a:c5:40:14:45:e9 (9a:c5:40:14:45:e9) .... ..1. .... .... .... .... = LG bit: Locally administered address (this is NOT the factory default) .... ...0 .... .... .... .... = IG bit: Individual address (unicast) Type: IPv6 (0x86dd) Internet Protocol Version 6, Src: ::, Dst: ff02::16 0110 .... = Version: 6 .... 0000 0000 .... .... .... .... .... = Traffic Class: 0x00 (DSCP: CS0, ECN: Not-ECT) .... 0000 00.. .... .... .... .... .... = Differentiated Services Codepoint: Default (0) .... .... ..00 .... .... .... .... .... = Explicit Congestion Notification: Not ECN-Capable Transport (0) .... .... .... 0000 0000 0000 0000 0000 = Flow Label: 0x00000 Payload Length: 36 Next Header: IPv6 Hop-by-Hop Option (0) Hop Limit: 1 Source: :: Destination: ff02::16 IPv6 Hop-by-Hop Option Next Header: ICMPv6 (58) Length: 0 [Length: 8 bytes] Router Alert Type: Router Alert (0x05) 00.. .... = Action: Skip and continue (0) ..0. .... = May Change: No ...0 0101 = Low-Order Bits: 0x05 Length: 2 Router Alert: MLD (0) PadN Type: PadN (0x01) 00.. .... = Action: Skip and continue (0) ..0. .... = May Change: No ...0 0001 = Low-Order Bits: 0x01 Length: 0 PadN: <none> Internet Control Message Protocol v6 Type: Multicast Listener Report Message v2 (143) Code: 0 Checksum: 0x298d [correct] [Checksum Status: Good] Reserved: 0000 Number of Multicast Address Records: 1 Multicast Address Record Changed to exclude: ff02::1:ff14:45e9 Record Type: Changed to exclude (4) Aux Data Len: 0 Number of Sources: 0 Multicast Address: ff02::1:ff14:45e9
分析packet out的数据包,可以看出 交换机缓存区id 为0x00000100,进入端口号为1, action列表的长度为8
OpenFlow 1.0 .000 0001 = Version: 1.0 (0x01) Type: OFPT_PACKET_OUT (13) Length: 24 Transaction ID: 0 Buffer Id: 0x00000100 In port: 1 Actions length: 8 Actions type: Output to switch port (0) Action length: 8 Output port: 65531 Max length: 0
接着让两个主机连通,查看packet in信息,可以看出Packet-in消息所携带的数据包在交换机缓存区中的ID为 0x00000139, data字段的长度是98, 数据包进入交换机时的端口号 是1
再查看抓取到的flow_mod数据包并分析,可以看到 ,控制器通过6633端口向交换机38704端口与38706端口下发流表, 流表项标识符为0x0000000000000000, 空闲超时时间为60, 最大生存时间为0, 优先级为0, 缓存区ID 分别为:0x00000139,0x0000013a,0x0000013b,0x0000013a,标志位是0
3.再运行一次Miniedit,将控制器从OpenFlow reference改成OVS controller
查看hello信息,发现控制器支持的OpenFlow版本为1.3,与交换机相同,于是建立连接后使用OpenFlow1.3版本进行通信
查看其中一个Flow_mod数据包并分析,可以看到控制器只是下发了一个流表表明规则,并未对缓冲区中的数据包进行处理