实验5 repeater 这个实验在HelloSDNWorld里面做的实验是一样的.HelloSDNWorld 目的:模拟一个有多个端口的中继器. This application implements a simple switch-based repeater for a single switch and an arbitrary number of ports. 1.终端1运行控制器. 2.终端2运行mininet: sudo mn --topo=single,10 --controll
实验3 packet_in_out 目的:模拟一个普通的双端口中继器. This application implements a very simple 2 port repeater where all the traffic goes through the controller. 1.终端1启动控制器. 2.终端2执行mininet命令: sudo mn --topo=single,2 --controller=remote 3.终端3执行应用脚本: $ python -m frenet