SDN3
SDN3
Installation Process:
To create an SDN environment on Mininet and configure a switch to provide a firewall
functionality using POX controller, you can follow the steps below:
core.getLogger()
class Firewall(object):
def launch():
core.registerNew(Firewall)
That's it! You have created an SDN environment on Mininet and configured aswitch to
provide firewall functionality using POX controller.