Skip to content

L3 Domain

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

Diagram
NameTypeConstraintMandatoryDefault Value
l3_domainsList[l3_domains]No

l3_domains (ndo.fabric_templates.fabric_policies)

Section titled “l3_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 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