-
Notifications
You must be signed in to change notification settings - Fork 232
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix(eos_design): eos_designs_shared_utils module routing.py does not render bgp vrf configuration if vtep is disabled for the node_type #3052
Comments
Correct, today we don't support overlays / VRFs outside of VTEPs for VXLAN or LERs for MPLS. |
Can you please share your expected configuration for the device? |
I just noticed that this piece of code is also rendered and should not ip prefix-list PL-LOOPBACKS-EVPN-OVERLAY |
I am not sure that is correct, and I don't think it should not be included in this change. The name |
This issue is stale because it has been open 90 days with no activity. The issue will be reviewed by a maintainer and may be closed |
Please take a look at #4358 which should address this case (and others) |
Issue Summary
When configuring VRF BGP configuration in tenants, configuration is not rendred if the vtep key is set to false for the node_type.
The issue seems to be here: https://github.com/aristanetworks/ansible-avd/blob/devel/ansible_collections/arista/avd/roles/eos_designs/python_modules/network_services/router_bgp.py#L125
The module checks if the device in an overlay device and if not, bypass the render of router bgp vrf config
If I disable the overlay check in the module, the rendered output has evpn relevant configuration because the module set evpn as default (see line 135 in the module)
if I change the "address_families" to vpn-ipv4 under the vrf, no bgp vrf configuration is rendered
Which component(s) of AVD impacted
eos_desings Network services VRF BGP configuration
How do you run AVD ?
AVD 4.1.0, ansible-core 2.14.6
Steps to reproduce
configure eos_designs network services VRF BGP configuration :
no configuration is rendred under 'router bgp xxx' for the VRF
The text was updated successfully, but these errors were encountered: