BGP Best Path Policy
Location in GUI: Tenants
» XXX
» Policies
» Protocol
» BGP
» BGP Best Path Policy
Diagram
Classes
policies (apic.tenants)
Name | Type | Constraint | Mandatory | Default Value |
---|---|---|---|---|
bgp_best_path_policies | List | [bgp_best_path_policies] | No |
bgp_best_path_policies (apic.tenants.policies)
Name | Type | Constraint | Mandatory | Default Value |
---|---|---|---|---|
name | String | Regex: ^[a-zA-Z0-9_.:-]{1,64}$ | Yes | |
description | String | Regex: ^[a-zA-Z0-9\\!#$%()*,-./:;@ _{|}~?&+]{1,128}$ | No | |
as_path_multipath_relax | Boolean | true , false | No | false |
ignore_igp_metric | Boolean | true , false | No | false |
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