cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
757
Views
0
Helpful
6
Replies

port aggregation/etherchannel

curtis03_2
Level 1
Level 1

can anyone please point me in the direction of an article/document on how to plan, configure and implement use of etherchannel with 3750s.

have trawled cisco site with not much success.

thanks in advance

6 Replies 6

amit-singh
Level 8
Level 8

Hi,

Here is the link for configuring etherchannel on Cat3750.

http://www.cisco.com/univercd/cc/td/doc/product/lan/cat3750/12225see/scg/swethchl.htm

HTH,

-amit singh

amit-singh
Level 8
Level 8

Hi,

Here is the link for configuring etherchannel on Cat3750.

http://www.cisco.com/univercd/cc/td/doc/product/lan/cat3750/12225see/scg/swethchl.htm

HTH,

-amit singh

Follow these steps for configuring Etherchannel on 3750

Create a Port Channel and the turn it on on interfaces

interface Port-channel1

switchport trunk encapsulation dot1q

switchport mode trunk

no ip address

interface GigabitEthernet1/0/25

switchport trunk encapsulation dot1q

switchport mode trunk

no ip address

no mdix auto

channel-group 1 mode on

!

interface GigabitEthernet1/0/26

switchport trunk encapsulation dot1q

switchport mode trunk

no ip address

no mdix auto

channel-group 1 mode on

Thanks

Deepak

ThomasBadman
Level 1
Level 1

Hey there! I had a similar challenge when setting up EtherChannel with 3750s. Configuring EtherChannel on Cisco 3750 switches involves selecting and bundling ports, ensuring compatibility, and setting up consistent configurations on both ends. Use show etherchannel summary to check the status.

Review Cisco Networking for a $25 gift card