Skip to content

VLAN Pool

Location in GUI: Fabric Templates » Fabric Policies » VLAN Pool

Diagram
NameTypeConstraintMandatoryDefault Value
vlan_poolsList[vlan_pools]No

vlan_pools (ndo.fabric_templates.fabric_policies)

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

ranges (ndo.fabric_templates.fabric_policies.vlan_pools)

Section titled “ranges (ndo.fabric_templates.fabric_policies.vlan_pools)”
NameTypeConstraintMandatoryDefault Value
fromIntegermin: 1, max: 4094No
toIntegermin: 1, max: 4094No

Example-1: The example below shows a fabric policy template called FP1 with a VLAN pool VLAN_POOL1 configured with two VLAN ranges.

ndo:
fabric_templates:
fabric_policies:
- name: FP1
sites:
- APIC1
vlan_pools:
- name: VLAN_POOL1
description: Production VLAN pool
ranges:
- from: 100
to: 200
- from: 300
to: 400