L3 Domain
NDOLocation in GUI:
Fabric Templates » Fabric Policies » L3 Domain
Diagram
Section titled “Diagram”Classes
Section titled “Classes”fabric_policies (ndo.fabric_templates)
Section titled “fabric_policies (ndo.fabric_templates)”| Name | Type | Constraint | Mandatory | Default Value |
|---|---|---|---|---|
| l3_domains | List | [l3_domains] | No |
l3_domains (ndo.fabric_templates.fabric_policies)
Section titled “l3_domains (ndo.fabric_templates.fabric_policies)”| Name | Type | Constraint | Mandatory | Default Value |
|---|---|---|---|---|
| name | String | Regex: ^[a-zA-Z0-9_.:-]{1,64}$ | Yes | |
| description | String | Regex: ^[a-zA-Z0-9\\!#$%()*,-./:;@ _{|}~?&+]{1,128}$ | No | |
| vlan_pool | String | Regex: ^[a-zA-Z0-9_.:-]{1,64}$ | Yes |
Examples
Section titled “Examples”Example-1: The example below shows a fabric policy template called FP1 with an L3 domain L3_DOM1 associated with a VLAN pool.
ndo: fabric_templates: fabric_policies: - name: FP1 sites: - APIC1 l3_domains: - name: L3_DOM1 description: L3 domain for external routing vlan_pool: VLAN_POOL1