Changes between Version 3 and Version 4 of Tutorials/m0SDN/aHelloOF
- Timestamp:
- Dec 23, 2014, 11:27:51 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Tutorials/m0SDN/aHelloOF
v3 v4 5 5 * [http://www.projectfloodlight.org/floodlight/ floodlight] 6 6 7 In this experiment Mininet will serve as the source of [https://www.opennetworking.org/about/onf-overview open flow traffic], floodlight will be the controller. 8 9 Rather than build these tools from scratch, we will instead use two pre-made images with these tools already installed. 7 In this experiment Mininet will serve as the source of [https://www.opennetworking.org/about/onf-overview open flow traffic], floodlight will be the controller. Rather than build these tools from scratch, we will instead use two pre-made images with these tools already installed. 10 8 11 9 ---- … … 81 79 rtt min/avg/max/mdev = 0.024/2.101/8.193/3.517 ms 82 80 }}} 83 Notice how the first ping takes much longer. This is due to the flow installation process triggered by the first ping (Specifically, the ARPs sent by the hosts) as the switch suffers a flow table miss. At the same time, you should see (lots of) packets being captured by tcpdump in node1-1's terminal:81 Notice how the first ping takes much longer. This is due to the flow installation process triggered by the first ping (Specifically, the ARPs sent by the hosts) as the switch suffers a flow table miss. At the same time, you should see (lots of) packets being captured by tcpdump in node1-1's terminal: 84 82 {{{ 85 83 root@node1-1:~/floodlight# tcpdump -i eth0 port 6633