Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我使用sudo mn --topo single,12命令在mininet.
sudo mn --topo single,12
mininet
现在如何创建多个交换机拓扑?
您可以尝试--topo tree,depth=2,fanout=2使用树状网络,也可以使用 python API 创建您认为合适的拓扑,如下所示:https ://mailman.stanford.edu/pipermail/mininet-discuss/2013-September/002881.html
--topo tree,depth=2,fanout=2