Can't see custom topology mininet on OpendayLightCan't see custom topology on DLUXOpendaylight, Mininet and Ubuntu. No ARP, no pingping issue in Mininet custom topologyBandwidth set via Mininet python APIs does not reflect in OpendaylightOpenDaylight Dlux unable to see hostsVMs are not pinging while start the SDN OPENDAYLIGHT ControllerCan't show the nodes in the user interface OpenDaylightPing is not working on single topology created on mininetCustom Mininet Topology ping errorNot able to connect remote floodlight controller to mininetWhy can't I see the topology information on the dlux.topology page when I connect the ODL controller to the mininet?
Can a magnet rip protons from a nucleus?
Evidence that matrix multiplication cannot be done in O(n^2 poly(log(n))) time
How is the Team Scooby Doo funded?
Kerning feedback on logo
How can I maximize the impact of my charitable donations?
Insert str into larger str in the most pythonic way
Is English tonal for some words, like "permit"?
Can I toggle Do Not Disturb on/off on my Mac as easily as I can on my iPhone?
Do all humans have an identical nucleotide sequence for certain proteins, e.g haemoglobin?
Contract Employer Keeps Asking for Small Things Without Pay
Can I say "I have encrypted something" if I hash something?
What is a realistic time needed to get a properly trained army?
Are the definite and indefinite integrals actually two different things? Where is the flaw in my understanding?
Do ibuprofen or paracetamol cause hearing loss?
Do Milankovitch Cycles fully explain climate change?
Does a gnoll speak both Gnoll and Abyssal, or is Gnoll a dialect of Abyssal?
Where does the expression "triple-A" comes from?
Can I cast Sunbeam if both my hands are busy?
Job offer without any details but asking me to withdraw other applications - is it normal?
My research paper filed as a patent in China by my Chinese supervisor without me as inventor
Relevance of the Resurrection
Converting multiple assignment statements to single comma separated assignment
extract lines from bottom until regex match
Sol Ⅲ = Earth: What is the origin of this planetary naming scheme?
Can't see custom topology mininet on OpendayLight
Can't see custom topology on DLUXOpendaylight, Mininet and Ubuntu. No ARP, no pingping issue in Mininet custom topologyBandwidth set via Mininet python APIs does not reflect in OpendaylightOpenDaylight Dlux unable to see hostsVMs are not pinging while start the SDN OPENDAYLIGHT ControllerCan't show the nodes in the user interface OpenDaylightPing is not working on single topology created on mininetCustom Mininet Topology ping errorNot able to connect remote floodlight controller to mininetWhy can't I see the topology information on the dlux.topology page when I connect the ODL controller to the mininet?
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;
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
sdn opendaylight mininet openflow
add a comment |
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
sdn opendaylight mininet openflow
add a comment |
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
sdn opendaylight mininet openflow
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
sdn opendaylight mininet openflow
sdn opendaylight mininet openflow
edited Mar 28 at 9:04
barbsan
2,9678 gold badges15 silver badges24 bronze badges
2,9678 gold badges15 silver badges24 bronze badges
asked Mar 28 at 8:57
Agil Angga SaputraAgil Angga Saputra
11 bronze badge
11 bronze badge
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
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.
Caught exception. Cleaning up. . . Exception: invalid topo name topo2
– Agil Angga Saputra
Mar 29 at 6:34
i use code sudo mn --custom topo2.py --topo topo2 --controller=remote,ip=192.168.56.103 --switch ovsk,protocols=OpenFlow13
– Agil Angga Saputra
Mar 29 at 6:36
It's because the name you're using for the topology is not the same as in your python script file (topo2.py) At the end of your script file it should be like following:topos = 'yourtoponame': ( lambda: yourclassname() ) and also the class name matters.
– Imad
Mar 29 at 16:46
add a comment |
Your Answer
StackExchange.ifUsing("editor", function ()
StackExchange.using("externalEditor", function ()
StackExchange.using("snippets", function ()
StackExchange.snippets.init();
);
);
, "code-snippets");
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "1"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/4.0/"u003ecc by-sa 4.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55393538%2fcant-see-custom-topology-mininet-on-opendaylight%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
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.
Caught exception. Cleaning up. . . Exception: invalid topo name topo2
– Agil Angga Saputra
Mar 29 at 6:34
i use code sudo mn --custom topo2.py --topo topo2 --controller=remote,ip=192.168.56.103 --switch ovsk,protocols=OpenFlow13
– Agil Angga Saputra
Mar 29 at 6:36
It's because the name you're using for the topology is not the same as in your python script file (topo2.py) At the end of your script file it should be like following:topos = 'yourtoponame': ( lambda: yourclassname() ) and also the class name matters.
– Imad
Mar 29 at 16:46
add a comment |
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.
Caught exception. Cleaning up. . . Exception: invalid topo name topo2
– Agil Angga Saputra
Mar 29 at 6:34
i use code sudo mn --custom topo2.py --topo topo2 --controller=remote,ip=192.168.56.103 --switch ovsk,protocols=OpenFlow13
– Agil Angga Saputra
Mar 29 at 6:36
It's because the name you're using for the topology is not the same as in your python script file (topo2.py) At the end of your script file it should be like following:topos = 'yourtoponame': ( lambda: yourclassname() ) and also the class name matters.
– Imad
Mar 29 at 16:46
add a comment |
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.
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.
answered Mar 29 at 0:04
ImadImad
63 bronze badges
63 bronze badges
Caught exception. Cleaning up. . . Exception: invalid topo name topo2
– Agil Angga Saputra
Mar 29 at 6:34
i use code sudo mn --custom topo2.py --topo topo2 --controller=remote,ip=192.168.56.103 --switch ovsk,protocols=OpenFlow13
– Agil Angga Saputra
Mar 29 at 6:36
It's because the name you're using for the topology is not the same as in your python script file (topo2.py) At the end of your script file it should be like following:topos = 'yourtoponame': ( lambda: yourclassname() ) and also the class name matters.
– Imad
Mar 29 at 16:46
add a comment |
Caught exception. Cleaning up. . . Exception: invalid topo name topo2
– Agil Angga Saputra
Mar 29 at 6:34
i use code sudo mn --custom topo2.py --topo topo2 --controller=remote,ip=192.168.56.103 --switch ovsk,protocols=OpenFlow13
– Agil Angga Saputra
Mar 29 at 6:36
It's because the name you're using for the topology is not the same as in your python script file (topo2.py) At the end of your script file it should be like following:topos = 'yourtoponame': ( lambda: yourclassname() ) and also the class name matters.
– Imad
Mar 29 at 16:46
Caught exception. Cleaning up. . . Exception: invalid topo name topo2
– Agil Angga Saputra
Mar 29 at 6:34
Caught exception. Cleaning up. . . Exception: invalid topo name topo2
– Agil Angga Saputra
Mar 29 at 6:34
i use code sudo mn --custom topo2.py --topo topo2 --controller=remote,ip=192.168.56.103 --switch ovsk,protocols=OpenFlow13
– Agil Angga Saputra
Mar 29 at 6:36
i use code sudo mn --custom topo2.py --topo topo2 --controller=remote,ip=192.168.56.103 --switch ovsk,protocols=OpenFlow13
– Agil Angga Saputra
Mar 29 at 6:36
It's because the name you're using for the topology is not the same as in your python script file (topo2.py) At the end of your script file it should be like following:topos = 'yourtoponame': ( lambda: yourclassname() ) and also the class name matters.
– Imad
Mar 29 at 16:46
It's because the name you're using for the topology is not the same as in your python script file (topo2.py) At the end of your script file it should be like following:topos = 'yourtoponame': ( lambda: yourclassname() ) and also the class name matters.
– Imad
Mar 29 at 16:46
add a comment |
Got a question that you can’t ask on public Stack Overflow? Learn more about sharing private information with Stack Overflow for Teams.
Got a question that you can’t ask on public Stack Overflow? Learn more about sharing private information with Stack Overflow for Teams.
Thanks for contributing an answer to Stack Overflow!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55393538%2fcant-see-custom-topology-mininet-on-opendaylight%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown