Hi Matthieu, Doesn't "export table" already do that? https://bird.nic.cz/doc/bird-3.2.0.html#bgp-export-table Regards, Alexander On Wed, Jan 14, 2026 at 9:01 AM Matthieu Gouel via Bird-users < bird-users@network.cz> wrote:
Hello,
Currently, the (preliminary) BMP protocol implementation in BIRD does not support ADJ-RIB-Out monitoring. Only ADJ-RIB-In pre- and post-policy are supported at the moment.
I have implemented support for ADJ-RIB-Out post-policy monitoring, which is relatively straightforward to add. The proposed implementation is available here:
https://github.com/CZ-NIC/bird/compare/master...matthieugouel:bird:bmp-adj-r...
I have not implemented ADJ-RIB-Out pre-policy yet, as this would require more intrusive changes related to export tables.
I would be interested to know whether this is something you would consider merging. More generally, is there interest in extending BMP support in BIRD with additional features? I know that BMP is still marked as preliminary and not production-ready, but it is a protocol I personally rely on quite heavily. Best, Matthieu.