Hi Team, Merry Christmas to all Team member.
I want to create RYU application for following topology which should able to create VxLAN tunnel between two VTEP. i have knowledge of how to develop RYU SDN application and i have go through Rest_firewall and Rest_router application. Please suggest me how to write Vxlan tunnel application in perspective of how to encapsulate packet in tunnel and how to de-capsulate tunnel packet. [image: Inline image 1] Thanks Hitesh Patel On Thu, Dec 24, 2015 at 1:33 PM, Yusuke Iwase <[email protected]> wrote: > Hi, > > What does "de-capsulate VxLAN tunnel packet" mean? > Analysing packets like the packet library or a kind of the OpenFlow action > like "pop tag actions"? > http://osrg.github.io/ryu-book/en/html/packet_lib.html > > If it means analysing packets, currently, the packet library of Ryu does > not support VxLAN packets. > OTOH, if it means the OpenFlow action, "pop tag actions" does not support > VxLAN tags. > Maybe, the switch implemented action like NXActions may support removing > VxLAN header, > but I don't know it further. > > Thanks, > Iwase > > On 2015年12月24日 14:27, HITESH PATEL wrote: > > Hi Team, > > > > Thanks for reply. > > > > I have created VxLAN tunnel using Ovs-vsctl and Ovs-ofctl command but i > want to implement that using RYU Application. My problem is that i don't > know how to de-capsulate VxLAN tunnel packet, Please anyone suggest me for > VxLAN tunnel packet decapsulation. > > > > Thanks, > > Hitesh > > > > > > > > On Thu, Dec 24, 2015 at 5:19 AM, Yusuke Iwase <[email protected] > <mailto:[email protected]>> wrote: > > > > Hi, > > > > How about using the Tunnel ID match field? > > > > Though the settings of the VxLAN is depending on your switch, > > Ryu can specify the VxLAN logical port as the Tunnel ID field in > match. > > > > For more details of the Tunnel ID match field, > > please refer to the "7.2.3.9 Pipeline Match Fields" in OpenFlow Spec > 1.3.5. > > > > Thanks, > > Iwase > > > > On 2015年12月24日 02:02, HITESH PATEL wrote: > > > Hi Team > > > > > > Can any suggest how to de-capsulate VxLAN tunnel packet in RYU > Application. > > > > > > Thanks, > > > Hitesh Patel > > > > > > On Sat, Dec 12, 2015 at 12:06 PM, HITESH PATEL < > [email protected] <mailto:[email protected]> <mailto: > [email protected] <mailto:[email protected]>>> wrote: > > > > > > Hi Team, > > > > > > I have some basic idea of how to develop RYU application for > Learning switch,rest Router but i don't know how to write VxLAN tunnel > application in RYU. please provide some hint for VxLAN tunnel implement > using RYU. > > > > > > > > > Thanks, > > > Hitesh Patel > > > > > > > > > > > > > > > > ------------------------------------------------------------------------------ > > > > > > > > > > > > _______________________________________________ > > > Ryu-devel mailing list > > > [email protected] <mailto: > [email protected]> > > > https://lists.sourceforge.net/lists/listinfo/ryu-devel > > > > > > > > > > > > > > ------------------------------------------------------------------------------ > > > > > > > > _______________________________________________ > > 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
