Skip to main content

BGP Best Path Policy

Location in GUI: Tenants » XXX » Policies » Protocol » BGP » BGP Best Path Policy

Diagram

Classes

policies (apic.tenants)

NameTypeConstraintMandatoryDefault Value
bgp_best_path_policiesList[bgp_best_path_policies]No

bgp_best_path_policies (apic.tenants.policies)

NameTypeConstraintMandatoryDefault Value
nameStringRegex: ^[a-zA-Z0-9_.:-]{1,64}$Yes
descriptionStringRegex: ^[a-zA-Z0-9\\!#$%()*,-./:;@ _{|}~?&+]{1,128}$No
as_path_multipath_relaxBooleantrue, falseNofalse
ignore_igp_metricBooleantrue, falseNofalse

Examples

apic:
tenants:
- name: ABC
policies:
bgp_best_path_policies:
- name: BGP-BEST-PATH1
as_path_multipath_relax: true

Example with ignore_igp_metric (ACI 6.1+):

apic:
tenants:
- name: ABC
policies:
bgp_best_path_policies:
- name: BGP-BEST-PATH1
as_path_multipath_relax: true
ignore_igp_metric: true