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.
我是 mininet 的新手。我创建了一个包含 2 个线性开关和 4 个节点的自定义拓扑。我需要编写一个 python 模块来访问该拓扑中的每个节点并做一些事情,但我不知道怎么做。
请问有什么想法吗?
尝试以下操作:
s1.cmd('ifconfig s1 192.168.1.0')
h1.cmd('ifconfig h1 192.168.2.0')