opennetworkinglab / ngsdn-tutorial

Hands-on tutorial to learn the building blocks of the Next-Gen SDN architecture
https://www.opennetworking.org/ng-sdn/
Apache License 2.0
321 stars 187 forks source link

How to create my own topo #95

Open newborn22 opened 2 years ago

newborn22 commented 2 years ago

Hi! For further study, I have to create my own topo. First I want to create a simple demo just looks like this: image So, I append some codes to the topo-v6.py image and netcfg.json image The result is that the mininet links cmd returns correctly, image but the topo showed by onos is wrong! image I've been stuck here for a long time and don't know what to do. Hope to get your answers and help!! Thank you very much!

newborn22 commented 2 years ago

And now I find that although the topology on the Mininet does not match the onoe on the ONOS, as long as the flow table is delivered according to the topology on the onos, the network can be connected.

yogiex commented 1 year ago

i want to ask about this custom topo in mininet as expected but in onos ui is different from mininet, how to create custom? is related with netcfg configuration?