Hi All,

We have used Ryu's BGP speaker functionality for one of the neutron projects 
(https://review.openstack.org/#/c/207635/) and want to know BGP Speaker and 
Peer states for display purpose/s.

With reference to this we have following question's.


è Does Ryu's BGP Speaker functionality expose any API to query BGP Speaker and 
BGP Peer state?

BGP_FSM_IDLE = 'Idle'

BGP_FSM_CONNECT = 'Connect'

BGP_FSM_ACTIVE = 'Active'

BGP_FSM_OPEN_SENT = 'OpenSent'

BGP_FSM_OPEN_CONFIRM = 'OpenConfirm'

BGP_FSM_ESTABLISHED = 'Established'



è If not then what will be the easiest way of getting this information?

o   From the code, we could find "self.state" saves BGP Speaker state. Can we 
use it directly?

o   How to get Peer's state information.

Any help would be appreciated.

Thanks
Vikram




------------------------------------------------------------------------------
_______________________________________________
Ryu-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ryu-devel

Reply via email to