I have a following
Cisco StackWise setup:
Switch Ports Model SW Version SW Image
------ ----- ----- ---------- ----------
* 1 28 WS-C3750G-24TS-1U 12.2(53)SE1 C3750-IPBASEK9-M
2 28 WS-C3750G-24TS-1U 12.2(53)SE1 C3750-IPBASEK9-M
3 12 WS-C3750G-12S 12.2(53)SE1 C3750-IPBASEK9-M
As you can see, switch 1 is selected as a stack master. Is there a service interruption if I do:
switch 1 priority 5
switch 2 priority 15
..which sets the priority of the first switch lower than the second one? In addition, when does the stack-master election occur? According to Cisco documentation, it is a part of the bootup process, but is there a way to manually force stack-master election once I have changed the priority?