STP Configuration
Location in Dashboard: Switching
>> Configure
>> Switch Settings
>> STP
Diagram
Classes
switch (meraki.domains.organizations.networks)
Name | Type | Constraint | Mandatory | Default Value |
---|---|---|---|---|
stp | Class | [stp] | No |
stp (meraki.domains.organizations.networks.switch)
Name | Type | Constraint | Mandatory | Default Value |
---|---|---|---|---|
stp_bridge_priority | List | [stp_bridge_priority] | No | |
rstp | Boolean | true , false | No |
stp_bridge_priority (meraki.domains.organizations.networks.switch.stp)
Name | Type | Constraint | Mandatory | Default Value |
---|---|---|---|---|
switch_profiles | List | String[min: 1 , max: 127 ] | No | |
switches | List | Any[String[matches: ^[A-Z0-9]{4}-[A-Z0-9]{4}-[A-Z0-9]{4}$ ] or String[min: 1 , max: 127 ]] | No | |
stacks | List | String[min: 1 , max: 127 ] | No | |
stp_priority | Integer | min: 0 , max: 61440 | Yes |
Config Sample
meraki: domains: - name: EMEA administrator: name: Foo Bar organizations: - name: Dev networks: - name: Dev-main-cx-provider product_types: - appliance - camera - switch - wireless switch: stp: rstp: true stp_bridge_priority: - stacks: - 'DEV_CORE' stp_priority: 28672 # - switch_profiles: # - 'DEV_CORE' # stp_priority: 28672 # - switches: # - 'DMZ Switch 01' # stp_priority: 28672 # - switches: # - 'L3Switch' # stp_priority: 28672