External Connectivity Policy
Location in GUI: Tenants
» infra
» Policies
» Protocol
» Fabric Ext Connection Policies
Diagram
Section titled “Diagram”Classes
Section titled “Classes”fabric_policies (apic)
Section titled “fabric_policies (apic)”Name | Type | Constraint | Mandatory | Default Value |
---|---|---|---|---|
external_connectivity_policy | Class | [external_connectivity_policy] | No |
pods (apic.pod_policies)
Section titled “pods (apic.pod_policies)”Name | Type | Constraint | Mandatory | Default Value |
---|---|---|---|---|
id | Integer | min: 1 , max: 255 | Yes | |
data_plane_tep | IP | No |
external_connectivity_policy (apic.fabric_policies)
Section titled “external_connectivity_policy (apic.fabric_policies)”Name | Type | Constraint | Mandatory | Default Value |
---|---|---|---|---|
name | String | Regex: ^[a-zA-Z0-9_.:-]{1,64}$ | Yes | |
fabric_id | Integer | min: 0 , max: 1000 | No | 1 |
site_id | Integer | min: 0 , max: 1000 | No | 1 |
peering_type | Choice | full_mesh , route_reflector | No | full_mesh |
bgp_password | String | No | ||
route_target | String | No | extended:as2-nn4:5:16 | |
routing_profiles | List | [routing_profiles] | No |
routing_profiles (apic.fabric_policies.external_connectivity_policy)
Section titled “routing_profiles (apic.fabric_policies.external_connectivity_policy)”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 | |
subnets | List | IP | No |
Examples
Section titled “Examples”apic: fabric_policies: external_connectivity_policy: name: IPN site_id: 1 peering_type: route_reflector bgp_password: cisco routing_profiles: - name: IPN1 subnets: - 11.1.0.0/16 pod_policies: pods: - id: 1 data_plane_tep: 1.2.3.4