added networks_to_announce_ipv4
This commit is contained in:
parent
97bf6b7ffd
commit
9454e036cb
|
@ -47,6 +47,9 @@ router bgp {{host_ASN}}
|
||||||
{% if host_loopback_IP is defined %}
|
{% if host_loopback_IP is defined %}
|
||||||
network {{host_loopback_IP}}/32
|
network {{host_loopback_IP}}/32
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
{% if networks_to_announce_ipv4 is defined and networks_to_announce_ipv4 != [] %}
|
||||||
|
network {{networks_to_announce_ipv4}}
|
||||||
|
{% endif %}
|
||||||
{% if autobgp_interfaces is defined and autobgp_interfaces != [] %}
|
{% if autobgp_interfaces is defined and autobgp_interfaces != [] %}
|
||||||
neighbor fabric activate
|
neighbor fabric activate
|
||||||
neighbor fabric prefix-list AS{{host_ASN}}-OUT out
|
neighbor fabric prefix-list AS{{host_ASN}}-OUT out
|
||||||
|
|
Loading…
Reference in New Issue