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

Bug(eos_cli_config_gen): Fix the exit of name-server group between vrf host and root in monitor connectivity #5133

Open
1 task done
laxmikantchintakindi opened this issue Mar 6, 2025 · 0 comments · May be fixed by #5134
Labels
type: bug Something isn't working

Comments

@laxmikantchintakindi
Copy link
Contributor

Issue Summary

When pushed below configuration to eos, it generates wrong configs.

Intended configs -

monitor connectivity
   vrf blue
      interface set VRF_GLOBAL_SET Vlan21-24, Vlan29-32
      local-interfaces VRF_GLOBAL_SET default
      !
      host server4
         description
         server4_connectivity_monitor
         local-interfaces VRF_GLOBAL_SET
         ip 10.10.20.1
         url https://server2.local.com
   name-server group mynameserver1

Show running config:

monitor connectivity
   vrf blue
      interface set VRF_GLOBAL_SET Vlan21,Vlan22,Vlan23,Vlan24,Vlan29,Vlan30,Vlan31,Vlan32
      local-interfaces VRF_GLOBAL_SET default
      !
      host server4
         description server4_connectivity_monitor
         ip 10.10.20.1
         url https://server2.local.com
         name-server group mynameserver1

Which component(s) of AVD impacted

No response

How do you run AVD ?

None

Steps to reproduce

Generated intended configs as shown and push to EOS. Check configs in show runnnig config.

Relevant log output

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: bug Something isn't working
Projects
None yet
1 participant