Sorry for late reply

please do not drop mailing list.

I'm not sure what you mean "doesn't work"

have you check other speaker setting?

What eBGP speaker you use? quagga? GoBGP? or other?


2016-05-04 19:48 GMT+08:00 oualid hjira <oualidhj...@gmail.com>:

> im new with ryu and  i don't know how to configure my routers to get the
> neighbors routes i'm using the config below but i doesn't work
>
>
>         BGPSpeaker(1,
>                    "192.168.72.1",
>                    best_path_change_handler=self.best_path_change_handler,
>                    peer_down_handler=self.peer_down_handler,
>                    peer_up_handler=self.peer_up_handler)
>
>         self.bgp_speaker.neighbor_add('192.168.73.2',  4,
> is_next_hop_self=False)
>         self.bgp_speaker.neighbor_add('192.168.71.1', 1,
> is_next_hop_self=True)
>
> thank you
>
> 2016-05-03 22:42 GMT+01:00 oualid hjira <oualidhj...@gmail.com>:
>
>> thank you for your support
>>
>>
>> 2016-05-03 20:56 GMT+01:00 Yi Tseng <a86487...@gmail.com>:
>>
>>> It's simple to use it.
>>>
>>> For example
>>> https://github.com/sdnds-tw/Ryu-SDN-IP/blob/master/sdn_ip.py#L32
>>>
>>> If there is a new route (new best path), you use a handler to get it.
>>> https://github.com/sdnds-tw/Ryu-SDN-IP/blob/master/sdn_ip.py#L35
>>>
>>> To add new neighbor, just use `neighbor_add` function
>>> https://github.com/sdnds-tw/Ryu-SDN-IP/blob/master/sdn_ip.py#L42
>>>
>>> for more information, you need to read the python doc from source code
>>> or source code itself.
>>>
>>>
>>> 2016-05-03 22:04 GMT+08:00 oualid hjira <oualidhj...@gmail.com>:
>>>
>>>> hello,
>>>>
>>>> can you please tell me how to enable the bgp speaker of ryu and how
>>>> does it work (where does it store the new routes and how can i get them )
>>>>
>>>> Best regards
>>>>
>>>>
>>>> ------------------------------------------------------------------------------
>>>> Find and fix application performance issues faster with Applications
>>>> Manager
>>>> Applications Manager provides deep performance insights into multiple
>>>> tiers of
>>>> your business applications. It resolves application problems quickly and
>>>> reduces your MTTR. Get your free trial!
>>>> https://ad.doubleclick.net/ddm/clk/302982198;130105516;z
>>>> _______________________________________________
>>>> Ryu-devel mailing list
>>>> Ryu-devel@lists.sourceforge.net
>>>> https://lists.sourceforge.net/lists/listinfo/ryu-devel
>>>>
>>>>
>>>
>>>
>>> --
>>> Yi Tseng (a.k.a Takeshi)
>>> Taiwan National Chiao Tung University
>>> Department of Computer Science
>>> W2CNLab
>>>
>>> http://takeshi.tw
>>>
>>
>>
>


-- 
Yi Tseng (a.k.a Takeshi)
Taiwan National Chiao Tung University
Department of Computer Science
W2CNLab

http://takeshi.tw
------------------------------------------------------------------------------
Find and fix application performance issues faster with Applications Manager
Applications Manager provides deep performance insights into multiple tiers of
your business applications. It resolves application problems quickly and
reduces your MTTR. Get your free trial!
https://ad.doubleclick.net/ddm/clk/302982198;130105516;z
_______________________________________________
Ryu-devel mailing list
Ryu-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ryu-devel

Reply via email to