On Wed, 25 Jun 2014 12:50:36 +0000
Zhonggen Sun <[email protected]> wrote:

> As I understand about SDN, the controller will instruct the switches
> using FLOOD method to find the destination. Later, two hosts can
> directly communicate with each other after OpenFlow table
> established.  However, the test result is not as what I expected. I
> am not sure whether I need make some configuration through other
> tools like netconf/of-config.  My question is how to configure IP
> routing table on the LINC-Switch to make host 1 communicate with
> host 2 if needed?  Does it use ip route command like "ip route add
> 10.0.1.1 via ...."?

There is no such command in OpenFlow Switches. If you want to make an
OpenFlow switch work like L3 router, then you need to install flows
that makes an OF switch works like L3 router. You can do with OpenFlow
protocol. You don't need OF-config.

------------------------------------------------------------------------------
Open source business process management suite built on Java and Eclipse
Turn processes into business applications with Bonita BPM Community Edition
Quickly connect people, data, and systems into organized workflows
Winner of BOSSIE, CODIE, OW2 and Gartner awards
http://p.sf.net/sfu/Bonitasoft
_______________________________________________
Ryu-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ryu-devel

Reply via email to