MST Switch Policy
Location in GUI: Fabric
» Access Policies
» Policies
» Switch
» Spanning Tree
Diagram
Section titled “Diagram”Classes
Section titled “Classes”switch_policies (apic.access_policies)
Section titled “switch_policies (apic.access_policies)”Name | Type | Constraint | Mandatory | Default Value |
---|---|---|---|---|
mst_policies | List | [mst_policies] | No |
mst_policies (apic.access_policies.switch_policies)
Section titled “mst_policies (apic.access_policies.switch_policies)”Name | Type | Constraint | Mandatory | Default Value |
---|---|---|---|---|
name | String | Regex: ^[a-zA-Z0-9_.:-]{1,64}$ | Yes | |
region | String | min: 0 , max: 32 | Yes | |
revision | Integer | min: 0 , max: 65535 | Yes | |
instances | List | [instances] | No |
instances (apic.access_policies.switch_policies.mst_policies)
Section titled “instances (apic.access_policies.switch_policies.mst_policies)”Name | Type | Constraint | Mandatory | Default Value |
---|---|---|---|---|
name | String | Regex: ^[a-zA-Z0-9_.:-]{1,64}$ | Yes | |
id | Integer | min: 1 , max: 4096 | Yes | |
vlan_ranges | List | [vlan_ranges] | No |
vlan_ranges (apic.access_policies.switch_policies.mst_policies.instances)
Section titled “vlan_ranges (apic.access_policies.switch_policies.mst_policies.instances)”Name | Type | Constraint | Mandatory | Default Value |
---|---|---|---|---|
from | Integer | min: 1 , max: 4096 | Yes | |
to | Integer | min: 1 , max: 4096 | No |
Examples
Section titled “Examples”apic: access_policies: switch_policies: mst_policies: - name: REGION1 region: region1 revision: 1 instances: - name: INST-1 id: 1 vlan_ranges: - from: 5 to: 6