mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-19 07:15:23 +00:00
gcloud: Thu Dec 14 10:23:57 UTC 2023
This commit is contained in:
parent
f36750d203
commit
a990278fb3
205 changed files with 4929 additions and 1866 deletions
|
|
@ -64,9 +64,16 @@ FLAGS
|
|||
or STANDARD. BGP_BEST_PATH_SELECTION_MODE must be one of:
|
||||
|
||||
LEGACY
|
||||
LEGACY mode (default)
|
||||
Dynamic routes are ranked based on MED BGP attribute. When global
|
||||
routing is enabled, MED of the routes received from other regions
|
||||
is original MED plus region-to-region cost.
|
||||
STANDARD
|
||||
STANDARD mode
|
||||
Dynamic routes are ranked based on AS Path, Origin, Neighbor ASN
|
||||
and MED BGP attributes. When global routing is enabled,
|
||||
region-to-region cost is used as a tiebreaker. This mode offers
|
||||
customizations to fine-tune BGP best path routing with additional
|
||||
knobs like --bgp-bps-always-compare-med and
|
||||
--bgp-bps-inter-region-cost
|
||||
|
||||
--[no-]bgp-bps-always-compare-med
|
||||
Enables/disables the comparison of MED across routes with different
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue