VLAN Pool
Location in GUI: Fabric
» Access Policies
» Pools
» VLAN
Diagram
Section titled “Diagram”Classes
Section titled “Classes”access_policies (apic)
Section titled “access_policies (apic)”Name | Type | Constraint | Mandatory | Default Value |
---|---|---|---|---|
vlan_pools | List | [vlan_pools] | No |
vlan_pools (apic.access_policies)
Section titled “vlan_pools (apic.access_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 | |
allocation | Choice | static , dynamic | No | static |
ranges | List | [ranges] | No |
ranges (apic.access_policies.vlan_pools)
Section titled “ranges (apic.access_policies.vlan_pools)”Name | Type | Constraint | Mandatory | Default Value |
---|---|---|---|---|
from | Integer | min: 1 , max: 4096 | Yes | |
to | Integer | min: 1 , max: 4096 | No | |
allocation | Choice | inherit , static , dynamic | No | inherit |
role | Choice | external , internal | No | external |
description | String | Regex: ^[a-zA-Z0-9\\!#$%()*,-./:;@ _{|}~?&+]{1,128}$ | No |
Examples
Section titled “Examples”apic: access_policies: vlan_pools: - name: STATIC1 description: "Static VLAN Pool" allocation: static ranges: - from: 4000 to: 4002 role: external description: "Range #1"