Skip to content

BHR Block manager that uses ExaBGP

License

Notifications You must be signed in to change notification settings

esnet/bhr-client-exabgp

 
 

Repository files navigation

BHR Block manager that uses 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 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.

About

BHR Block manager that uses ExaBGP

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 87.1%
  • Shell 7.3%
  • Dockerfile 5.6%