Add a Flow in OpenDaylight using Java API

回眸只為那壹抹淺笑 提交于 2020-01-06 18:14:19

问题


I'm a newbie in opendaylight developing using the java api. I'm trying to add a simple flow but I can't do it, maybe I can't understand well the documentation. Can anybody help me?


回答1:


The simplest way is to add a flow would be:

  1. Start the controller and point your switch or Open vSwitch / mininet instance at the controller on 6633.

  2. On the same host as the controller, open a browser to http:// localhost :8080

  3. Click on the "flows" tab.

  4. Add your static flowmod.

Alternatively you can use the API. The following is a PDF that might help you get started. The accompanying video is on the OpenDaylight YouTube channel.

OpenDaylight Tutorial

-Cheers



来源:https://stackoverflow.com/questions/22018227/add-a-flow-in-opendaylight-using-java-api

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!