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

Support structured_config in "network services -> VRF OSPF configuration" section #4924

Open
1 task done
forcecity opened this issue Jan 23, 2025 · 0 comments
Open
1 task done
Labels
type: enhancement New feature or request

Comments

@forcecity
Copy link

Enhancement summary

Would also be a good idea to support structured_config in "network services -> VRF OSPF configuration" section. For BGP, it has the possibility to configure the structured configs under each VRFs. So I think, for OSPF, it is also a good idea to have this so that people can use the parameters defined in cli_config_gen at network services layer.

Which component of AVD is impacted

eos_designs

Use case example

BGP EVPN overlay over a partially-meshed routed OSPF core with a partial mesh between the cores. Define the extra parameters under network services based on VRFs directly.

Describe the solution you would like

<network_services_keys.name>:
  - name: xxx
    vrfs:
      - name: yyy
        ospf:
          structured_config:
            auto_cost_reference_bandwidth: xxxxx
            ospf_maximum_paths: xxxxx
            ......
           raw_eos_cli:

Describe alternatives you have considered

No response

Additional context

No response

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: enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant