cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
907
Views
0
Helpful
3
Replies

connect 3750 with 3500XL etherchannel

elkono200
Level 1
Level 1

what i have to configure if i would like to connect a 3750 with a 3500.

etherchannel load-balancing ???

port-channel 4 ???

someone has a suggestion?

thx

3 Accepted Solutions

Accepted Solutions

mahmoodmkl
Level 7
Level 7

Hi

If u r looking for configuration of etherchannel fllow the below link.

http://www.cisco.com/en/US/tech/tk389/tk213/technologies_configuration_example09186a0080094647.shtml

Thanks

Mahmood

View solution in original post

cisconoobie
Level 2
Level 2

you need to setup a trunk.

On both Ports connecting the 3750 and 3500.

#switchport mode trunk

switchport trunk encapsulation dot1q

switchport nonegotiate

if you want to setup etherchannel, meaning aggregate 2 or more ports into 1 logical add this to all ports on the above config.

#channel-group 1 mode on

Do this to make sure you have a trunk properly setup on the etherchannel.

#show etherchannel summary

View solution in original post

You don't have to set up a trunk if you are just running 1 vlan down the pipe , just use the etherchannel commands if this is the case .

The 3500 side will look like this

interface FastEthernet0/1

port group 1

!--- The port group command

!--- makes this interface a member of channel group 1.

!

interface FastEthernet0/2

port group 1

!--- This interface is also a member of channel group 1.

View solution in original post

3 Replies 3

mahmoodmkl
Level 7
Level 7

Hi

If u r looking for configuration of etherchannel fllow the below link.

http://www.cisco.com/en/US/tech/tk389/tk213/technologies_configuration_example09186a0080094647.shtml

Thanks

Mahmood

cisconoobie
Level 2
Level 2

you need to setup a trunk.

On both Ports connecting the 3750 and 3500.

#switchport mode trunk

switchport trunk encapsulation dot1q

switchport nonegotiate

if you want to setup etherchannel, meaning aggregate 2 or more ports into 1 logical add this to all ports on the above config.

#channel-group 1 mode on

Do this to make sure you have a trunk properly setup on the etherchannel.

#show etherchannel summary

You don't have to set up a trunk if you are just running 1 vlan down the pipe , just use the etherchannel commands if this is the case .

The 3500 side will look like this

interface FastEthernet0/1

port group 1

!--- The port group command

!--- makes this interface a member of channel group 1.

!

interface FastEthernet0/2

port group 1

!--- This interface is also a member of channel group 1.

Review Cisco Networking products for a $25 gift card