Hi Marcio,

Does the following help you?
http://ryu.readthedocs.io/en/latest/app/bgp_application.html

This document describes how to instantiate simple BGP application with a 
configuration file, and how to integrate this app with your Ryu app.

Thanks,
Iwase


2018/07/06 23:10、Marcio Vinicius de Queiroz Santos 
<marciovinicius.san...@uniriotec.br>のメール:

> Dear,
> 
> I have a question that I think is simple to you. How could I instantiate a 
> BGPSpeaker in Ryu that run continously?
> 
> I want to use the BGPSpeaker class to instantiate a traditional BGP process.  
> passing, as argument, its router_id, neighbors and etc... Could you help me? 
> I used the example in 
> http://ryu.readthedocs.io/en/latest/library_bgp_speaker.html but when I 
> instantiate BGPSpeaker and run the code nothing happens. It needs to be done 
> using Python API because I will need to have a logic that in some conditions 
> I'll ask BGP do announce some prefixes or preform another things;
> 
> How could I instantiate and run a traditional BGPSpeaker using API?
> ------------------------------------------------------------------------------
> 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