Assigned
Status Update
Comments
ra...@google.com <ra...@google.com>
ge...@google.com <ge...@google.com> #2
At present, the advertised base priority can only be configured on a per BGP session basis, not a per-prefix basis for routes advertised in that BGP session.
https://cloud.google.com/sdk/gcloud/reference/compute/routers/add-bgp-peer#--advertised-route-priority
mz...@google.com <mz...@google.com> #3
It's worth mentioning here that Feature requests have no ETAs or guarantees of implementation.The product engineering team will verify the feasibility of the request and will take decision accordingly. We will post further updates regarding this feature request on this thread.
Description
What you would like to accomplish:
Currently it is not possible to specify Route Priorities for custom advertised routes in a bgp session. All routes for a BGP session use the same base priority.
How this might work:
It would be nice to be able to establish different priorities on each route, so that the on-prem router can determine the host they want to hit.
Steps to reproduce:
1. A single router is marked to announce multiple custom CIDRs
2. These custom ranges are currently all marked with specific priority
3. However, if we want to modify the priority for a given announced range, it's not possible
If applicable, reasons why alternative solutions are not sufficient:
Currently, the only workaround is to modify router parameters on the on-prem side(bgp weight or local preference)
Other information (workarounds you have tried, documentation consulted, etc):