Hi all, I've created a topology in which I have 10 switches (from S0 to S9) and 3 controllers (C0, C1 and C3).
In my topology script I've assigned port 6633 to C0, 6634 to C1 and port 6635 to C2 c0=net.addController( 'c0', controller=RemoteController, ip='127.0.0.1', port=6633 ) and so on... I have connected C1 to switches S0 and S1, C2 to switches S2 and S3 and C0 to the other switches. When I start my topology looks ok but when I start my POX l3_learning controllers I see that it connects all 10 switches to each controllers, so it's like it sees a network different than mine. Can you explain how to fix it? It's a mininet or a POX problem? Thank you -- Silvia Fichera