11-19-2017 10:51 PM - edited 03-08-2019 12:48 PM
Dear Team,
I have 2 no's of cisco 3750x switches and I am planning to do stacking, I read lot of articles and I have few doubts. Once i connected stack cable and I need to turn on master and member. How we can define that Switch 1 and Switch 2, once we defined then only we can set the priority to the switch. Please help me about how we can define switch 1 or switch 2.
11-19-2017 11:06 PM
@Mohamed Kabeer S wrote:
Please help me about how we can define switch 1 or switch 2.
11-20-2017 04:43 AM - edited 11-20-2017 04:44 AM
Hi
You can use the command: show switch, it will show you the amount of switches used for the stack, also you will be able to identify them through the MAC address of each switch (it can be found rear of the switch) also it will display the number assigned to the switch, 1, 2, 3....
So you can select who will be the master, standby and other members. Stacking uses priorities to define the roles, the higher priority will be assigned to the Master.
I suggest configure the switches at the beginning before to install them at the network, if you have 2 switches you can have this configuration:
SW2(config)#switch <switch number> ?
priority Set the priority of the specified switch
provision Configure Switch provision / offline config
renumber Renumber the specified switch number
If you want to renumber the switches you can use for example:
switch 2 renumber 1
switch 1 renumber 2
write and then reboot.
If the numbers are ok you can select the master and the standby:
switch 1 priority 15
switch 2 priority 14
write
reboot
Remember to connect the switches with both stack cables.
Hope it is useful
:-)
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide