摘要:
(一)基本要求 1.搭建下图所示SDN拓扑,协议使用Open Flow 1.0,并连接Ryu控制器。 a.建立拓扑 sudo mn --topo=single,3 --mac --controller=remote,ip=127.0.0.1,port=8080 --switch ovsk,proto 阅读全文
posted @ 2022-11-13 06:30
cc122
阅读(78)
评论(0)
推荐(0)
摘要:
一.基础要求 1.使用命令创建拓扑:sudo mn --topo=single,3 --mac --controller=remote,ip=127.0.0.1,port=6633 --switch ovsk,protocols=OpenFlow10 2.Hub模块1)开启pox./pox.py l 阅读全文
posted @ 2022-11-13 04:16
cc122
阅读(63)
评论(0)
推荐(0)