hybridadmin.exabgp
Rôle d'Exabgp
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éelocal_as
: [requis]: ASN de l'instance exabgpremote_as
: [requis]: ASN de peeringbgp_neighbors
: [requis]: Liste des voisins BGP pour annoncer des préfixescommunity_list
: [optionnel]: Communautés à utiliser lors de l'annonce des préfixesanycast_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
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