We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In order for hosts on L2 VTEPs to reach out the GWs for vMAC on L3 VTEP we need to redistribute the VVTEP block in the Underlay.
{# Leaf prefix-lists #} {% if switch.underlay_routing_protocol == "ebgp" %} PL-LOOPBACKS-EVPN-OVERLAY: sequence_numbers: 10: action: "permit {{ overlay_loopback_network_summary }} eq 32" 20: action: "permit {{ vtep_loopback_network_summary }} eq 32" {% endif %}
Should include vtep_vvtep_ip: < IPv4_address/Mask >
vtep_vvtep_ip: < IPv4_address/Mask >
eos_l3ls_evpn
EOS Version
Cloudvision version (optional)
OS running Ansible
$
The text was updated successfully, but these errors were encountered:
onurgashi
Successfully merging a pull request may close this issue.
Issue Type
Summary
In order for hosts on L2 VTEPs to reach out the GWs for vMAC on L3 VTEP we need to redistribute the VVTEP block in the Underlay.
Should include
vtep_vvtep_ip: < IPv4_address/Mask >
Role or Module Name
eos_l3ls_evpn
OS / Environment
EOS Version
Cloudvision version (optional)
OS running Ansible
Steps to reproduce
Expected results
Actual results
The text was updated successfully, but these errors were encountered: