17秋 SDN课程 第五次上机作业

17秋 SDN课程 第五次上机作业

项目地址:https://github.com/Wasdns/new_balance

Task of SDN Course, Realizing Load Balancer: New Balance

Introduction:

This demo introduces a simple load balancer application which schedules traffics based on packet rate. At runtime, the P4 switches counts the processed packets and the controller dynamically queries the packet number per second in order to calculate the packet rate. If the calculated packet rate of one assigned switch is over the threshold(packet/second), the controller would schedules the traffic to other pathes to offload the tasks of this switch.

Hint - All the pathes are selected from docs/lb_scenarios.docx scenario3.

Quick Start:

For running this demo, you are required to open three terminals at least.

Terminal 1:

  • ./run_14_demo.sh

Terminal 2:

  • ./set_path.py -p 1 // set the default paths
  • ./controller.py -p 10 -i 3 // ‘-p‘ means the threshold(pkt/s), ‘-i‘ means the inspection interval(s)

Terminal 3:

  • ./utils/sender.py // you could see path scheduling in the console of controller
  • ./utils/low_rate_sender.py // nothing happened

[option]Terminal 4:

  • ./utils/listener.py // this script listens to all the potential ports, you could also assign port using ‘-p‘

Author: Wasdns

原文地址:https://www.cnblogs.com/qq952693358/p/8313507.html

时间: 2024-09-30 20:09:01

17秋 SDN课程 第五次上机作业的相关文章

17秋 SDN课程 第三次上机作业

SDN 第三次上机作业 1.创建拓扑 2.利用OVS命令下发流表,实现vlan功能 3.利用OVS命令查看流表 s1: s2: 4.验证性测试 5.Wireshark 抓包验证 原文地址:https://www.cnblogs.com/qq952693358/p/8313497.html

17秋 SDN课程 第四次上机作业

1.建立以下拓扑,并连接上ODL控制器. 2.利用ODL下发流表,使得h3在10s内ping不通h1,10s后恢复. 3.借助Postman通过ODL的北向接口下发流表,再利用ODL北向接口查看已下发的流表. 原文地址:https://www.cnblogs.com/qq952693358/p/8313504.html

17秋 SDN课程 第一次上机作业

第一题 拓扑: 测试连通性: 第二题 拓扑: 测试连通性: 第三题 拓扑: 测试连通性: 原文地址:https://www.cnblogs.com/qq952693358/p/8313496.html

17秋 SDN课程 第二次上机作业

1.控制器floodlight所示可视化图形拓扑的截图,及主机拓扑连通性检测截图 拓扑 连通性 2.利用字符界面下发流表,使得'h1'和'h2' ping 不通 流表截图 连通性 3.利用字符界面下发流表,通过测试'h1'和'h3'的联通性,来验证openflow的hardtime机制 初始连通性 下发具有hardtime的流表 测试结果 原文地址:https://www.cnblogs.com/qq952693358/p/8313500.html

SDN第五次上机作业

SDN第五次上机作业 实验目的 1.搭建如下拓扑并连接控制器 2.下发相关流表和组表实现负载均衡 3.抓包分析验证负载均衡 实验步骤 1.建立以下拓扑,并连接上ODL控制器. 原文地址:https://www.cnblogs.com/ZHOULR/p/8127854.html

SDN 第五次上机作业

1.搭建如下拓扑并连接控制器 2.下发相关流表和组表实现负载均衡 s1: s2: s3: s4: 3.抓包分析验证负载均衡 s4-eth1: *s4-eth2: s4-eth3 原文地址:https://www.cnblogs.com/deepYY/p/8125670.html

SDN第五次上机作业--基于组表的简单负载均衡

0.作业链接 http://www.cnblogs.com/easteast/p/8125383.html 1.实验目的 1.搭建如下拓扑并连接控制器 2.下发相关流表和组表实现负载均衡 3.抓包分析验证负载均衡 2.实验步骤 1.建立以下拓扑,并连接上ODL控制器. tupo 对应端口信息 2.利用ODL下发组表.流表,实现简易负载均衡(提交要求:利用sudo ovs-ofctl dump-flows br0 -O OpenFlow13及 sudo ovs-ofctl dump-groups

C++第五次上机作业

项目二-数组选择 #include <iostream> using namespace std; int main() { int A[10],B[10],m,n,k=0; cout<<"数组A中的数为:"; for(int i=0;i<10;i++) cin>>A[i]; for(i=0;i<10;i++) { for(int j=0;j<10;j++) { j++; if(A[i]==A[j])m=0; } if(m!=0)

17秋 软件工程 Alpha 事后诸葛亮会议

题目: 团队作业--Alpha冲刺 17秋 软件工程 Alpha 事后诸葛亮会议 项目的预期计划 部员模块 账号管理:账户登录,修改信息以及绑定手机 提交入部申请,查看活动通知 查看排班,请假/换班以及活动签到 管理员模块 账号管理:账户登录,修改信息 新建/解散部门,一键排班 发布通知,发送短信/邮件 超级管理员模块 登录功能 审批活动申请以及新建部门申请 项目的现实进展 部员模块 账号管理:账户登录,修改信息以及绑定手机 提交入部申请,查看活动通知 [未完成]查看排班,请假/换班以及活动签到