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

Feature(eos_cli_config_gen): Add option for dot1x aaa accounting update interval <x> seconds #3943

Closed
1 task done
pvinci-arista opened this issue May 3, 2024 · 0 comments · Fixed by #4017
Closed
1 task done
Assignees
Labels
type: enhancement New feature or request

Comments

@pvinci-arista
Copy link
Contributor

Enhancement summary

Enable the option for the global dot1x option aaa accounting update interval <x> seconds

Which component of AVD is impacted

eos_cli_config_gen

Use case example

This is a configuration option necessary for COA support.

Describe the solution you would like

Add a new key such as:

dot1x:
  aaa:
    update interval_secs: 5

To render the stanza:

dot1x
  aaa accounting update interval 5 seconds

Describe alternatives you have considered

This works today with:

dot1x
  aaa accounting update interval 5 seconds

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
2 participants