
Today I was on-site in Hattiesburg, MS for a network cutover in preparation for a Cisco VoIP rollout. As part of the prep work, we replaced the customers’ failing 3COM/HP switches with a shiny new 3750 switch stack.
As I was going through the switch stack setup process I thought to myself that it’d be a good idea to have a quick reference post on switch stack setup. While I’m no R&S CCIE, I’ve learned a thing or two about stacking,
Initial Setup
- Starting out with a console cable, connect to the switch you’ll designate as master. Build a configuration that will apply to the entire switch stack. If you have any “slave” switches that will be added, make sure to “write erase” and delete the VLAN information stored in “vlan.dat.”
- Provision your switch as master using the following command: “switch 1 provision [switch-type].” Repeat this for every switch.
- Set the master switch priority highest using the “switch 1 priority 15” command in global configuration mode.
- If you have switches that are numbered incorrectly, use the “switch 1 renumber [number]” command. This is especially useful if you’re a bit obsessive like me and want to make sure the switch numbers match exactly with their racking order.
- Connect the Cisco StackWise cables diagonally from Switch 1 to Switch 2, from Switch 2 to Switch 3, etc. Then, cable the top-most switch to the bottom master switch (if starting from bottom).
- Verify that provisioning was successful using the command “show switch detail.”
That’s all for now. I’m exhausted and need to get some shut-eye.