Thanks for the video. I had no idea the priority was based on the MAC addresses!
@networktutor6403 жыл бұрын
Glad it was helpful!
@iankz41443 жыл бұрын
I think its based on uptime first then it looks at the priority number and if ita not set then it would look at the MAC
@sanjeev_kumarntt21203 жыл бұрын
Thanks from india.
@networktutor6402 жыл бұрын
you are welcome
@wesleycosta90214 жыл бұрын
thank you , document of de Cisco , no understand , the video is very simple is the explication easy of the understand
@networktutor6402 жыл бұрын
Glad it was helpful!
@scottmcarthur74962 жыл бұрын
very good video, straight to point
@networktutor6402 жыл бұрын
glad it helped
@aquadir28304 жыл бұрын
Thank you very much sir.. easy way understand it m
@networktutor6403 жыл бұрын
Always welcome
@vhadzdansalan Жыл бұрын
Sorry to ask, I'm just new to this kind of set up. . May I ask What will you get for doing this kind of set up.
@networktutor640 Жыл бұрын
In short - when you need more ports than a single switch then you need to add more switches to the stack to add more capacity. If you are new i would recommond to google it and learn more on switch stacking. Do you wanted to be a network tech/engineer ?
@moisesrangel73562 жыл бұрын
Here did you say if I had two switches for example 9200 and I would like to put hem in stack I just need to connect the stack cable and the swtiches automatically formed the stacking? Don't I need to make a previous configuration?
@networktutor6402 жыл бұрын
if you are adding a second switch to the existing 9200 switch, the second switch will get the config from the already running 9200. Look at this video and you will understand well. kzbin.info/www/bejne/np7WZWdriq2Yha8 Hope this helps.
@JKRowl2 жыл бұрын
Thank you so much!
@networktutor6402 жыл бұрын
You're welcome!
@iankz41443 жыл бұрын
Thanks for your great contents. I have a question. Say we add a third switch to our two members switch stack which its mode is "Bundle" and we want to make it as "Install" mode so it can join our "Install" mode stack. Do we have to change its mode individually and before putting the stack cables on and then connect it to the stack or we can add it as is and make a V-mismatch and then console to the new member and change its mode and reload it ? This area is kinda vague to me. Could you please explain? And sorry I have to pose my second question that just sparked in my mind. How about the license mismatch? How do we match them? And why the license has to be the same? Thanks beforehand.
@JKRowl2 жыл бұрын
Hello. I’m not familiar with your question regarding bundle/install mode. May you please let me know where did you study this from? Which course?
@JKRowl2 жыл бұрын
Sir. Do we have to reload both switches in order for the change of priority to work?
@networktutor6402 жыл бұрын
if you are adding a new switch - you don't have to reboot the stack. for example if you are adding a second switch to the stack - set the second switch priority to 14 (assuming your first switch is @ priority 15) and just add it to the stack. no reboot needed. let me know if this is what you are asking?
@niloyninad53513 ай бұрын
Thank you sir
@networktutor6403 ай бұрын
You are welcome 🙏
@chao9024 жыл бұрын
Hello Network Tutor Nice video.. i'm new on networking, i'm planning to add a new cisco 2960x on existing stacks. The switch i will add is not new. Do i need to reset it to factory default before it to the stack?thanks..
@sanjayk43563 жыл бұрын
No, just add and set a priority level only , thn it will detect
@networktutor6402 жыл бұрын
it is better if you reset it to factory default. You need to erase the vlan.dat and write erase. This will make all the old vlans goes away. See this video - kzbin.info/www/bejne/ZojCpIKQnrKhatE
@shailendrarai39354 ай бұрын
if i have 6 stack switch and 2nd switch has been down than how to find the faulty switch ?
@iankz41443 жыл бұрын
Another question? Are all the files in all the stack members' flashes autogrnarated once the stack is forming? So if we format all switches flashes and only having the .bin Image file, we shouldnt run into any problems right?
@rafay17083 жыл бұрын
hi, yes, u can delete all file but do not delete the (.bin) or (.tar) because it is the OP of it. one suggestion, before to delete all try to backup all file in case of lose. you can do it with TFTP-Server software.
@jjenko63663 жыл бұрын
what about the configuration please ? does the master configuration apply to all other switches ?
@networktutor6403 жыл бұрын
All stack members store a copy of the configuration settings. If a stack master becomes unavailable, any stack member assuming the role of stack master will operate from the saved configuration files. Say if you have 2 switches in stack, issue the command - sh flash2: and see - you will have the same config file there too.
@prashanthpatilgmgowda73792 жыл бұрын
Great 👍🏼👍🏼
@networktutor6402 жыл бұрын
Thank you 👍
@DenAlcantara Жыл бұрын
Thank you
@networktutor640 Жыл бұрын
You're welcome
@kesaraawinash80383 жыл бұрын
Please reply 1.Highest priority 2. Lowest mac
@vjzp93543 жыл бұрын
how do you identify which physical switch is member 1 or 2?
@TheEricLancaster3 жыл бұрын
In global config mode: switch renumber
@networktutor6402 жыл бұрын
Did you try this cmd -- Switch#sh switch - this will list all the switches in the stack and tells you which one is master and which ones are member.
@pacoz53593 жыл бұрын
got this message Both links down, not waiting for other switches
@networktutor6402 жыл бұрын
sorry that i didn't respond earlier. hope you figured it out.
@jaganu28434 жыл бұрын
how to see running configuration in this stack and how to take console in this stack
@networktutor6404 жыл бұрын
you use #sh run to see the running config of the entire stack and with regards to console access you can console into any switch in the stack. Running config will be copied to all the switch in the stack
@sanjayk43563 жыл бұрын
Show running-config - u can see all details here Show switch details - stack details
@ajithm11384 жыл бұрын
existing stack how can we add the switch.!?
@networktutor6404 жыл бұрын
If you have a new switch, just power off the stack and add it using the stacking cable. Before add the switch, make sure to set the slot priority. Also when you power up the stack, turn on the master first. But if you have each switch priority set correct, master election happen automatically.** Main think - don't turn on the blank switch first. it will blank all the stack config. by becoming the master switch.Sorry for the late response.