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): VRRP timer delay and IPv4 version CLI options #1705

Closed
1 task done
c-po opened this issue Apr 11, 2022 · 1 comment · Fixed by #1706
Closed
1 task done

Feat(eos_cli_config_gen): VRRP timer delay and IPv4 version CLI options #1705

c-po opened this issue Apr 11, 2022 · 1 comment · Fixed by #1706
Labels
type: enhancement New feature or request

Comments

@c-po
Copy link
Contributor

c-po commented Apr 11, 2022

Enhancement summary

Add support for VRRP timer delay reload command per VRID

Which component of AVD is impacted

eos_cli_config_gen

Use case example

Reload switch in VRRP switch which also consumes a BGP full routing table. As BGP still processes all the routes switch must be prevented to become VRRP master

Describe the solution you would like

   # New improved "vrrp" data model to support multiple IDs
    vrrp_ids:
      - id: < vrid >
        timers:
          delay:
            reload: < integer >

Describe alternatives you have considered

No response

Additional context

PR incoming

Contributing Guide

  • I agree to follow this project's Code of Conduct
@c-po c-po added the type: enhancement New feature or request label Apr 11, 2022
@c-po c-po changed the title Feat(eos_cli_config_gen): VRRP timer delay CLI options Feat(eos_cli_config_gen): VRRP timer delay and IPv4 version CLI options Apr 11, 2022
c-po added a commit to c-po/ansible-avd that referenced this issue Apr 11, 2022
@c-po
Copy link
Contributor Author

c-po commented Apr 18, 2022

Anything mission for this one @ClausHolbechArista @carlbuchmann ?

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
Development

Successfully merging a pull request may close this issue.

1 participant