BGPBestPath
Description
Represents comparision between similar routes received from external BGP (eBGP) peers during the best path selection process and switch the best path to the route with the lowest router ID (Note: The field level constraints listed here might not cover all the constraints on the field. Additional constraints might exist.)
Model Properties
Property | Required | Type | Description | |||
---|---|---|---|---|---|---|
defaultLocalPreferenceValue | True | integer | Value indicates the local preference number. Higher value indicates higher preference.Ranges from 0 to 4294967295. Default is 100 Field level constraints: cannot be null, must be between 0 and 4294967295 (inclusive). (Note: Additional constraints might exist) |
|||
alwaysCompareMed | True | boolean | If true, enables Multi Exit Discriminator (MED) comparison among paths learned from neighbors in different autonomous systems. Default is false. Field level constraints: cannot be null. (Note: Additional constraints might exist) |
|||
bestPathCompareRouterId | True | boolean | If true, compares between similar routes received from external BGP (eBGP) peers during the best path selection process and switch the best path to the route with the lowest router ID. Default is false. Default value is false. Field level constraints: cannot be null. (Note: Additional constraints might exist) |
|||
deterministicMed | True | boolean | If true, selects the best MED path advertised from the neighboring AS. Default is false. Field level constraints: cannot be null. (Note: Additional constraints might exist) |
|||
bestPathMedMissingAsWorst | True | boolean | If true, sets a path with a missing MED attribute as the least preferred path. Default is false. Field level constraints: cannot be null. (Note: Additional constraints might exist) |
|||
type | True | string | A UTF8 string, all letters lower-case, that represents the class-type. This corresponds to the class name. |