BGP Best Path Policy
Location in GUI: Tenants » XXX » Policies » Protocol » BGP » BGP Best Path Policy
Diagram
Section titled “Diagram”Classes
Section titled “Classes”policies (apic.tenants)
Section titled “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)
Section titled “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
Section titled “Examples”apic: tenants: - name: ABC policies: bgp_best_path_policies: - name: BGP-BEST-PATH1 as_path_multipath_relax: trueExample 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