Hi, Your scenario seems to show that the GRE overlay network is implemented between Host1 and Host2, right? If so, the network of OVS + External switch need to perform the underlay network, I think. In this situation, OVS + External switch are required just L2/L3 routing and Ryu does not need to handle GRE.
If you want to implement the GRE overlay network between OVS and another OVS, how about the following page? http://openvswitch.org/support/config-cookbooks/port-tunneling/ Thanks, Iwase On 2016年07月30日 03:41, Luis Zárate wrote: > Hi, > > I am trying to implement a overlay network based on grep tunnel, but I am > having some problems, my scenario is like this > > > Imágenes integradas 1 > > > My problem is that I receive the incoming package to L2/L3 switch > implemented in Ryu controller with different MAC address every time. I > resolve using IP learning system but when I flood the package in port that > connect a host with a gre tunnel this package is not received by the host. So > I want to know if somebody have implement something like this and how to > implement this. > And of course if the new grep functionality help me in may problem and how. > > -- > "La utopía sirve para caminar" Fernando Birri > > > > > ------------------------------------------------------------------------------ > > > > _______________________________________________ > Ryu-devel mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/ryu-devel > ------------------------------------------------------------------------------ _______________________________________________ Ryu-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ryu-devel
