Spanning-tree doesn’t run on the stackwise backplane, not sure where they got that from They use some proprietary mechanism to create a “bidirectional closed loop path” (that’s what Cisco calls it).
Quick question, how would I know what physical interface on stacked switches is on the CLI. If I have a stack of 9 switches, and my admin says unplug the cable to g3/0/20, what switch am I physically unplugging if I saw 9 switches stacked? Would I have to know the MAC of switch 3 and look at the sticker at the back of the switch?
Normally the stack members are numbered from 1 to 9. Here’s an example for two switches in a stack:
SW1#show ip interface brief | include Fast
FastEthernet1/0/1 unassigned YES unset down down
FastEthernet1/0/2 unassigned YES unset down down
FastEthernet1/0/3 unassigned YES unset down down
FastEthernet1/0/4 unassigned YES unset down down
[output omitted]
FastEthernet2/0/1 unassigned YES unset down down
FastEthernet2/0/2 unassigned YES unset down down
FastEthernet2/0/3 unassigned YES unset down down
FastEthernet2/0/4 unassigned YES unset down down
[output omitted]
FastEthernet 1/x/x is SW1 and 2/x/x is SW2. In your case, it should be the third switch from the top.
So best practice is to have your master at the top of the stack and physically label each switch? I am only wondering this because we are supposed to cross the stackwise cable to each switch, like stack1 connector connects to stack2, the stack1 connectoe connects to stack2. So on and so forth until the last stack switch connects his stack1 connector to stack2 on the master. Maybe the IOS of the master knows that anything connecting to my stack1 slot will be g2/0/1 and anything connecting to my stack2 slot will be gX/0/1.
Zaman,
It has to do when you want additional levels of fault tolerance. An example of this might be where you have a server that has multiple network cards. In the server’s operating system, say Windows 2012 R2, you have the option of having these cards work together (in Windows it is called NIC Teaming). If you have a switch using VSS or Stackwise you can plug each of these network cards into a different physical switch. When you do this, if a switch port fails, or even an entire switch, the Windows server will be unaffected.
In a stacking scenario with 6 switches, I have configured the top to be “switch 1” and added switches down the rack in sequential order.
My question is: would it be better to manually set the priority of the other stack members, so that one of the others at the bottom does not become the new master? or does it matter once the previous master is gone?
Whenever you configure a stacking scenario, it is always best to manually select the switch that you want to be master. It doesn’t matter which switch in the stack becomes master as far as its position is concerned (i.e. bottom, top or middle of stack). As it says in Cisco’s official documentation:
Cisco recommends that you assign the highest priority value to the switch that you prefer to be the stack master. This ensures that the switch is re-elected as stack master if a re-election occurs.
Once the previous master is gone, then the next highest priority is chosen. However, it is always a good idea to reevaluate the priorities and change them MANUALLY accordingly whenever you split or merge a stack (remove or add switches). This way, you are always sure about which switch is master.
Abhishek,
I don’t think the diagram is intended to be an “X” so much as to show you which ports are connected together. Your interpretation is correct–you need two cables (for redundancy) such that SW1 Stack 1 connects to SW2 Stack 2, and SW1 Stack 2 connects to SW2 Static 1.
As to why Cisco chose to implement the cabling this way, I don’t really know.
shantel
(Shantel - Networklessons.com)
Split this topic
39
19 posts were merged into an existing topic: Cisco Stackwise