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

Custom Route Map definition #5069

Open
jrmann1999 opened this issue Feb 19, 2025 · 1 comment
Open

Custom Route Map definition #5069

jrmann1999 opened this issue Feb 19, 2025 · 1 comment
Labels
type: question Further information is requested

Comments

@jrmann1999
Copy link

There apperas to be schema/template support to create custom route-maps, however I'm failing to see where in the eos_design framework you define these?

https://github.com/aristanetworks/avd/blob/devel/python-avd/pyavd/_eos_cli_config_gen/schema/schema_fragments/route_maps.schema.yml

Network Services would be my natural place to look, but that schema doesn't allow the key to be used. So my question is, where do you define custom route-maps to apply to systems?

@ClausHolbechArista
Copy link
Contributor

Hi Jeremy

Currently the only way is to build them with the eos_cli_config_gen model, which you can send through eos_designs by prefixing it with custom_structured_configuration_.

So:

custom_structured_configuration_route_maps:
  - name: myroute-map
    ...

Thanks
Claus

@ClausHolbechArista ClausHolbechArista added the type: question Further information is requested label Feb 20, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants