Skip to content

Switch Link Aggregations Configuration

Dashboard Location: Switching > Configure > Link Aggregation

Switch Link Aggregations configuration in Meraki networks provides administrators with comprehensive port bonding and link aggregation capabilities, enabling increased bandwidth, redundancy, and load distribution across multiple physical connections. This functionality supports enterprise network resilience, bandwidth optimization, high availability requirements, and traffic load balancing through Link Aggregation Control Protocol (LACP) and static link bundling for enhanced network performance and fault tolerance.

Diagram

Diagram

Classes

switch (meraki.domains.organizations.networks)

NameTypeConstraintMandatoryDefault Value
link_aggregationsList[link_aggregations]No

NameTypeConstraintMandatoryDefault Value
switch_portsList[switch_ports]No
switch_profile_portsList[switch_profile_ports]No
link_aggregation_nameStringmin: 1, max: 127Yes

NameTypeConstraintMandatoryDefault Value
port_idAnyInteger[min: 1, max: 24] or String[matches: (\d{1,3})]Yes
deviceAnyString[matches: ^[A-Z0-9]{4}-[A-Z0-9]{4}-[A-Z0-9]{4}$] or String[min: 1, max: 127]Yes

NameTypeConstraintMandatoryDefault Value
profileStringmin: 1, max: 127Yes
port_idAnyInteger[min: 1, max: 24] or String[matches: (\d{1,3})]Yes

Examples

Example-1: The example below demonstrates switch link aggregations 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:
link_aggregations:
- switch_ports:
- device: !env core_switch_01
port_id: 8
- device: !env core_switch_01
port_id: 9
link_aggregation_name: "LAG1"
- switch_ports:
- device: !env core_switch_02
port_id: 8
- device: !env core_switch_02
port_id: 9
link_aggregation_name: "LAG1"