17秋 SDN课程 第五次上机作业 Project:https://github.com/Wasdns/new_balance Slide is available at https://github.com/Wasdns/new_balance/blob/master/docs/new_balance.pdf. Task of SDN Course, Realizing Load Balancer: New Balance Introduction: This demo introduces…
作业链接 用字符命令生成拓扑,并测试连通性,截图 sudo mn --topo tree,fanout=3,depth=2 用可视化界面生成拓扑,并测试连通性,截图 用Python脚本生成一个Fat-tree型的拓扑,截图 #!/usr/bin/python # """Custom topology example Adding the 'topos' dict with a key/value pair to generate our newly defined topol…