File: README.rst

package info (click to toggle)
python-openflow 1.1.0~alpha2-1
  • links: PTS
  • area: main
  • in suites: stretch
  • size: 692 kB
  • ctags: 1,027
  • sloc: python: 2,713; makefile: 207; sh: 8
file content (21 lines) | stat: -rw-r--r-- 732 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Generating raw dump files
=========================

1. POX - version 0.2.0 (carp), cloned from `GitHub
   <https://github.com/noxrepo/pox.git>`_:

   a. ``./pox.py openflow.of_01 --address=127.0.0.1 --port=6633 py``

1. Wireshark - version 2.0.4 with `openflow plugin
   <http://www.projectfloodlight.org/openflow.lua>`_:

   a. Choose *loopback* interface;
   a. Filter by *of*;
   a. Start capturing;
   a. After running Mininet as described below, in order to save the OpenFlow
      content in a dump file, right click in the *OpenFlow* tree and then
      *Export Selected Bytes...*. All done!

1. Mininet - version 2.2.1

   a. ``sudo mn --controller=remote,ip='127.0.0.1',listenport=6633 --switch ovs,protocols=OpenFlow10``