We would
like to set up an SDN Network. A Controller (POX and OpenDaylight which runs on virtual environment (VM)) shall operate with Enterasys S-Series switches communicating with OpenFlow.
We have already tested the controller’s functionality virtually using mininet. In mininet it can be specified that the controller is remote and the controller’s ip address (example):
sudo mn --topo linear,3 --mac --controller remote,ip=192.168.57.129 --switch ovsk
My questions are now:
Can something similar be configured on the Enterasys S-Series switches (I haven’t seen something in the configuration manual)?
Which Enterasys S-Series SW Version do we need at least for this SDN setup?
Which OpenFlow Versions are supported?