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

Allow setting BGP max-paths for ECMP #371

Open
nickzxcv opened this issue Jan 31, 2024 · 0 comments
Open

Allow setting BGP max-paths for ECMP #371

nickzxcv opened this issue Jan 31, 2024 · 0 comments
Labels
enhancement New feature or request untriaged Issue needs to be reviewed for validity

Comments

@nickzxcv
Copy link

nickzxcv commented Jan 31, 2024

Is your feature request related to a problem? Please describe.

In the network design using ECMP with BGP routing to some F5s, there may be multiple routers in front of each F5. The F5 should be able to load balance response traffic back to the Internet via the multiple routers using ECMP as well as ECMP in the edge router for traffic coming to the F5.

Describe the solution you'd like

In the RoutingBGP declaration or wherever appropriate, to have an option for setting max-paths such as

"exampleRoutingBGP": {
  "class": "RoutingBGP",
  "maxPaths": 2
}

Describe alternatives you've considered

Configuring max-paths using tmsh after DO is complete, according to the tmsh options described in
https://clouddocs.f5.com/cli/tmsh-reference/latest/modules/net/net_routing_profile_bgp.html

Additional context

Based on DO schema 1.42.0

@nickzxcv nickzxcv added enhancement New feature or request untriaged Issue needs to be reviewed for validity labels Jan 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request untriaged Issue needs to be reviewed for validity
Projects
None yet
Development

No branches or pull requests

1 participant