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 May 14, 2018 · 5 revisions

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

EtherChannel settings

etherchannel:
  range: Fa0/1-Fa0/2
  # 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
  # Available values:
  #   lacp: Prepare interface for LACP protocol
  #   pagp: Prepare interface for PAgP protocol
  protocol: pagp
  channel:
    # Available values:
    #   <1-6>
    - group: 1
      # 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
      mode: auto
Clone this wiki locally