Questions tagged [pox]

POX is a network controller written in Python that communicates with OpenFlow 1.0 switches to manage Software Defined Networks.

POX is a network controller written in Python that communicates with OpenFlow 1.0 switches that is maintained by NOXRepo, (source code on GitHub). NOXRepo describes the benefits of POX as:

  • "Pythonic" OpenFlow interfacePOX Performance Graph
  • Reusable sample components for path selection, topology discovery, etc.
  • "Runs anywhere" – Can bundle with install-free PyPy runtime for easy deployment
  • Specifically targets Linux, Mac OS, and Windows
  • Supports the same GUI and visualization tools as NOX
  • Performs well compared to NOX applications written in Python
136 questions
-2
votes
1 answer

Firewall Implementation

I'm currently working with POX to create some firewall rules. First time going about the process and I'm a bit confused on something. If I want to block the addresses... 10.0.33.1 10.0.33.2 10.0.33.3 10.0.33.4 10.0.33.5 from sending info to a…
Bob
  • 1,344
  • 3
  • 29
  • 63
1 2 3
9
10