Switch Stacks Create and Delete Configuration
Dashboard Location: Switching > Switch Stacks
Switch Stack Management
Switch stack creation and deletion configuration in Meraki networks provides administrators with comprehensive switch aggregation and redundancy management capabilities, enabling logical switch grouping, high availability implementation, centralized management, and network resilience enhancement. This functionality supports automatic failover mechanisms, load distribution, unified configuration management, and operational simplification. Switch stacking is essential for creating resilient network architectures, reducing management complexity, providing hardware redundancy, and ensuring business continuity in enterprise switching infrastructure.
Diagram
Classes
switch_stacks (meraki.domains.organizations.networks)
Name | Type | Constraint | Mandatory | Default Value |
---|---|---|---|---|
name | String | min: 1 , max: 127 | No | |
devices | List | Any[String[matches: ^[A-Z0-9]{4}-[A-Z0-9]{4}-[A-Z0-9]{4}$ ] or String[min: 1 , max: 127 ]] | No |
Examples
Example-1: The example below demonstrates switch stack creation configuration using tested YAML configuration from pipeline fixtures.
meraki: domains: - name: "!env domain" administrator: name: "!env org_admin" organizations: - name: "!env org" networks: - name: "!env network_name" product_types: - appliance - switch - wireless - camera - sensor - cellularGateway switch_stacks: - name: DEV_CORE devices: - "!env core_switch_01" - "!env core_switch_02" - "!env switch_01_name" - "!env switch_02_name"