OSPF Route Summarization Policy
Location in GUI: Tenants » XXX » Policies » Protocol » OSPF » OSPF Route Summarization
Diagram
Section titled “Diagram”Classes
Section titled “Classes”policies (apic.tenants)
Section titled “policies (apic.tenants)”| Name | Type | Constraint | Mandatory | Default Value |
|---|---|---|---|---|
| ospf_route_summarization_policies | List | [ospf_route_summarization_policies] | No |
ospf_route_summarization_policies (apic.tenants.policies)
Section titled “ospf_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 | |
| cost | Any | Integer[min: 1, max: 16777215] or Choice[unspecified] | No | unspecified |
| inter_area | Boolean | true, false | No | false |
Examples
Section titled “Examples”Example-1: This configures a route summarization policy named OSPF_SUMM. The cost attribute is set to 100 and it will be set to the summary route. The cost is used for path selection. The inter_area attribute is set to true to use the area range for the summary configuration. If set to false it will use summary address. Once configured, the policy will be associated with an external EPG subnet marked with export route control in order to execute the actual summarization for the configured external EPG subnet.
apic: tenants: - name: ABC policies: ospf_route_summarization_policies: - name: OSPF_SUMM description: OSPF route summarization policy cost: 100 inter_area: true