Skip to main content

Pod Setup

Location in GUI: Fabric » Inventory » Pod Fabric Setup Policy

Diagram

Classes

pod_policies (apic)

NameTypeConstraintMandatoryDefault Value
podsList[pods]No

pods (apic.pod_policies)

NameTypeConstraintMandatoryDefault Value
idIntegermin: 1, max: 255Yes
tep_poolIPNo
data_plane_tepIPNo
unicast_tepIPNo
policyStringRegex: ^[a-zA-Z0-9_.:-]{1,64}$No
external_tep_poolsList[external_tep_pools]No
remote_poolsList[remote_pools]No
expected_stateClass[expected_state]No

external_tep_pools (apic.pod_policies.pods)

NameTypeConstraintMandatoryDefault Value
prefixIPYes
reserved_address_countIntegermin: 1, max: 4294967295Yes

remote_pools (apic.pod_policies.pods)

NameTypeConstraintMandatoryDefault Value
idIntegermin: 1, max: 255Yes
remote_poolIPYes

expected_state (apic.pod_policies.pods)

NameTypeConstraintMandatoryDefault Value
minimum_healthIntegermin: 0, max: 100No
maximum_critical_faultsIntegermin: 0No
maximum_major_faultsIntegermin: 0No
maximum_minor_faultsIntegermin: 0No

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