ryu控制器启动命令的注意事项(2021.7.25)

ubuntu@ubuntu-virtual-machine:~/ryu/ryu$ sudo ryu-manager --verbose --observe-links ryu.app.simple_switch_13 ryu.topology.switches ryu.app.rest_topology ryu.app.ofctl_rest

等同于

ubuntu@ubuntu-virtual-machine:~/ryu/ryu$ sudo ryu-manager --verbose --observe-links app/simple_switch_13.py ryu.topology.switches app/rest_topology.py app/ofctl_rest.py

其中ryu.topology.switches不能变。否则会报错。

 

4.3版本ryu启动gui:

ubuntu@ubuntu-virtual-machine:~/ryu/ryu/app/gui_topology$ sudo ryu-manager gui_topology.py

问题:我的连接上mininet后,拓扑不变。------待解

posted @ 2021-07-25 17:46  天际使徒  阅读(272)  评论(0)    收藏  举报