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

Feat (eos_cli_config_gen): Add support to disable make-before-break under router pim sparse-mode #4743

Open
1 task done
davidhayes9 opened this issue Nov 19, 2024 · 0 comments · Fixed by #4745
Open
1 task done
Assignees
Labels
type: enhancement New feature or request

Comments

@davidhayes9
Copy link

Enhancement summary

When configuring evpn multicast on certain platforms, its required to disable make-before-break under the global pim sparse-mode config due to the feature being enabled by default and the platform not supporting it. These platforms are 7010TX/CCS-720DP/CCS-720DT/CCS-722XPM

TOI for this limitation - https://www.arista.com/en/support/toi/eos-4-25-1f/14670-multicast-evpn-irb#7010tx-ccs-720dp-ccs-720dt-ccs-722xpm

Which component of AVD is impacted

eos_cli_config_gen

Use case example

Command is required to avoid packet duplication on the platforms 7010TX/CCS-720DP/CCS-720DT/CCS-722XPM in an EVPN multicast setup

Describe the solution you would like

Structured config to set make-before-break as disabled

something similar to the following:

router_pim_sparse_mode:
  ipv4:
    make_before_break: disabled

Expected CLI:

  router pim sparse-mode
     ipv4
        make-before-break disabled

Describe alternatives you have considered

No response

Additional context

No response

Contributing Guide

  • I agree to follow this project's Code of Conduct
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: enhancement New feature or request
Projects
None yet
1 participant