Enable EVPN \ L2VPN on static BGP peers

This commit is contained in:
Cory Hawkless 2022-01-04 22:00:59 +10:30
parent 293b5fce1f
commit 24d8f857c3
1 changed files with 5 additions and 0 deletions

View File

@ -96,6 +96,11 @@ router bgp {{host_ASN}}
exit-address-family
!
address-family l2vpn evpn
{% if frr_other_peers is defined and frr_other_peers != [] %}
{% for item in frr_other_peers %}
neighbor {{ item['ip'] }} activate
{% endfor %}
{% endif %}
neighbor fabric activate
advertise-all-vni
advertise-default-gw