cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1036
Views
0
Helpful
7
Replies

Ethernet channel on 02 switch 2960S

Dear Team.

I have two switch 2960, WS-C2960S-24TS-L and WS-C2960S-48TS-L was stackable.

I was configured ethernet-channel, using one port on 2960S-24 port and other port on 2960S-48 port but not success.

After enter command channel-group 1 mode auto,

switch show error that it need two port belong to the same a switch.

Please help me solution?

Thanks.

2 Accepted Solutions

Accepted Solutions

Nam,

Try this

int gi1/0/1

channel-protocol lacp

channel-group 1 mode Active

on other port

int gi2/0/1

channel-protocol lacp

channel-group 1 mode Active

regards

Inayath

View solution in original post

As I indicated before, PAgP does not support cross-stack etherchannel.

You are using PAgP with the 'auto' option.

Change the 'auto' option with 'passive' for LACP implementation.

Regards,

View solution in original post

7 Replies 7

InayathUlla Sharieff
Cisco Employee
Cisco Employee

Nam,

Few things I believe you have already checked:

1- Phycial interface is up

2- Before the etherchannel the port is up if directly connected between two switches.

3- Can you configure to use channel protocol or force that to on.

4- Give us the output of show etherchannel summary

HTH

Regards

Inayath

Dear Team.

Yes, physical interface up.

On Stackable switch:

interface gi1/0/1

channel-group 1 mode auto

interface gi2/0/1

channel-group 1 mode auto

Stackable switch show error output, that it need port belong to the same a switch.

Thanks.

Edison Ortiz
Hall of Fame
Hall of Fame

Per documentation:

http://www.cisco.com/en/US/docs/switches/lan/catalyst2960/software/release/15.0_2_se/configuration/guide/swethchl.html

"

You can use PAgP only in single-switch EtherChannel configurations; PAgP cannot be enabled on cross-stack EtherChannels. "

Use LACP instead.

Regards,

Dear Edison Ortiz.

It's mean, i need add more command below:

int gi1/0/1

channel-protocol lacp

channel-group 1 mode auto

on other port

int gi2/0/1

channel-protocol lacp

channel-group 1 mode auto

Thanks.

Nam,

Try this

int gi1/0/1

channel-protocol lacp

channel-group 1 mode Active

on other port

int gi2/0/1

channel-protocol lacp

channel-group 1 mode Active

regards

Inayath

As I indicated before, PAgP does not support cross-stack etherchannel.

You are using PAgP with the 'auto' option.

Change the 'auto' option with 'passive' for LACP implementation.

Regards,

Good solution.

Thanks Edison and Inayath.

Review Cisco Networking for a $25 gift card