VLAN Pool
NDOLocation in GUI:
Fabric Templates » Fabric Policies » VLAN Pool
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 |
|---|---|---|---|---|
| vlan_pools | List | [vlan_pools] | No |
vlan_pools (ndo.fabric_templates.fabric_policies)
Section titled “vlan_pools (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 | |
| ranges | List | [ranges] | No |
ranges (ndo.fabric_templates.fabric_policies.vlan_pools)
Section titled “ranges (ndo.fabric_templates.fabric_policies.vlan_pools)”| Name | Type | Constraint | Mandatory | Default Value |
|---|---|---|---|---|
| from | Integer | min: 1, max: 4094 | No | |
| to | Integer | min: 1, max: 4094 | No |
Examples
Section titled “Examples”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