11-10-2010 07:40 AM - edited 03-06-2019 01:59 PM
Hello everybody,
I have a Catalyst 4506 and a 3750 interconnected with 3 FDDI.
I would like to unify these 3 FDDI in order to have one logical link (and trunk) of 3Gbps.
Is this possible? Can someone help me with this?
Thanks in advance.
Best regards.
11-10-2010 09:21 AM
BallyITservices wrote:
Hello everybody,
I have a Catalyst 4506 and a 3750 interconnected with 3 FDDI.
I would like to unify these 3 FDDI in order to have one logical link (and trunk) of 3Gbps.
Is this possible? Can someone help me with this?
Thanks in advance.
Best regards.
Fabio
Yes it's possible, you simply make the 3 links into an etherchannel eg. on both switches configure each interface like this -
int gi0/1
switchport mode trunk
switchport trunk encapsulation dot1q
channel-group 1
int gi0/2
same as above
int gi0/3
same as above
when you add the channel-group command under the interface(s) a portchannel interface will be automatically created for you -
int port-channel 1
switchport mode trunk
switchport trunk encapsulation dot1q
note the interfaces do not need to be contiguous they can be any interfaces on the switch.
Jon
11-11-2010 01:49 AM
Many many thanks Jon!!!
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