I want a simple topology using mininet and onos cluster controllers where there are 2 hosts (h1,h2) and 2 switches (s1,s2). With these links:
h1 - s1
s1 - s2
h2 - s2
h1 - s1
I want h1 connected to s1 and s2. Imagine there is a problem with link h1-s1, so h1 will be able to communicat with h2 since he has a link with s2. My objective is to active and deactivate links h1-s1 and h1-s2 as needed.
Mininet allows me to create this two links but when I use ONOS GUI the second connectiong is not created. With my experience with this I think ONOS doesn't allow to create such topology but I cant figure out which ONOS application (or even protocol) doesnt allow me to do that.
Someone can help me?
Greetings,
Duarte Pereira.