Skip to content
This repository has been archived by the owner on Jul 13, 2020. It is now read-only.

Feature: etherchannel

Terencio Agozzino edited this page Jun 4, 2018 · 5 revisions

The etherchannel feature allows you to configure the EtherChannel settings for a switch.

EtherChannel settings

etherchannel:
  interfaces:
    - range: Fa0/1-Fa0/2
      activate: True
      # Sets the EtherChannel/port bundling configuration
      # Available values:
      #   <1-6>
      cgroup: 1
      # Sets the EtherChannel mode of the interface
      # Available values:
      #   active: Enable LACP unconditionally
      #   auto: Enable PAgP only if a PAgP device is detected
      #   desirable: Enable PAgP unconditionally
      #   on: Enable Etherchannel only
      #   passive: Enable LACP only if a LACP device is detected
      cmode: auto
      # Sets switchport mode
      # Available values:
      #   access: Set trunking mode to ACCESS unconditionally
      #   dynamic: Set trunking mode to dynamically negotiate access or trunk mode
      #   trunk: Set trunking mode to TRUNK unconditionally
      mode: trunk
      # Sets the channel protocol
      # Available values:
      #   lacp: Prepare interface for LACP protocol
      #   pagp: Prepare interface for PAgP protocol
      protocol: pagp
Clone this wiki locally