11-14-2006 12:25 AM - edited 03-05-2019 12:47 PM
In our network we have some catalist switches.
On one of the switches (an 2960) we have connected the servers (most with teamed 1Gb LAN interfaces).
Another switch (an 3550) has 1Gb fiber links to the switches in the rest of the office. To increase bandwith to the servers we want to connect the 2960 (server switch) with multiple ethernet links to the 3550 (fibre switch). Is this possible and, if so, where do I start.
Regards,
Elmar
11-14-2006 12:33 AM
Hello Elmar,
basically, what you need to do is configure an EtherChannel. Let's say you want to connect GigabitEthernet01 and 02 on the 3550 with GigabitEthernet0/1 and 02 on the 2960, you would configure the ports as following:
3550# configure terminal
3550(config)# interface range gigabitethernet0/1 -2
3550(config-if-range)# switchport mode trunk
3550(config-if-range)# switchport trunk encapsulation dot1q
3550(config-if-range)# channel-group 1 mode desirable
3550(config-if-range)# end
2960# configure terminal
2960(config)# interface range gigabitethernet0/1 -2
2960(config-if-range)# switchport mode trunk
2960(config-if-range)# switchport trunk encapsulation dot1q
2960(config-if-range)# channel-group 1 mode desirable
2960(config-if-range)# end
This is the basic configuration, can you try this and see if it works for you ?
Regards,
GNT
10-16-2018 03:07 PM
i been trying this configration on packet tracer but it does not work
11-14-2006 12:34 AM
You need configure fastehter channel
check following link
http://www.cisco.com/en/US/tech/tk389/tk213/technologies_configuration_example09186a0080094647.shtml
EtherChannel provides full-duplex bandwidth up to 8 Gbps (Gigabit EtherChannel) between your switch and another switch
M.
Hope that helps rate if it does
11-14-2006 02:54 AM
Thanks for the fast reply !
I will test this on my switch as soon as I have some spare time. Will also read some more about the etherchannel options.
Regards,
Elmar
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide