diff --git a/ansible_collections/arista/avd/roles/eos_l3ls_evpn/templates/fabric/bgp_base/leaf-prefix-lists.j2 b/ansible_collections/arista/avd/roles/eos_l3ls_evpn/templates/fabric/bgp_base/leaf-prefix-lists.j2 index 367b34363e1..d2c09c04c03 100644 --- a/ansible_collections/arista/avd/roles/eos_l3ls_evpn/templates/fabric/bgp_base/leaf-prefix-lists.j2 +++ b/ansible_collections/arista/avd/roles/eos_l3ls_evpn/templates/fabric/bgp_base/leaf-prefix-lists.j2 @@ -6,6 +6,10 @@ action: "permit {{ overlay_loopback_network_summary }} eq 32" 20: action: "permit {{ vtep_loopback_network_summary }} eq 32" +{% if vtep_vvtep_ip is defined and vtep_vvtep_ip is not none and leaf.evpn_services_l2_only == false %} + 30: + action: "permit {{ vtep_vvtep_ip }}" +{% endif %} {% if l2leaf_inband_management_subnet is defined and l2leaf_inband_management_subnet is not none %} PL-L2LEAF-INBAND-MGMT: sequence_numbers: