Troubleshooting Etherchannel

Hi @chriscowboyfann,

You can clear the Port-channel interface counters, which will include clearing the error counters, by using the following command:

CiscoCat2970#clear counters Port-channel 1 
Clear "show interface" counters on this interface [confirm]y

Verify with:
CiscoCat2970#show interface Port-Channel 1 counters errors

Port        Align-Err     FCS-Err    Xmit-Err     Rcv-Err  UnderSize  OutDiscards 
Po1                 0           0           0           0          0            0 

Port      Single-Col  Multi-Col   Late-Col  Excess-Col  Carri-Sen      Runts     Giants 
Po1                0          0          0           0          0          0          0 

If you haven’t already, you may wish to read the thread “etherchannel-on-cisco-ios-catalyst-switch” here

Kind regards,
Jon