Agil Angga Saputra
Agil Angga Saputra

Reputation: 1

Can't see custom topology mininet on OpendayLight

I made a topology in miniedit, I saved it with the name topo2.py, when I called it in the mininet the topology didn't appear as I made it,

I have tried solutions from Can't see custom topology on DLUX but still can't see it

sudo mn --custom ~/mininet/custom/topo2.py --controller=remote,ip=192.168.56.103

Upvotes: 0

Views: 835

Answers (1)

Imad
Imad

Reputation: 11

I faced the same problem month ago, then I found my topology created on mininet on Opendaylight DLUX using the following way:

sudo mn --custom testbed.py --topo testbed --controller=remote --switch ovsk,protocols=OpenFlow13

You've to mention the protocols and topology name according to your setup.

Upvotes: 0

Related Questions