Pod Policy Group
Location in GUI: Fabric » Fabric Policies » Pods » Policy Groups
Diagram
Section titled “Diagram”Classes
Section titled “Classes”fabric_policies (apic)
Section titled “fabric_policies (apic)”| Name | Type | Constraint | Mandatory | Default Value |
|---|---|---|---|---|
| pod_policy_groups | List | [pod_policy_groups] | No |
pod_policy_groups (apic.fabric_policies)
Section titled “pod_policy_groups (apic.fabric_policies)”| Name | Type | Constraint | Mandatory | Default Value |
|---|---|---|---|---|
| name | String | Regex: ^[a-zA-Z0-9_.:-]{1,64}$ | Yes | |
| snmp_policy | String | Regex: ^[a-zA-Z0-9_.:-]{1,64}$ | No | |
| date_time_policy | String | Regex: ^[a-zA-Z0-9_.:-]{1,64}$ | No | |
| management_access_policy | String | Regex: ^[a-zA-Z0-9_.:-]{1,64}$ | No |
Examples
Section titled “Examples”Example-1: this pod policy group named POD1 defines pod-wide configurations, such as the snmp_policy POD1_SNMP containing the SNMP configuration, the date_time_policy POD1_NTP contaeining the NTP server information, and the management_access_policy POD1_MGMT containing the ACI management access settings and ciphers. This policy is put into effect by associating it to the relevant pod profile.
apic: fabric_policies: pod_policy_groups: - name: POD1 snmp_policy: POD1_SNMP date_time_policy: POD1_NTP management_access_policy: POD1_MGMT