bio-routing / bio-rd

bio routing is a project to create a versatile, fast and reliable routing daemon in Golang. bio = BGP + IS-IS + OSPF
Apache License 2.0
284 stars 44 forks source link

Implement BMP (RFC 7854) #109

Open hikhvar opened 6 years ago

hikhvar commented 6 years ago

Implement the router part of RFC 7854.

vincentbernat commented 2 years ago

Isn't that done?

taktv6 commented 2 years ago

The functionality to receive BMP messages and mirror another router routing tables is there, yes. But the BGP speaker itself can not be monitored using BMP. That is still to be implemented.