Skip to main content

VLAN Pool

Location in GUI: Fabric » Access Policies » Pools » VLAN

Diagram

Classes

access_policies (apic)

NameTypeConstraintMandatoryDefault Value
vlan_poolsList[vlan_pools]No

vlan_pools (apic.access_policies)

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

ranges (apic.access_policies.vlan_pools)

NameTypeConstraintMandatoryDefault Value
fromIntegermin: 1, max: 4096Yes
toIntegermin: 1, max: 4096No
allocationChoiceinherit, static, dynamicNoinherit
roleChoiceexternal, internalNoexternal
descriptionStringRegex: ^[a-zA-Z0-9\\!#$%()*,-./:;@ _{|}~?&+]{1,128}$No

Examples

apic:
access_policies:
vlan_pools:
- name: STATIC1
description: "Static VLAN Pool"
allocation: static
ranges:
- from: 4000
to: 4002
role: external
description: "Range #1"