hybridadmin.exabgp
Exabgp 角色
该角色使用 https://github.com/Exa-Networks/exabgp,并可以根据需要配置健康检查。
安装角色
sudo ansible-galaxy install hybridadmin.exabgp
变量
一般
exabgp_version
: [可选]: 例如 4.2.15,未指定时将安装最新版本local_as
: [必填]: exabgp 实例的 ASNremote_as
: [必填]: 对等 ASNbgp_neighbors
: [必填]: 要广告前缀的 bgp 邻居列表community_list
: [可选]: 用于广告前缀的社区anycast_procs
: [可选]: 通过 bgp 广告的 anycast cidr 列表
示例
基本示例
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
作者信息
hybridadmin
安装
ansible-galaxy install hybridadmin.exabgp
许可证
Unknown
下载
4k
拥有者
Windows/Linux enthusiast and lover of all things automation #devops #ansible #docker #powershell