Skip to content
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

Include vvtep range for redistribution on l3leaf #564

Closed
onurgashi opened this issue Dec 30, 2020 · 0 comments · Fixed by #580
Closed

Include vvtep range for redistribution on l3leaf #564

onurgashi opened this issue Dec 30, 2020 · 0 comments · Fixed by #580
Assignees
Labels
role: eos_l3ls_evpn issue related to eos_l3ls_evpn role type: bug Something isn't working

Comments

@onurgashi
Copy link
Contributor

onurgashi commented Dec 30, 2020

Issue Type

  • Bug Report
  • Documentation Issue Report
  • EOS Configuration error

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.

{# 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 >

Role or Module Name

eos_l3ls_evpn

OS / Environment

EOS Version

Cloudvision version (optional)

OS running Ansible

Steps to reproduce

Expected results

$

Actual results

@onurgashi onurgashi added type: bug Something isn't working role: eos_l3ls_evpn issue related to eos_l3ls_evpn role labels Dec 30, 2020
@onurgashi onurgashi self-assigned this Dec 30, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
role: eos_l3ls_evpn issue related to eos_l3ls_evpn role type: bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant