Configure EtherChannel

  • Each side of the etherchannel needs to be configured the same.
  • Types 
    • LACP
      • Active – Active = Connection
      • Active – Passive = Connection
      • Passive – Passive = No connection
    • PAgP
      • auto – auto = No connection
      • auto – desirable = Connection
      • desirable – desirable = Connection
    • Static
      • on – on = Connection
  • Commands
    • (config)#int range [interfaces]
    • (config-if-range)#channel-group [group#] mode [active, passive, auto, desirable, on]
    • (config-if-range)#int po[group#]
    • (config-if)#switchport mode trunk
    • (config-if)#switchport trunk native vlan [vlan#]

Verify EtherChannel status

  • #show etherchannel summary

StackWise, VSS and vPC

  • Depending on the switch it will use one of the three versions.  This allows two different switches to support upload links using IP addresses instead of layer two information.
  • Commands are very similar to layer 2 except for an additional command in the config-if-range and instead of setting trunk mode in the config-if you set an IP address
    • (config)#int range [interfaces]
    • (config-if-range)#channel-group [group#] mode [active, passive, auto, desirable, on]
    • (config-if-range)#no switchport
    • (config-if-range)#int po[group#]
    • (config-if)#ip address [IPAddress] [Subnet]
    • (config-if)#no shut