ncsa / bhr-client-exabgp

BHR Block manager that uses ExaBGP

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:Other


Languages

Language:Python 87.1%Language:Shell 7.3%Language:Dockerfile 5.6%