Hi, Ukeme

Sorry, please let me make your problem more clear.

I understood as you want to implement a BGP app collaborating with your OpenFlow app.
So, how will you make collaborating them?
For example, do you want to capture BGP packets and add neighbor dynamically?
Please tell me in detail what do you want.

FYI, if you want a pure BGP application, the following code will be good.
https://github.com/osrg/ryu/blob/master/ryu/services/protocols/bgp/application.py
It works with its configuration file (the sample is /ryu/services/protocols/bgp/bgp_sample_conf.py).
You can run it by this command:
ryu-manager ryu/services/protocols/bgp/application.py --bgp-app-config-file ryu/services/protocols/bgp/bgp_sample_conf.py

Thanks,
Fujimoto

On 2017年06月11日 03:17, Ukeme Bassey wrote:
Hi.

I am new to using ryu and I am to implement bgp in ryu for my project. I saw 
the sample bgpspeaker code on the Ryu doc site but I don’t know how to go about 
implementing and running the application. I need help with how to implement 
full mesh bgp using the ryu bgpspeaker library and how to integrate it with my 
ryu application.

Thanks.
------------------------------------------------------------------------------
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
[email protected]
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
[email protected]
https://lists.sourceforge.net/lists/listinfo/ryu-devel

Reply via email to