Hello community, thanks in advance for your help.
I just subscribed to this mailing list because I have a rather urgent
question. I just started using ryu and i'm still trying to figure out how i
can use it.
My ryu is located in a server, along with an OvS switch , this ovs switch
is connected to the physical ports of my server.
I managed to connect my Ryu to my OvS, however I want to start controlling
the OvS switch using RYU through openflow. (Ryu is linked with openflow to
OvS).
The type of control I want is to be able to apply vlan tags of the ovs
ports, traffic blocking/allowing based on MAC src or IP src and overall
control the ingress port rate.
I already tweaked the simpleswitch13.py to allow for blocking traffic in
one port of OvS or block vlan tags altogether. However my code lacks
finesse and when executed blocks the transmission in the OvS switch for 10
seconds or more. Needless to say, I am convinced that this is not the way
to go to use Ryu as a controller, let alone using it in an automatic manner
where I need to be able to make decisions based on an input and be able to
launch port configurations into OvS without blocking traffic.

My question is, does anyone here in the community have an example of a RYU
code that enables one of these applications (tagging, MAC and IP
block/allow, rate limiting)? Or have a lead that I can follow to find the
solution?

Thanks again in advance :) for your help.
_______________________________________________
Ryu-devel mailing list
Ryu-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ryu-devel

Reply via email to