# bhr-client-exabgp **Repository Path**: mirrors_esnet/bhr-client-exabgp ## Basic Information - **Project Name**: bhr-client-exabgp - **Description**: BHR Block manager that uses ExaBGP - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-24 - **Last Updated**: 2026-03-15 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README BHR Block manager that uses [ExaBGP](https://github.com/Exa-Networks/exabgp) See the example configuration files in examples/ Site specific configuration is made up of: * The bhr client configuration - the environment variables `BHR_HOST`, `BHR_TOKEN`, and `BHR_IDENT` * The exabgp configuration template. Configuration Template ====================== The configuration template is a [Mako template](http://docs.makotemplates.org/en/latest/syntax.html) for exabgp. The lines like attribute next-hop self community [ 65142:666 no-export ] nlri ${cidrs} should be changed to match what your router is expecting. Otherwise, the rest of the settings like `peer-as`, `local-as` should be configured per the exabgp documentation.