We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Trying to replicate AI configuration deployments where PTP agent is disabled to prevent unnecessary usage resources.
agent SandPtp shutdown agent PtpTimeSync shutdown
AVD currently does not support the shutdown option: https://avd.arista.com/5.1/roles/eos_cli_config_gen/docs/input-variables.html#agents
We can do using eos_cli commands but ideally to configure this using native AVD commands.
eos_cli_config_gen
Expand the agents configuration to support shutdown option.
custom_structured_configuration_eos_cli: | agent SandPtp shutdown agent PtpTimeSync shutdown
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Enhancement summary
Trying to replicate AI configuration deployments where PTP agent is disabled to prevent unnecessary usage resources.
AVD currently does not support the shutdown option:
https://avd.arista.com/5.1/roles/eos_cli_config_gen/docs/input-variables.html#agents
We can do using eos_cli commands but ideally to configure this using native AVD commands.
Which component of AVD is impacted
eos_cli_config_gen
Use case example
Trying to replicate AI configuration deployments where PTP agent is disabled to prevent unnecessary usage resources.
Describe the solution you would like
Expand the agents configuration to support shutdown option.
Describe alternatives you have considered
custom_structured_configuration_eos_cli: |
agent SandPtp shutdown
agent PtpTimeSync shutdown
Additional context
No response
Contributing Guide
The text was updated successfully, but these errors were encountered: