BGP Address Family Context Policy
Location in GUI: Tenants
» XXX
» Policies
» Protocol
» BGP
» BGP Address Family Context
Diagram
Section titled “Diagram”Classes
Section titled “Classes”policies (apic.tenants)
Section titled “policies (apic.tenants)”Name | Type | Constraint | Mandatory | Default Value |
---|---|---|---|---|
bgp_address_family_context_policies | List | [bgp_address_family_context_policies] | No |
bgp_address_family_context_policies (apic.tenants.policies)
Section titled “bgp_address_family_context_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 | |
ebgp_distance | Integer | min: 1 , max: 255 | No | 20 |
ibgp_distance | Integer | min: 1 , max: 255 | No | 200 |
local_distance | Integer | min: 1 , max: 255 | No | 220 |
ebgp_max_ecmp | Integer | min: 1 , max: 64 | No | 16 |
ibgp_max_ecmp | Integer | min: 1 , max: 64 | No | 16 |
local_max_ecmp | Integer | min: 0 , max: 16 | No | |
enable_host_route_leak | Boolean | true , false | No | false |
Examples
Section titled “Examples”apic: tenants: - name: ABC policies: bgp_address_family_context_policies: - name: BGP-AFC1 ebgp_distance: 30 ibgp_distance: 210 local_distance: 230 ebgp_max_ecmp: 64 ibgp_max_ecmp: 64 local_max_ecmp: 16 enable_host_route_leak: true