DNS Profile Policy
Location in GUI: Fabric » Fabric Policies » Policies » Global » DNS Profiles
Diagram
Section titled “Diagram”Classes
Section titled “Classes”fabric_policies (apic)
Section titled “fabric_policies (apic)”| Name | Type | Constraint | Mandatory | Default Value |
|---|---|---|---|---|
| dns_policies | List | [dns_policies] | No |
dns_policies (apic.fabric_policies)
Section titled “dns_policies (apic.fabric_policies)”| Name | Type | Constraint | Mandatory | Default Value |
|---|---|---|---|---|
| name | String | Regex: ^[a-zA-Z0-9_.:-]{1,64}$ | Yes | |
| mgmt_epg | Choice | inb, oob | No | inb |
| providers | List | [providers] | No | |
| domains | List | [domains] | No |
providers (apic.fabric_policies.dns_policies)
Section titled “providers (apic.fabric_policies.dns_policies)”| Name | Type | Constraint | Mandatory | Default Value |
|---|---|---|---|---|
| ip | IP | Yes | ||
| preferred | Boolean | true, false | No | false |
domains (apic.fabric_policies.dns_policies)
Section titled “domains (apic.fabric_policies.dns_policies)”| Name | Type | Constraint | Mandatory | Default Value |
|---|---|---|---|---|
| name | String | Regex: ^[a-zA-Z0-9_.:-]{1,64}$ | Yes | |
| default | Boolean | true, false | No | true |
Examples
Section titled “Examples”apic: fabric_policies: dns_policies: - name: DNS-1 mgmt_epg: oob providers: - ip: 1.1.1.1 preferred: true domains: - name: cisco.com default: true