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, 6:38 AM Iwase Yusuke <iwase.yusu...@gmail.com> 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/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
> KEEPALIVE
> message if its states is OPEN_CONFIRM.
>
> https://github.com/osrg/ryu/blob/master/ryu/services/protocols/bgp/peer.py#L1987-L1992
>
> Thanks,
> Iwase
>
>
> On 2017年12月25日 09:52, Vidhu Baggan wrote:
> > 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" <iwase.yusu...@gmail.com
> > <mailto:iwase.yusu...@gmail.com>> 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
> >         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
> >
> >
> >
> >         _______________________________________________
> >         Ryu-devel mailing list
> >         Ryu-devel@lists.sourceforge.net <mailto:
> Ryu-devel@lists.sourceforge.net>
> >         https://lists.sourceforge.net/lists/listinfo/ryu-devel
> >         <https://lists.sourceforge.net/lists/listinfo/ryu-devel>
> >
> >
> >
> >
> ------------------------------------------------------------------------------
> > Check out the vibrant tech community on one of the world's most
> > engaging tech sites, Slashdot.org! http://sdm.link/slashdot
> >
> >
> >
> > _______________________________________________
> > Ryu-devel mailing list
> > Ryu-devel@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/ryu-devel
> >
>
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Ryu-devel mailing list
Ryu-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ryu-devel

Reply via email to