Hi Marcio,

How about using "ryu/services/protocols/bgp/application.py"?
  
https://github.com/osrg/ryu/blob/master/ryu/services/protocols/bgp/application.py

This application has basic features for running BGP with "Python like" 
configuration file.
Please refer to the sample configuration file "bgp_sample_conf.py" and try the 
following
command.
$ ryu-manager --bgp-app-config-file ryu/services/protocols/bgp/bgp_sample_conf.py ryu/services/protocols/bgp/application.py

Thanks,
Iwase


On 2017年10月05日 04:13, Marcio Vinicius de Queiroz Santos wrote:
Dear,

I don´t know if it is the correct channel to explain this subject but I´m a mastering student and I´m researching how could the SDN can contribute to we mitigate and improving tha BGP Security. To do that, firstly I need to run the Ryu as a BGP Speaker. I want to create 3 Ryu/Mininet environments running BGP and exchanging BGP messages with each other.

So, How could I run the Ryu as a BGPSpeaker? The manual only shows a code to run a BGP Instance but don´t explain more about.

Are there a complete default BGP Ryu App that I could use to run BGP with some configurations defined by me like neighbors, prefix and other aspects?

If not, I need to create an app that uses Ryu Framework? Are there some place with more materials about these points?

Since now, thanks for the Help.


------------------------------------------------------------------------------
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