Skip to content

Physical Domain

Location in GUI: Fabric Templates » Fabric Policies » Physical Domain

Diagram
NameTypeConstraintMandatoryDefault Value
physical_domainsList[physical_domains]No

physical_domains (ndo.fabric_templates.fabric_policies)

Section titled “physical_domains (ndo.fabric_templates.fabric_policies)”
NameTypeConstraintMandatoryDefault Value
nameStringRegex: ^[a-zA-Z0-9_.:-]{1,64}$Yes
descriptionStringRegex: ^[a-zA-Z0-9\\!#$%()*,-./:;@ _{|}~?&+]{1,128}$No
vlan_poolStringRegex: ^[a-zA-Z0-9_.:-]{1,64}$Yes

Example-1: The example below shows a fabric policy template called FP1 with a physical domain PHY_DOM1 associated with a VLAN pool.

ndo:
fabric_templates:
fabric_policies:
- name: FP1
sites:
- APIC1
physical_domains:
- name: PHY_DOM1
description: Physical domain for bare-metal servers
vlan_pool: VLAN_POOL1