Skip to content
Snippets Groups Projects

[quagga] Merge ipv4 and ipv6

Merged Benjamin Graillot requested to merge quagga into newinfra
9 files
+ 54
71
Compare changes
  • Side-by-side
  • Inline
Files
9
+ 17
0
@@ -14,3 +14,20 @@
service_password: "{{ vault_re2o_service_password }}"
roles:
- firewall
# Deploy BGP server configuration on IPv4 routers
- hosts: crans_routeurs
vars:
zebra:
password: "{{ vault_zebra_password }}"
bgp:
as: 204515
router_id_v4: 158.255.113.73
network_v4: 185.230.76.0/22
neighbor_v4: 158.255.113.72
router_id_v6: 138.231.136.200
network_v6: 2a0c:700::/32
neighbor_v6: 2001:1b48:2:103::bb:1
remote_as: 8218
roles:
- quagga
Loading