Pod Setup
Location in GUI: Fabric
» Inventory
» Pod Fabric Setup Policy
Diagram
Section titled “Diagram”Classes
Section titled “Classes”pod_policies (apic)
Section titled “pod_policies (apic)”Name | Type | Constraint | Mandatory | Default Value |
---|---|---|---|---|
pods | List | [pods] | No |
pods (apic.pod_policies)
Section titled “pods (apic.pod_policies)”Name | Type | Constraint | Mandatory | Default Value |
---|---|---|---|---|
id | Integer | min: 1 , max: 255 | Yes | |
tep_pool | IP | No | ||
data_plane_tep | IP | No | ||
unicast_tep | IP | No | ||
policy | String | Regex: ^[a-zA-Z0-9_.:-]{1,64}$ | No | |
external_tep_pools | List | [external_tep_pools] | No | |
remote_pools | List | [remote_pools] | No |
external_tep_pools (apic.pod_policies.pods)
Section titled “external_tep_pools (apic.pod_policies.pods)”Name | Type | Constraint | Mandatory | Default Value |
---|---|---|---|---|
prefix | IP | Yes | ||
reserved_address_count | Integer | min: 1 , max: 4294967295 | Yes |
remote_pools (apic.pod_policies.pods)
Section titled “remote_pools (apic.pod_policies.pods)”Name | Type | Constraint | Mandatory | Default Value |
---|---|---|---|---|
id | Integer | min: 1 , max: 255 | Yes | |
remote_pool | IP | Yes |
Examples
Section titled “Examples”apic: pod_policies: pods: - id: 1 - id: 2 tep_pool: 10.1.0.0/16 external_tep_pools: - prefix: 172.16.1.0/24 reserved_address_count: 2 remote_pools: - id: 1 remote_pool: 10.2.0.0/24
Auto-generated Pod Profiles Full Example:
apic: auto_generate_switch_pod_profiles: true fabric_policies: pod_profile_name: POD\g<id> pod_profile_pod_selector_name: POD\g<id> pod_policy_groups: - name: Policy1 pod_policies: pods: - id: 1 policy: Policy1