cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
768
Views
0
Helpful
2
Replies

Link Aggregation Redundancy between 2 2960 Switch Layer 2

ali_777
Level 1
Level 1

I have 2 C2960 workstation switches and want to enable redundancy and make sure about it's fault tolerant. what I have done is config 4 trunk port (two port in each switch) and bundle them to act as etherchannel using active mode: everything worked fine until I have find that there is 2 problem here:

1. When switch turn off and then turn back to on, link stablished truely at first but in few minute change one of etherchannel interface to "Suspend (S)" instead of "P".  So It's needed to manually turn it back.

2. When shutdown one of the ethterchannel interface, and "show etherchannel summary" command also shows one interface in boundle is "Down" but it seems just only 50% of packets transmit successfully to destination. and some packets fails. I have examine it with two different pc at each end.

Question:

1.Does my configuration is correct?

2.What I should do for preventing Suspening one of etherchannel interface when switch need to restart?

3.What Should I do to have redundancy and fault tolorancy feature that switch automatically detect fault link and send all packet using true link (by stop the existing load balancing).

What I have config at each switch is bellow:

 

>int range gigabitethernet 1/1-2

>swichport mode trunk

>ether-channel mode active

 

Thanks in advance

2 Replies 2

nazimkha
Cisco Employee
Cisco Employee
Which version you are running.
The configuration to bundle them in port-channel would be as in the below link
https://www.cisco.com/c/en/us/td/docs/switches/lan/catalyst2960/software/release/15-2_4_e/configurationguide/b_1524e_consolidated_2960p_2960c_cg/b_1524e_consolidated_2960p_2960c_cg_chapter_0101101.html?bookSearch=true#task_1275918

int range gigabitethernet 1/1-2
switchport mode trunk
channel-group <1> mode active

Can you also attach output of :

show ether-channel summary
sh run int port-channel <no>

Also the command to bundle is

Thank you @nazimkha
I will check the link and hope get result.