cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
468
Views
0
Helpful
2
Replies

Share trunk link bandwidth on 3 FDDI.

BallyITservices
Level 1
Level 1

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.

2 Replies 2

Jon Marshall
Hall of Fame
Hall of Fame

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

Many many thanks Jon!!!