0
votes

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.

1

1 Answers

1
votes

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.