CCNA Quiz: Spanning Tree Explained with Wireshark Captures: Which ports are blocked? CCNA | CCNP

  Рет қаралды 9,139

David Bombal

David Bombal

Күн бұрын

Пікірлер: 32
@davidbombal
@davidbombal 5 жыл бұрын
Follow me on Twitter or LinkedIn if you want daily quiz questions: Twitter: twitter.com/davidbombal LinkedIn: www.linkedin.com/in/davidbombal/
@hivasoofieh6921
@hivasoofieh6921 4 жыл бұрын
I want to thank you 255.255.255.255 times!
@amittewatia1856
@amittewatia1856 3 жыл бұрын
Great now I think Why I never opened a STP capture while I learned my whole CCNA with Wireshark Thanks again David B
@nisnopwrd13
@nisnopwrd13 5 жыл бұрын
I love getting to know new things thanks David
@dew569
@dew569 4 жыл бұрын
Informative video
@evilmasterneclord
@evilmasterneclord 5 жыл бұрын
This is an excellent video! You explain each point clearly and quickly, but also thoroughly. Not only is the content great, but the video and audio quality are superb as well. This is the first video of yours that I've seen and it is so good that I've already subscribed to your channel and am watching another! Thank you for sharing your knowledge, David!
@davidbombal
@davidbombal 5 жыл бұрын
Thank you! And welcome to the channel Zachary!
@strgtr3531
@strgtr3531 5 жыл бұрын
Yes I practice on this lab !
@Peterstevoli
@Peterstevoli 5 жыл бұрын
Hello David, Thank you for the video. Very Much Appreciated.
@elchinefa9524
@elchinefa9524 5 жыл бұрын
1:17 I love it, thanks for the tip. By the way, when we choose RP for SW2 or SW3 we have to look at neighbour's lowest port ID? If honestly, I thought if I need RP for Sw2 and I have two ports then I choose lowest one from SW2self. And it was right in this example :D, but I'm afraid in another topology this methode can be false,if we have to look at neighbours port.
@BurninVinyl
@BurninVinyl 5 жыл бұрын
Remember guys: A portchannel a day keeps the spanning tree away :D
@estebanesquivel5840
@estebanesquivel5840 5 жыл бұрын
Very good explanation!!!
@amineraji5707
@amineraji5707 5 жыл бұрын
Thank you for the videos and I'm working on my first cisco cert CCNA and i find you content helpful, i wish you make a video about cisco trustpoint configuration.
@quizongilad
@quizongilad 5 жыл бұрын
please correct me if I'm wrong, since Sw3 has lowest bridge ID, shouldn't the port gi0/3 of Sw2 get the blocking state?
@davidbombal
@davidbombal 5 жыл бұрын
S1 has the lowest bridge ID, not S3 and becomes the root switch.
@quizongilad
@quizongilad 5 жыл бұрын
​@@davidbombal​I'm in the line of thought that SW3 is not directly connected to SW1. now I understand. thank you so much!
@yaswanthpopuri242
@yaswanthpopuri242 5 жыл бұрын
David how are you configuring those switches in gns3.. is that a new version or using router as a switch
@nadeembhat9450
@nadeembhat9450 5 жыл бұрын
Spanning Tree
@lasourisRKO
@lasourisRKO 5 жыл бұрын
if S2 falls, is your network over ?
@nadeembhat9450
@nadeembhat9450 5 жыл бұрын
When I run GNS on my laptop it lags any fix
@davidbombal
@davidbombal 5 жыл бұрын
Virtual environment on your PC will be slower than physical equipment. A lot depends on your PC: CPU / RAM etc. You can ask for help in the GNS3 community here: gns3.com/community/latest
@nadeembhat9450
@nadeembhat9450 5 жыл бұрын
@@davidbombal Thanks
@garybloise4891
@garybloise4891 5 жыл бұрын
@@nadeembhat9450 see if you can upgrade the memory also always make sure you have an intel CPU - i7 as high as you can go. if possible! :) Good luck!
@nadeembhat9450
@nadeembhat9450 5 жыл бұрын
@@garybloise4891 I really appreciate sir for your kind advice.
@quizongilad
@quizongilad 5 жыл бұрын
turn off all routers, start one and then got to line conso and issue no exec-timeout command. do wr. then do the same with the rest of the routers. I think I saw this in either github or the gn3 community and worked like a charm.
@Lucasmathews
@Lucasmathews 4 жыл бұрын
Root port for switch 3 -- interface 0/0 -- has a lower# than interface 0/1? Why would 0/1 be the root port in that case?
@elikelik3574
@elikelik3574 5 жыл бұрын
Thanks a lot for this video, it is very helpful. I have a question about VLAN. I watch your video (165. Demo: InterVLAN Routing Part 1) on Udemy. There you do ping from VLAN 11 to VLAN 2 and it works. You use 2 switches and I guess, though R1(VLAN 11) and R2 (VLAN 2) connected to the same switch, when we do ping, the frame goes first to Switch 2 then comes back to R2 (maybe like router on Stick). What is interesting, you do not do routing configuration on L3 switches, you just create virtual interfaces which have IPs and which R1,2,3,4 use them as default getaway IP. Now what about if i have only one L3 Switch and two VLANS ( vlan 10 and 20). Let say I want this two VLANS should ping each other(I know it does not make sense to have separate VLAN on same switch if they should be able to reach each other, but it is just interesting for me). The switch has int vlan 10 (IP 10.1.10.254/24 ) and int vlan 20 (IP 10.1.20.254/24) . PC's in VLAN 10 gateway IP is 10.1.10.254 and PC's in VLAN 20 gateway IP is 10.1.20.254. In other word, I did exactly the same steps which you did on that video but I used only one switch. As i know if we want to go from one network to another then we need routing protocol. But how can I do it on switch?Why you could able to ping from one VLAn to another? Unfortunately, my pings from VLAN 10 to VLAN 20 fails. Hope I could explain my issue =) Regards
@davidbombal
@davidbombal 5 жыл бұрын
Did you enable ip routing on the switch? Type "ip routing" in global configuration mode to allow a switch to route from one interface to another. You only need routing protocols for remote networks, not directly connected networks. Also make sure all interfaces are up using the show ip int brief command (especially the VLAN interfaces - SVIs)
@elikelik3574
@elikelik3574 5 жыл бұрын
@@davidbombal Sorry for bothering you. VLAN interfaces are turned on and PCs on the same VLAN can ping each other. I do not understand what exactly should in global config. I Tried this -> switch(conf)#ip route 0.0.0.0 0.0.0.0 vlan20 but it did not work.
@davidbombal
@davidbombal 5 жыл бұрын
@@elikelik3574 Please raise this in the Udemy course for more help.
@elikelik3574
@elikelik3574 5 жыл бұрын
@@davidbombal Just now I got my answer from your tutorial in Udemy. You already made a tutorial about interVLAN routing . Thanks a looot. Peace.
@GregInHouston2
@GregInHouston2 3 жыл бұрын
I don't understand the RP between S2 and S3. I do understand why S3 would choose Gi0/1 as RP. But S2 would choose the other connection. Why does S3 win? Best guess is S3 chooses because it has the lowest Priority. I don't think you said that. And then we get to DP designation. It is not clear to me why S2 Gi0/3 is DP and S3 Gi0/0 is blocked. Why not the other way around? Best guess is that it radiates from the root switch. But I did not hear you say that.
How Strong Is Tape?
00:24
Stokes Twins
Рет қаралды 39 МЛН
Spanning Tree Protocol Explained | Step by Step
20:12
CertBros
Рет қаралды 756 М.
My CCNA 200-301 exam experience: Tips & Tricks
18:41
David Bombal
Рет қаралды 255 М.
EIGRP Fundamentals | Cisco CCNA 200-301
23:27
Keith Barker - The OG of IT
Рет қаралды 33 М.
DO NOT design your network like this!! // FREE CCNA // EP 6
19:36
NetworkChuck
Рет қаралды 3,4 МЛН
Spanning Tree Protocol (STP) | Cisco CCNA 200-301
1:04:52
Keith Barker - The OG of IT
Рет қаралды 146 М.