Enable EVPN \ L2VPN on static BGP peers
This commit is contained in:
parent
293b5fce1f
commit
24d8f857c3
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue