hybridadmin.exabgp

Rôle d'Exabgp

Statut de construction CI

Ce rôle utilise https://github.com/Exa-Networks/exabgp et peut être configuré pour utiliser des vérifications de santé si nécessaire.

Installation du rôle

sudo ansible-galaxy install hybridadmin.exabgp

Variables

Général
  • exabgp_version: [optionnel]: par exemple 4.2.15, la dernière version est installée si non spécifiée
  • local_as: [requis]: ASN de l'instance exabgp
  • remote_as: [requis]: ASN de peering
  • bgp_neighbors: [requis]: Liste des voisins BGP pour annoncer des préfixes
  • community_list: [optionnel]: Communautés à utiliser lors de l'annonce des préfixes
  • anycast_procs: [optionnel]: Liste des cidrs anycast à annoncer via BGP

Exemple

Exemple basique
exabgp_version: 4.2.15
local_as: 65340
remote_as: 65359
bgp_neighbors:
  - { ip: 10.220.50.10, desc: "cr2" }

community_list: "65359:500 65359:5000"
anycast_procs:
  - name: dns1v4
    cidr: 192.168.59.188/32
  - name: dns2v4
    cidr: 192.168.59.189/32

Informations sur l'auteur

hybridadmin

À propos du projet

Role to install and configure exabgp

Installer
ansible-galaxy install hybridadmin.exabgp
Licence
Unknown
Téléchargements
4k
Propriétaire
Windows/Linux enthusiast and lover of all things automation #devops #ansible #docker #powershell