Open mrparsaei opened 8 years ago
https://github.com/dlinknctu/OpenNet/tree/master/mininet-patch/examples/opennet
You can find some examples here.
I want to connect NS-3 nodes to floodlight controller through a proxy, instead of tap-bridge.
I have a network simulated with NS-3, and connected to floodlight controller through tap-bridge. I am using ofsoftswitch13 library in NS-3.
The objective eventually is to run NS-3 on a super-computer (on which we don't have administrative privilege to make a tap-bridge), and forward packets to floodlight controller (which is being run on a work station). Any sort of ideas and suggestions are welcome.
I'd appreciate your response.
The tap-bridge is only use for data plane. The control plane should only require that the IP of Floodlight is reachable from the Mininet
Hi HessamLa,
As far as I know, as you use ofsoftswitch13 library to simulate/emulate OpenFlow-based switch inside NS-3, tap-bridge or other NS-3 emulated network devices are required to let traffic can be forwarded to real network, which means you need proper privilege to make these bridge devices.
Here is an idea, run a virtual machine (with an OS which you have full privilege) inside super-computer and request super-computer administrator allocate a network device as your gateway to floodlight controller. With this approach, as long as the gateway exist, you will not require privilege to create virtual network device on that super-computer when you launch the simulated network.
I am trying to connect NS3 network to the FloodLight controller. can any body please help with the configuration. i am new to flood light and ns3 openflow switches
Hi I apologize for inconvenience. I am a beginner in the SDN field, and I want to simulate some simple scenarios with the OpenNet. One of my problem is that Who I create a wired custom topology that seems like the bellow Figure and connect It to FloodLight controller with openflow for arbitary routing that I writed in controller for optimize link between host1 and host2 :
It is my honor to receive some guidance about this issue from you.
Thanks in advance. Best Regards,