cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
2618
Views
5
Helpful
3
Replies

Cisco 2960-24TT-L uplink port question

goldiethedog
Level 1
Level 1

Can the uplink ports be used for resilience? I mean can I connect Uplink 1 to a core stack and can I then connect Uplink 2 to the same core stack without creating a loop? Can the uplinks be configured as trunks?

3 Replies 3

Jon Marshall
Hall of Fame
Hall of Fame

goldiethedog wrote:

Can the uplink ports be used for resilience? I mean can I connect Uplink 1 to a core stack and can I then connect Uplink 2 to the same core stack without creating a loop? Can the uplinks be configured as trunks?

They can be configured as trunks. And if you want resiliency then simply configure both uplinks as a L2 etherchannel so neither physical link would be blocked.

So you would have a L2 etherchannel trunk link. See this link for details -

2960 etherchannel

Jon

Cisco are currently donating money to the Haiti earthquake appeal for every rating so please consider rating all helpful posts.

Thanks for the reply Jon.

I'm not sure why the etherchannel would be advantageous over just trunks though?

Paul

Because STP sees an etherchannel as one link. So the 2 physical links are both forwarding with etherchannel and if one link fails the forwarding will continue on the other link.

If you configure 2 individual  trunks one allowing the same vlans one link will be blocked by STP so you can only use one link for forwarding and if it fails STP then needs to unblock the other link.

This is why etherchannel trunks are used to interconnect switches.

Edit - there is nothing stopping you using 2 trunks if you want it's just not the most efficient way of doing it.

Jon