cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
208
Views
0
Helpful
1
Replies

Load Balancinig

wael_miaa
Level 1
Level 1

i have two cisco switches 4507 and 3750G-24 , i have to fiber link between them on the 4507 on port 3/2 and 3/3 , on 3750 on port 26 and 28 , i want to make merge between them to be as on port and make load balancing between the , please any can give me the exact configuration

1 Reply 1

Hello,

you need to configure an EtherChannel between your switches, here are the configs (this is for ISL trunks):

4507

interface FastEthernet3/2

switchport trunk encapsulation isl

channel-group 1 mode desirable

!

interface FastEthernet3/3

switchport trunk encapsulation isl

channel-group 1 mode desirable

!

interface Port-channel1

switchport trunk encapsulation isl

3750

interface FastEthernet0/26

switchport trunk encapsulation isl

channel-group 1 mode desirable

!

interface FastEthernet0/28

switchport trunk encapsulation isl

channel-group 1 mode desirable

!

interface Port-channel1

switchport trunk encapsulation isl

HTH,

GP