Jump to: navigation, search

Difference between revisions of "Neutron/DynamicRouting/BGPSpeakersComparison"

Line 20: Line 20:
 
| Python
 
| Python
 
|-
 
|-
| IPv4
+
| IPv4 advertisement
 
| yes
 
| yes
 
| yes
 
| yes
Line 26: Line 26:
 
| yes
 
| yes
 
|-
 
|-
| IPv6
+
| IPv6 advertisement
 
| no (planned by 2014-06)
 
| no (planned by 2014-06)
 
| yes
 
| yes

Revision as of 07:26, 31 May 2014

Comparison of BGP speakers for bgp-dynamic-routing

Ryu BGP Quagga BIRD ExaBgp
Protocol version BGP-4 BGP-4 BGP-4 BGP-4
Implementation Language Python C C Python
IPv4 advertisement yes yes yes yes
IPv6 advertisement no (planned by 2014-06) yes yes yes
IPv6 BGP peering  ?  ?  ? yes
Standalone mode (run as a standalone process) yes yes yes yes
Controlling API for Standalone mode JSON RPC over WebSocket stdin/out from subprocess
Library mode (run in an agent process) yes yes