aristanetworks / avd

Arista Validated Designs
https://avd.arista.com
Apache License 2.0
251 stars 186 forks source link

Add tunnel underlay vrf as key for the tunnel_interfaces in eos_cli_config_gen model #4165

Open dkeitaarista opened 3 days ago

dkeitaarista commented 3 days ago

Enhancement summary

Right the command "tunnel underlay vrf <...>" is not available in eos_cli_config_gen model therefore it can be rendered on a tunnel interface only by using eos_cli. A Customer IT would like to have this command to be in AVD eos_cli_config_gen model for a tunnel interface without using eos_cli. See below an example of config being currently used.

tunnel_interfaces:

Which component of AVD is impacted

eos_cli_config_gen

Use case example

Being able to define tunnel underlay vrf without using eos_cli as being currently done. tunnel_interfaces:

Describe the solution you would like

Add underlay_vrf as key for a tunnel_interfaces variables of eos_cli_config_gen.

Describe alternatives you have considered

No response

Additional context

No response

Contributing Guide