BGP Route Summarization Policy
Location in GUI: Tenants
» XXX
» Policies
» Protocol
» BGP
» BGP Route Summarization Policy
Diagram
Section titled “Diagram”Classes
Section titled “Classes”policies (apic.tenants)
Section titled “policies (apic.tenants)”Name | Type | Constraint | Mandatory | Default Value |
---|---|---|---|---|
bgp_route_summarization_policies | List | [bgp_route_summarization_policies] | No |
bgp_route_summarization_policies (apic.tenants.policies)
Section titled “bgp_route_summarization_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_set | Boolean | true , false | No | false |
summary_only | Boolean | true , false | No | false |
af_mcast | Boolean | true , false | No | false |
af_ucast | Boolean | true , false | No | true |
Examples
Section titled “Examples”apic: tenants: - name: ABC policies: bgp_route_summarization_policies: - name: BGP_ROUTE_SUMMARIZATION1 description: BGP_Route_Summarization_Policy as_set: true summary_only: false af_mcast: false af_ucast: true