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 OSPF tuning/configuration parameters #1768

Closed
1 task done
pvinci-arista opened this issue May 6, 2022 · 4 comments
Closed
1 task done

Support OSPF tuning/configuration parameters #1768

pvinci-arista opened this issue May 6, 2022 · 4 comments
Labels
state: stale type: enhancement New feature or request

Comments

@pvinci-arista
Copy link
Contributor

Enhancement summary

Support ospf configuration parameters at the high-level design 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.

Describe the solution you would like

Add keys to support tuning of ospf, at the high-level design level, similar to:

  • ospf_auto_cost_reference_bandwidth
  • ospf_maximum_paths
  • ospf_log_adjacency_changes_detail
  • ospf_max_lsa
  • ospf_timers
    • lsa
      • arrival
    • out_delay
    • throttle
      • lsa
      • spf
  • ospf_max_metric
    • router_lsa
      • on_startup
  • ospf_bfd_adjacency_state_any

Describe alternatives you have considered

This can be rendered today using:

custom_structured_configuration_router_ospf:
  process_ids:
    100:
      bfd_enable: true
      max_lsa: 12000
      auto_cost_reference_bandwidth: 1000000
      maximum_paths: 64
      log_adjacency_changes_detail: true

Additional context

No response

Contributing Guide

  • I agree to follow this project's Code of Conduct
@github-actions
Copy link

github-actions bot commented Aug 5, 2022

This issue is stale because it has been open 90 days with no activity. Remove stale label or comment or this will be closed in 15 days

@forcecity
Copy link

Would also be a good idea to support structured_config in "network services -> VRF OSPF configuration" section. But as a workaround now, we defined it at the "node type settings -> structured_config -> router_ospf -> - id" to make sure it works only for specific devices:
structured_config:
router_ospf:
process_ids:
- id: 1
auto_cost_reference_bandwidth: xxxxx

@ClausHolbechArista
Copy link
Contributor

Sounds reasonable :)
Please open a new enhancement request for this, thanks.

@forcecity
Copy link

OK, I have created a new one: #4924. Thank you for your support!!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
state: stale type: enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants