Pod Setup
Location in GUI:
Fabric
» Inventory
» Pod Fabric Setup Policy
Diagram
Classes
pod_policies (apic)
Name | Type | Constraint | Mandatory | Default Value |
---|---|---|---|---|
pods | List | [pods] | No |
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 | |
expected_state | Class | [expected_state] | No |
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)
Name | Type | Constraint | Mandatory | Default Value |
---|---|---|---|---|
id | Integer | min: 1 , max: 255 | Yes | |
remote_pool | IP | Yes |
expected_state (apic.pod_policies.pods)
Name | Type | Constraint | Mandatory | Default Value |
---|---|---|---|---|
minimum_health | Integer | min: 0 , max: 100 | No | |
maximum_critical_faults | Integer | min: 0 | No | |
maximum_major_faults | Integer | min: 0 | No | |
maximum_minor_faults | Integer | min: 0 | No |
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