Reputation: 53
I am totally new in mininet and SDN domain.
I would like to implement custom mininet topology, which is connected to multiple remote controllers.
Currently, I have planned to use mininet as SDN network emulator and OpenDaylight as a controller for my testbed.
Is there any tutorial or link for custom topology with multiple remote controller implementation?
Thank you.
Upvotes: 0
Views: 2361
Reputation: 678
You can find a lot of examples on the Mininet GitHub repository examples
I think that for what you are trying to do you should have a look at multiController example.
Upvotes: 1