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 for ip name-server group #4698

Open
1 task done
chussain-arista opened this issue Nov 7, 2024 · 0 comments
Open
1 task done
Labels
type: enhancement New feature or request

Comments

@chussain-arista
Copy link

Enhancement summary

There is no input variable for applying the ip name-server group to monitor connectivity via eos_cli_config_gen. Below contains the use cause example, refer to the text in bold.

Which component of AVD is impacted

eos_cli_config_gen

Use case example

ip name-server group {name_server_group}
name-server vrf {name_server_vrf} {IP}

monitor connectivity
vrf {name_server_vrf}
interface set {set_name} {loopback_name}
description {description}
!
host {host_name}
url {url}
name-server group {name_server_group}

Describe the solution you would like

Please create a key (input variable) for the name-server group association with other objects (e.g. monitor connectivity). If there is already a key value, then look to add capability for monitor connectivity.

Describe alternatives you have considered

Customer is currently using eos_cli to render the data into the configuration.

Additional context

No response

Contributing Guide

  • I agree to follow this project's Code of Conduct
@chussain-arista chussain-arista added the type: enhancement New feature or request label Nov 7, 2024
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

No branches or pull requests

1 participant