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

Refactor(eos_cli_config_gen): Add default: default for ip_name_servers[].vrf #4788

Open
1 task done
laxmikantchintakindi opened this issue Dec 5, 2024 · 2 comments
Open
1 task done
Assignees
Labels
type: enhancement New feature or request
Milestone

Comments

@laxmikantchintakindi
Copy link
Contributor

Enhancement summary

Add default: default for ip_name_servers[].vrf

Which component of AVD is impacted

eos_cli_config_gen

Use case example

site3-leaf1(config)#show run se name-ser
ip name-server vrf MGMT 10.14.0.1
ip name-server vrf MGMT 192.168.17.1
ip name-server vrf default 1.1.1.1

when there is no vrf configured, eos adds default keyword for vrf.

Describe the solution you would like

Add default: default for ip_name_servers[].vrf

Describe alternatives you have considered

No response

Additional context

No response

Contributing Guide

  • I agree to follow this project's Code of Conduct
@ClausHolbechArista
Copy link
Contributor

eos_cli_config_gen should not necessarily follow all the behaviors of EOS. As long as we can produce the correct final config (by giving VRF default) that is fine.

@laxmikantchintakindi
Copy link
Contributor Author

C

@laxmikantchintakindi laxmikantchintakindi closed this as not planned Won't fix, can't repro, duplicate, stale Jan 7, 2025
@gmuloc gmuloc reopened this Jan 10, 2025
@gmuloc gmuloc added this to the v6.0.0 milestone Jan 10, 2025
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
3 participants