aristanetworks / avd

Arista Validated Designs
https://avd.arista.com
Apache License 2.0
278 stars 201 forks source link

Conflict between EVNP L3 multicast and EVPN L2 multicast #3462

Open krikoon73 opened 8 months ago

krikoon73 commented 8 months ago

Issue Summary

Hi, Context :

Can you confirm and fix it eventually in the model ?

Best Regards, Christophe

Which component(s) of AVD impacted

eos_designs

How do you run AVD ?

Ansible CLI (with virtual-env or native python)

Steps to reproduce

tenants:
  # Definition of tenants. Additional level of abstraction to VRFs
  - name: Tenant-A
    evpn_l2_multicast:
       underlay_l2_multicast_group_ipv4_pool: 232.231.0.0/20
       underlay_l2_multicast_group_ipv4_pool_offset: 1
    evpn_l3_multicast:
      evpn_underlay_l3_multicast_group_ipv4_pool: 232.232.0.0/20
      evpn_underlay_l3_multicast_group_ipv4_pool_offset: 1
...
    l2vlans:
    vrfs:
...
      - name: MCAST
        vrf_id: 21
        vrf_vni: 21
        vtep_diagnostic:
          loopback: 21
          loopback_description: vtep_diagnostic
          loopback_ip_range: 10.254.0.0/24
        evpn_l3_multicast: 
          enabled: true
          evpn_peg:
            - nodes: [ dc1-blm1a-mrv356, dc1-blm1b-mrv357 ]
              # transit: true 
        svis:
          - id: 210
            name: Flow_Multicast
            profile: GENERIC
            tags: [MCAST]
            evpn_l2_multicast:
              enabled: true
            ip_address_virtual: 100.20.210.1/24
            ipv6_address_virtuals: ["fc00:100:20:210::1/64"]

Relevant log output

No response

Contributing Guide

mtache commented 8 months ago

2031 was split into 2 features, we are interested in #2033

ClausHolbechArista commented 8 months ago

Thank you for reporting this. It is not clear to me if this is actually a bug or a request to get support for flood groups. Please update the issue accordingly. Thanks!

If this is in fact a request to get #2033 implemented, please comment on that issue instead and close this one. We do stretched thin these days, so we will need volunteers to take on implementation of flood groups.

krikoon73 commented 8 months ago

Hey Claus, Thank you for your feedback ! I think there is multiple subjects here :

I'll have cycles beginning February to discuss about this. Cheers, /cc

github-actions[bot] commented 5 months ago

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