Re: [Ryu-devel] Query regarding Ryu

2018-09-04 Thread Vidhu Baggan
Dear Sir Appreciating your quick reply,I would certainly try these videos. Thanks and Regards On Sat, Dec 23, 2017, 6:13 AM Vidhu Baggan wrote: > Dear Sir > Kindly guide that can we modify bgp through Ryu. > Thanking you in anticipation. > Regards >

Re: [Ryu-devel] Query regarding Ryu

2018-09-04 Thread knet solutions
Hi Vidhu, 1) I have published two video tutorials in Youtube about RYU BGP Integration and demonstration , it may help you. https://www.youtube.com/watch?v=PEdc6uwNkr0&t=12s https://youtu.be/B_5qkEWEXKA 2) Also, There is RYU SDN Mini projects for students (FREE) available in udemy. It cover

Re: [Ryu-devel] Query regarding Ryu

2018-09-04 Thread Vidhu Baggan
Dear Sir I apologise for disturbing you then and now again but I am not able to run the following command in ryu : ryu/services/protocols/bgp/peer.py Kindly guide me the steps to be followed in ryu for running the above command. Thanking you in anticipation. Great Regards I On Mon, Dec 25, 2017

Re: [Ryu-devel] Query regarding Ryu

2018-06-13 Thread Iwase Yusuke
Hi Vidhu, Unfortunately, the Zebra integration feature is not documented yet. Please refer to the following sample application for the basic usage: https://github.com/osrg/ryu/blob/master/ryu/services/protocols/zebra/client/sample_dumper.py e.g.) Please note it might be required the "root" (or "

Re: [Ryu-devel] Query regarding Ryu

2018-06-13 Thread Vidhu Baggan
Dear Sir Appreciating your concern as I have already implemented BGP in Quagga but could not find the way out to connect BGP (Ryu) and Quagga . Kindly guide. Great Regards On Wed, Jun 13, 2018, 1:15 PM Iwase Yusuke wrote: > Hi Vidhu, > > Ryu BGP Speaker does not have data-plane to forward packe

Re: [Ryu-devel] Query regarding Ryu

2018-06-13 Thread Iwase Yusuke
Hi Vidhu, Ryu BGP Speaker does not have data-plane to forward packets. To implement forwarding rules, Ryu supposes to connect to some OpenFlow switches or Linux IP routing stack (like Zebra). So the approach to assign IP address to interface is depending on how to realize data-plane with Ryu, I g

Re: [Ryu-devel] Query regarding Ryu

2018-06-12 Thread Vidhu Baggan
Dear Sir Kindly guide that in which file, we can assign IP addresses to interfaces in a RYU-BGP router. Thanking you in anticipation. *Vidhu Baggan* Associate Professor | School of Computer Sciences Chitkara Institute of Engineering & Technology . [image: Mail] CAMPUS Chandigarh - Patiala N

Re: [Ryu-devel] Query regarding Ryu

2017-12-24 Thread Vidhu Baggan
Dear Sir Thanks a lot for your support . I hope I would be able to make of it. Regards On Dec 25, 2017 6:38 AM, "Iwase Yusuke" wrote: > Hi, > > You mean modifying the rules of the BGP state transition (BGP FSM)? > You need to original rules? > > Ryu maintains the FSM state at "ryu/services/pr

Re: [Ryu-devel] Query regarding Ryu

2017-12-24 Thread Iwase Yusuke
Hi, You mean modifying the rules of the BGP state transition (BGP FSM)? You need to original rules? Ryu maintains the FSM state at "ryu/services/protocols/bgp/peer.py", so you can modify the rules if writing your code on it. For example, Ryu will move on to ESTABLISHED state when received a KEE

Re: [Ryu-devel] Query regarding Ryu

2017-12-24 Thread Vidhu Baggan
Dear Sir Can we modify the connection states cycle of BGP. Thanking you in anticipation. Regards On Dec 25, 2017 6:06 AM, "Iwase Yusuke" wrote: > Hi, > > Could you be more specific? > What does "modify" exactly mean? > > Thanks, > Iwase > > On 2017年12月23日 09:43, Vidhu Baggan wrote: > >> Dear Sir

Re: [Ryu-devel] Query regarding Ryu

2017-12-24 Thread Iwase Yusuke
Hi, Could you be more specific? What does "modify" exactly mean? Thanks, Iwase On 2017年12月23日 09:43, Vidhu Baggan wrote: Dear Sir Kindly guide that can we modify bgp through Ryu. Thanking you in anticipation. Regards ---

[Ryu-devel] Query regarding Ryu

2017-12-22 Thread Vidhu Baggan
Dear Sir Kindly guide that can we modify bgp through Ryu. Thanking you in anticipation. Regards -- Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot_

Re: [Ryu-devel] Query regarding RYU controller support for specific OF 1.3 features

2013-10-31 Thread FUJITA Tomonori
Hi, On Thu, 31 Oct 2013 12:17:41 -0700 Fawad Shaikh wrote: > I was wondering if RYU supports the following OF 1.3 features? It should. Please report to the mailing list if you find something missing. -- Android is incr

[Ryu-devel] Query regarding RYU controller support for specific OF 1.3 features

2013-10-31 Thread Fawad Shaikh
Hi, I was wondering if RYU supports the following OF 1.3 features? 1) Multiple Controller 2) TTL Decrement 3) QOS (Metering) 4) QOS (Enqueue) 5) Port Group (Select) 6) QinQ 7) IPv6 8) QinQ (Inner Tag) 9) Port Group (Phase 2) 10) MPLS Thanks in advance, ~Fawad -