1 Star 0 Fork 0

Admin / openflow-bandwidth

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
HP E3800 OpenFlow setup.md 1.57 KB
一键复制 编辑 原始数据 按行查看 历史
biirdy 提交于 2015-01-09 15:50 . Update HP E3800 OpenFlow setup.md

HP E3800 OpenFlow setup

Current set up


SW1 - AccessSW2

Software revision : KA.15.15.0006
ROM Version : KA.15.09
Configured OpenFlow instance - ryu
SW2 - HP-3800-48G-PoEP-4XG

Software revision : KA.15.15.0006
ROM Version : KA.15.09
Configured OpenFlow instance - ryu
SW3 - AccessSW4

Software revision : KA.15.15.0006
ROM Version : KA.15.09
Configured OpenFlow instance - ryu

Set up

Modified from the HP OpenFlow docs (http://h20628.www2.hp.com/km-ext/kmcsdirect/emr_na-c03512348-4.pdf)

Configure VLANs, assign ports and IP address
Management vlan - needs a network address which the controller IP needs to be within
Member vlan - no ip address

Create openflow instance

openflow instance <instance_name>

Assign member vlan to instance

openflow instance <instance_name> member vlan <vlan_id>

Set mode - active

openflow instance <instance_name> mode active

Set controller listen port - 6633

openflow instance <instance_name> listen-port 6633

Set interruption mode

openflow instance connection-interruption-mode { fail-secure | fail-standalone }

Create controller, set IP, set interface (vlan)

openflow controller <controller_id> ip <controller_ip> controller-interface vlan <management_vlan_id>

Assign controller to openflow instance

openflow instance <instance_name> controller-id <controller_id>

Set openflow version - 1.3

openflow instance <instance_name> version 1.3 only

Enable

openflow enable
openflow instance ryu enable
1
https://gitee.com/cool_c0de/openflow-bandwidth.git
git@gitee.com:cool_c0de/openflow-bandwidth.git
cool_c0de
openflow-bandwidth
openflow-bandwidth
master

搜索帮助