Free CCNA | VLANs (Part 2) | Day 17 Lab | CCNA 200-301 Complete Course

Поделиться
HTML-код
  • Опубликовано: 10 фев 2025

Комментарии • 532

  • @GavinBroekema
    @GavinBroekema 11 месяцев назад +11

    Glad these lab instructions exists. I was SO close to getting it on my own and eneded up finding this out the hard way: no shut does NOT work on sub-interfaces!
    Besides my error, the instruction from the previous lesson really made things clear. Awesome work, Jeremy!

  • @Hacker_Baby
    @Hacker_Baby 2 года назад +42

    I’m so glad there are people like you, who exist on this platform! You’re doing such a huge solid for the community! Thank you, so much!

  • @6Ns0sN6
    @6Ns0sN6 13 часов назад +1

    Couldn't solve this one on the first try, had to rewatch the previous video to realise that I didn't set the switch port that's connected to the router to a trunk port
    defiantly my favorite lab problem so far, I appreciate your work on this course, thank you!

  • @Jesseobed69
    @Jesseobed69 10 дней назад +1

    For anyone confused, Mr Jeremy used an exemple in the comment section that helped me a lot. there it is :
    VLAN 20-tagged traffic will never pass between SW1 and SW2. For example, if PC5 pings PC1:
    PC5 sends the ping to SW2.
    SW2 sends to R1 (tagged in VLAN20).
    R1 routes the traffic and sends back to SW2 (tagged in VLAN10).
    SW2 sends to SW1 (tagged in VLAN10).
    SW1 sends to PC1.
    And then the return path is the reverse pattern.
    Hope it helps.

  • @jamesharris1613
    @jamesharris1613 2 года назад +24

    I am so thankful for these labs. I particularly like to go outside of the lab instructions and run commands I learned in the previous videos to keep them fresh. This lab in particular really had me stuck. I was pretty confident I had done everything correct but was unable to ping any PCs in vlan30 from PC7, PC6, and PC5. Spent a good bit of time making sure I configured everything. Went through all the steps I had done 3 times, looked at all the show outputs to see what I was missing and couldn't figure it out. Watched the video. Vlan30 wasn't on SW2 because I didn't even think about adding the vlan if there wasn't any PCs in vlan30 connected to the switch. Probably, won't forget to do that ever again after the headache I gave myself.
    Thanks again for making this course free and accessible!

    • @tytaylor148
      @tytaylor148 2 года назад +1

      I ran into that same problem, If switch 2 doesn't need to send any vlan20 traffic then why should switch 1 need to send vlan 30 traffic if there is no vlan 30 accessing it

    • @ChristianRuales
      @ChristianRuales Год назад

      Do you know why this happens?

    • @bahirahmad9503
      @bahirahmad9503 Год назад +1

      @@ChristianRuales it's because sw2 does not know about vlan30 existence, you should add a simple {vlan30} command so sw2 will recognise it then it can sent traffic to the trunk port.. check 6:40

    • @Corswain
      @Corswain 7 месяцев назад

      Same man, I made the same mistake and spent 20 mins troubleshooting haha, I managed to work it out myself though. Mistakes are such a useful and important part of learning!

    • @eulers_formula9378
      @eulers_formula9378 3 месяца назад

      Same. Thanks for pointing out my mistake. I was sure I configured everything properly.

  • @knowledgequest9440
    @knowledgequest9440 Год назад +6

    Cant thank you enough for your videos! This comment is for anyone who was unable use PINGs to test interconnectivity. I totally forgot to configure G0/2 on SW2 and spent over an hour going over the configurations again. For me, i had to take a critical look at the traffic paths and check each interface along that path. Only then was i able to determine where the issue was.

  • @p5-sam316
    @p5-sam316 14 дней назад +1

    4:52 To clarify. Frames sent from VLAN30 and VLAN10 destined to VLAN20 will have a 802.1Q TAG with their respective VLANS.
    EX:
    PC4(vlan30) > SW1>G0/1Trunk(vlan30 so it's allowed) > SW2
    Then.
    SW2>G0/2Trunk(Vlan30 so it's allowed again) > RT1
    From there the router will perform INTERVLANROUTING sending the traffic to VLAN20.
    In short, The 802.1Q tag identifies the source frame not the destination, hope it helps!

  • @bhatz829
    @bhatz829 Год назад +3

    I'm glad you showed Boson. I was hesitant on buying it until seeing this. I think I'l get it when I'm done with this course before taking on the CCNA.

  • @abeliswamo81
    @abeliswamo81 4 года назад +25

    Hi Jeremy,
    It will never be enough to tell you thank you. You deserve much more !

  • @pankajbobade901
    @pankajbobade901 4 года назад +8

    This series is very helpful for those who don't have money to join ccna classes..Your doing great job sir Tysm for sharing this new ccna series with us 😊 & your teaching style is fabulous. Every concept teached by you is very simple & understandable..😎 we are all waiting for your next video.. Be safe & take care sir 🤝

  • @JeremysITLab
    @JeremysITLab  4 года назад +30

    I hope you're enjoying the course! If you want another great set of FREE packet tracer labs for the CCNA, check out Neil Anderson's lab guide here: www.flackbox.com/cisco-ccna-lab-guide#jm1

    • @waterloowar
      @waterloowar 4 года назад

      why I can't receive link to download the lab after subscription?

    • @JeremysITLab
      @JeremysITLab  4 года назад

      @@waterloowar Follow the instructions on the page (www.jeremysitlab.com/youtube-join): 'If there are any issues, send me an email at jeremy@jeremysitlab.com '

    • @tferuh
      @tferuh 3 года назад +2

      Hello Jeremy! Cannot thank you enough for these amazing videos. Fantastic job. I would like to ask why we allowed VLAN 30 connected to SW1 and not VLAN 20 connected on SW2 through the trunk? Is that part of the scenario and needed to do it like that exactly? Whatever the VLAN 30 is for SW2, VLAN 20 is exactly the same for SW1. I am sorry, I might missing something here but it would really help to to get this answer.
      Thanks a million

    • @purvilkothari5564
      @purvilkothari5564 2 года назад +2

      @@tferuh I came across with the same question but I figured it out… As VLAN20 is directly connected to it’s default gateway (R1) no need to configured in S2. Although VLAN30 needs to be connected to R1 to perform trunking it should be connected to SW2’s G0/1 interface.
      I hope this helps!
      All thanks to Jeremy!

  • @sultanossi8845
    @sultanossi8845 3 года назад +6

    Thank you so much Jeremy i increased the number of Switches and managed to make it work, after watching ur video and then successfully completing the task, I see trunking and switching a little bit easy, thanks bro👍🏽

  • @essenceofmoment
    @essenceofmoment 8 месяцев назад +2

    This was my first lab that i was able to do all by myself correctly . Thanks Jeremy

  • @NetworkingwithHamza
    @NetworkingwithHamza Год назад +1

    I forgot to add vlan 30. that's why I was failing in some pings. It was a great lab, thank you Jeremy

  • @konefine3626
    @konefine3626 4 года назад +1

    I am dumbfounded this time, I really don't know what other good comment I can use to qualify this extraordinary teaching. I had a lot of tough time in vlans for long but this lab just explained it all I never knew it's as simple as this. In fact, nothing's difficult to learn if you have the best tutor . Keep it up and thank you

    • @JeremysITLab
      @JeremysITLab  4 года назад

      Thank you as always for your great comments :)

  • @harrisansari8984
    @harrisansari8984 3 года назад +2

    @Jeremy`s IT Lab This is first ever video without a dislike

  • @hassanhhashemy8377
    @hassanhhashemy8377 3 года назад +4

    thank you mr jeremy we here in iraq depend only n your videos to pass ex. and i hope i will get to your level one day soon

  • @Gracehope49
    @Gracehope49 21 день назад

    still in a computer shop with 300 pesos in my e-wallet to access these free CCNA videos. Sometimes I am racked with self-pity - but I also have to thank God for Jeremy for making these videos not only for free but also professionally. I am still having a hard time with VLANS and I think this is the 3rd time I tried this lab - I will try again later until I master it.

  • @edwardsharka2066
    @edwardsharka2066 4 года назад +1

    Hi Mr. Jeremy, am new here all the way from Sierra Leone. I have just downloaded your playlist on CCNA and have watched upto day 5 and am really in love with it. Thanks so much, God bless and hope to see more videos as you said.

  • @AdoniToribio
    @AdoniToribio 3 года назад +6

    Great video Jeremy. I did the lab by myself and encounter an issue with packet tracer. I did everything correctly and the pcs were not able to ping each other. after going through the configuration a few times I decided to close packet tracer and open it again just in case and that did the trick. just in case someone is having the same issue.

    • @forsakenwing5989
      @forsakenwing5989 Год назад

      It is really helped! U are my savior!

    • @YouDontKnowMeAndIDontKnowYou
      @YouDontKnowMeAndIDontKnowYou Год назад

      I did this lab 3 times alone and once following with the video but i cant get the pings. I tried closing and restarting PT and no luck yet

  • @yeayea8334
    @yeayea8334 2 года назад +7

    1:54 access ports SW1
    2:49 access ports SW2
    3:25 trunk SW1- SW2

  • @magickpalms4025
    @magickpalms4025 3 года назад +3

    relieved that the command to create vlan is so easy and intuitive, thanks for another great lesson

  • @Drebeam23
    @Drebeam23 4 года назад +25

    Its amazing how easy this looks for you. I cant wait to get on your level!

    • @JeremysITLab
      @JeremysITLab  4 года назад +11

      You'll get there, I'm not so far ahead ;)

    • @moviesclip_point7661
      @moviesclip_point7661 2 года назад +3

      This guy is genius... he explain diffclts things in easy way💪💪

    • @codygosney976
      @codygosney976 Год назад +1

      @@moviesclip_point7661 The Carl Sagan of Networking really

    • @julianwildauer
      @julianwildauer Год назад +1

      haha thats so true ^^@@codygosney976

  • @EdVelez
    @EdVelez 4 года назад +1

    Slowly catching up and glad to see a little insight to netsim. I purchased the kit yesterday but have not delved into either one(exam or net) yet so this was good to watch.

    • @JeremysITLab
      @JeremysITLab  4 года назад +1

      Hi Ed, thanks for your support as always!
      Good move on getting ExSim and NetSim. I recommend saving ExSim until you have finished studying all of the exam topics (www.cisco.com/c/dam/en_us/training-events/le31/le46/cln/marketing/exam-topics/200-301-CCNA.pdf), I think it's most effective as a tool for final preparation before the exam. NetSim, however, is a great tool to use along with a book/video course! :)

    • @EdVelez
      @EdVelez 4 года назад

      @@JeremysITLab also glad to get your emails about the 25% off. That made buying the kit all the easier. I dabbled with both but I need to get caught up on the rest of your videos and start digging into the Boson software.

  • @toniatfort56
    @toniatfort56 8 месяцев назад

    Thanks Jeremy for your time, this was well-explained. I will have to watch this video again in other to gain better understanding about the process of VLAN trunking.

  • @johnconnor9787
    @johnconnor9787 4 года назад +3

    You Packet Tracer Labs are awesome!!!!!!!!

  • @Anurika10
    @Anurika10 6 месяцев назад +1

    You are God’s sent, Sir Jeremy

  • @Manu-rd4pc
    @Manu-rd4pc Год назад +17

    Hi, i am so confused. Why do we allow VLAN 30 on SW2? We don't allow VLAN 20 on SW1 because there's no host in VLAN 20 connected to SW1, i get this but there's also no host in VLAN 30 connected to SW2 but we still allow it in the trunk. I'm lost here.

    • @jitendrasharma1999.
      @jitendrasharma1999. Год назад +11

      Bcoz SW2 is connected to R1 with a router on a stick so it is necessary to add a vlan trunk port which vlan is in use, and we don't allow vlan 20 is in SW1 because there is no host connected to SW1 Interface, if vlan 20 host wants ping the in SW1 they should have to go through Router (ROAS), bcoz SW1 do not have VLAN 20 Created.
      Thank you 😊

    • @alexanderrosulek159
      @alexanderrosulek159 7 месяцев назад +4

      Because to talk to vlan 20 it must go through another vlan through the router

    • @subiyantosubiyanto9648
      @subiyantosubiyanto9648 5 месяцев назад +2

      Because sw2 connected to router r1. R1 requires all vlan logical connection to do inter-vlan routing, so all vlan in the network has to be configured in this interface. CMIIW

    • @marko514
      @marko514 4 месяца назад +1

      @@jitendrasharma1999. Honestly this explanation made me even more confusing. Can you explain it to me as if I were a 5 year old kid?

    • @jitendrasharma1999.
      @jitendrasharma1999. 4 месяца назад

      @@marko514 really..

  • @athifali3130
    @athifali3130 4 года назад +2

    Thanks alot Jeremy for the videos. Your videos are so easy to understand. Even who don't have much knowledge about ccna can get great knowledge from your videos .

  • @gautamzone2713
    @gautamzone2713 Год назад +1

    if anyone unable to ping different vlan like from vlan 10 to vlan 30 pc , make sure you configured default gateway of each pc, it was took my whole day.

  • @huozhenwei
    @huozhenwei Месяц назад

    Thanks Jeremy, great video. I failed to ping Vlan30 from PC1 at the first try, didn't know I need to and how to create Vlan 30 on SW2. Have to keep practicing otherwise it will be very easily to forget this detail.

  • @t0ucheg00dsir
    @t0ucheg00dsir 2 года назад

    Am back from the holidays (and a hospital stay yay), opening this lab video made me metaphorically roll up my sleeves in preparation

  • @Corswain
    @Corswain 7 месяцев назад

    The Boson netsim looks really helpful, thanks for showing it.
    I might have to try that after ccna when studying for ccnp encore (hopefully will have a job by then to be able to justify paying for it haha).

  • @ekramyassin
    @ekramyassin 2 года назад +1

    Hello Jeremy, I would like to appreciate all the helpful videos you are sharing us. I never enjoyed learning to this extent. Thank you very much!

  • @CoryMalone
    @CoryMalone Год назад +1

    I could not get the PCs in VLAN 30 to connect with any others on the other subnets in this exercise, but I got the others properly configured. I'm learning a lot with these labs and lectures.

    • @unimatelunimatel6175
      @unimatelunimatel6175 Год назад +2

      Yes, I've the same problem. I just added a vlan 30 on switch 2, So it was allowed and active in management domain

    • @CoryMalone
      @CoryMalone Год назад

      Glad to know it wasn't just me. Thanks,@@unimatelunimatel6175.

    • @oscarm534
      @oscarm534 Год назад +1

      @@unimatelunimatel6175 I banged my head against a wall for 30min on this lab. I usually do the labs and don't watch the lab video unless I need help. I could not figure out what I was doing wrong. Went back and watched the video and still missed it. Then I decided to close the packet tracer lab and start from scratch and rewatch the video and then I saw it and it clicked. I was missing vlan 30 in Sw2 the whole time. Facepalm!

    • @deanroberts4770
      @deanroberts4770 Год назад

      @@oscarm534 I did the exact same thing and when I saw your comment I knew immediately. Thanks!

  • @abdullahalibadi7281
    @abdullahalibadi7281 8 месяцев назад

    I Love you Jeremey ❤ I can’t thank you enough for what you do.!

  • @Jax-JB
    @Jax-JB Год назад

    These courses are very helpful!
    I love them.
    Thanks Jeremy.

  • @IvoSantolaja
    @IvoSantolaja Год назад +1

    Day 17 Lab was awesome! Thank you Jeremy!

  • @tariqsubhan3775
    @tariqsubhan3775 3 года назад +1

    Sir, you deserve more but I can't do more than a comment, share and subscribe!
    I mean it.

  • @c7po457
    @c7po457 4 года назад +7

    You the man, Jeremy!

  • @howieezy
    @howieezy Год назад

    Hey @JeremysITLab I followed exactly every step in the video because PC5 wouldn't successfully receive or send pings to the other PCs. I figured out that you do have to 6:09 allow VLAN 20 on SW2 in order for it to ping (maybe you have to configure it for it to reach the router? or it's a packet tracer glitch) . I know you explained that you wouldn't have to but like I said even when I followed step by step it wasn't working. I don't know how nobody else caught this but I wanted to point it out as my thanks for your videos!

    • @JeremysITLab
      @JeremysITLab  Год назад

      Just tested it myself, and you don't need to allow VLAN 20 on the trunk. My guess is you forgot to manually create VLAN 30 on SW2.

    • @howieezy
      @howieezy Год назад

      @@JeremysITLab it did work when redoing it your way but I swear i added the vlan30. It is probably because I didn't allow trunk vlan 10,20,30 for SW2 interface G0/2 since I don't recall that. Thanks again!

  • @abdelrahmanelsherbiny8833
    @abdelrahmanelsherbiny8833 4 года назад +1

    18:30 Yes sir you did mention that about the CLI command : #show mac address-table

  • @tutuiannarcis2155
    @tutuiannarcis2155 3 года назад +3

    Hello! First of all I want to thank you for this course! it's extraordinary!
    I've done this lab 3 times and I can't get past a simple problem. PCs do not communicate with PCs in a different VLAN. communicates only with PCs from the same vlan ..
    where is the problem?
    trunk ports seem ok on both sw's

    • @JeremysITLab
      @JeremysITLab  3 года назад +1

      It seems there's a problem with routing. Check the configurations for the connection between R1 and SW2.

  • @raivelfiguereo9304
    @raivelfiguereo9304 4 года назад +2

    Jeremy, you are a Great teacher.

  • @sashostojkovski94
    @sashostojkovski94 4 года назад +2

    Hi Jeremy,
    Thank you so much for one of the best and amazing CCNA course, clear introductions, instructions and very useful labs!!!!
    I followed your recommendation about Boson, and would like to share my experience. Two days ago I purchased Boson NetSim, and must say my first impression is ...very disappointed... Boson should improve many things, instructions are not clear, very confused, detailed topology (interfaces, ports numbers) are part of the introduction only, not as separate topology, PC configuration is in CMD, some of the labs are already configured and that is not introduced on the beginning of the lab instructions... Lab designer is very poor, Packet tracer, GNS3, VIRL are far better than this one. Honestly, would not recommend Boson NetSim for lab practicing, I think they should learn from you how to design the labs...
    All the best and keep up the good work!!!
    S.

    • @JeremysITLab
      @JeremysITLab  4 года назад +1

      Sorry to hear you didn't like it, I think it's great!

  • @brimward122
    @brimward122 5 месяцев назад

    A packet tracer glitch caused me to spend way more time on this lab than I needed, but at least going through the configurations a ton of times made me more comfortable with setting up vlans.

  • @notunknown8275
    @notunknown8275 4 года назад +3

    thank you so much :D i did the lab with out watching this video

  • @VAG-p5y
    @VAG-p5y 6 месяцев назад +1

    Hi Jeremy's. thanks for gives this opportunity to get familiarized with Cisco products.
    On SW1you didn't add the VLAN 20 (G0/1) because you said that there is no VLAN 20 interfaces connected to SW1, however you add VLAN 30 to SW2 (G0/0) when there is no VLAN 30 interfaces connected to SW2.
    Could clarify.
    Thanks.

  • @vladik56
    @vladik56 7 месяцев назад

    wow Jeremy,Thanks i was doing the lab by myself and it didn't ping other networks beside VLAN 10
    and no matter what i did it didn't add the VLAN to the Managment domain(when you do- "sh int trunk".
    anyway i just needed to add the vlan via a cmd-
    "int g0/1>>>VLAN 30"
    same thing on SW2 only diffrent vlan
    i can't belive that i missed that tiny detail!
    anyway thanks again~!

  • @muhannadak8087
    @muhannadak8087 4 года назад +2

    Thanks a lot sir!!!! these lab exercises really help to clarify such complex topics.

  • @ItsMe-sx9ck
    @ItsMe-sx9ck 7 месяцев назад

    I am still going through nicely, Thank You jeremy

  • @octnovdec
    @octnovdec 11 месяцев назад +3

    hardest lab so far by a mile!

    • @victorasel2194
      @victorasel2194 5 месяцев назад

      Confusion is on vlan 20 not configured as trunk

  • @-b777ljq3
    @-b777ljq3 3 года назад +1

    very good, this really helps to build up hand on experience

  • @EOyebamiji
    @EOyebamiji 4 года назад +3

    Thank you Jeremy for another amazing video. I did the practical via packet tracker using the last lecture video and I got it. Could share the pkt file for review if you wouldn't mind.

    • @JeremysITLab
      @JeremysITLab  4 года назад +1

      Sure, you can share it! Leave a link here in the comments

    • @EOyebamiji
      @EOyebamiji 4 года назад +1

      @@JeremysITLab Thank you for your response, here is a link to the file -- drive.google.com/file/d/1YAIlUQ9Wd22g7AqeU9hOjkkI1fi-9jsH/view?usp=drivesdk

    • @EOyebamiji
      @EOyebamiji 4 года назад

      Here is new link if you're having difficulties with access to the previous link. drive.google.com/file/d/1YAIlUQ9Wd22g7AqeU9hOjkkI1fi-9jsH/view?usp=drivesdk

    • @foysaltomal5370
      @foysaltomal5370 Год назад

      @@EOyebamiji Thanks a lot man

  • @shlomiunger3518
    @shlomiunger3518 4 года назад +1

    Awesome Lab!!

  • @kanaa3477
    @kanaa3477 4 года назад +1

    Thanks for making networking easy. Great Job!

  • @Rmnchahal
    @Rmnchahal 2 года назад +11

    Why is VLAN 20 not allowed on SW2? I re-watched the day 17 lecture but couldn't find the answer. SW2 could send VLAN 20 traffic on the trunk if a host in VLAN 20 pings a host in VLAN 10 or 30

    • @syedyousafbukhari2213
      @syedyousafbukhari2213 11 месяцев назад

      i had the same question i was confused as well, i guess the answer is becuz when it's sent to others, there's the vlan tag, and the vlan 20 tag wont be required? im not sure either. sorry

    • @lumen_synths
      @lumen_synths 11 месяцев назад +1

      Still trying to figure this out...

    • @casperadriaensen5390
      @casperadriaensen5390 11 месяцев назад +1

      if you are talking about 6:20, it's beacause he's talking about interface G0/1 of the switch, not the entire switch. vlan 20 will never send any trafic over that trunk port, since there are no vlan 20 hosts connected to switch 1.

    • @Badjazy
      @Badjazy 8 месяцев назад +4

      Vlan 20 can go straight to router, but vlan 30 and 10 need trunk to get to router. Makes it a bit confusing as there is also another vlan 10. This easiest way to understand it.

    • @JustinL-yz2yr
      @JustinL-yz2yr 7 месяцев назад +1

      @@lumen_synths It is allowed on SW2, but only in interface g0/2. It's not allowed on interface g0/1 because there is no need. All vlan 20 traffic will travel to the router and the switch will change the vlan of the packet to the destinations vlan.

  • @mkhokhelindlovu4818
    @mkhokhelindlovu4818 4 года назад +1

    Wow this is nice, thank you Jeremy, you are very good at doing it.

  • @shw256
    @shw256 8 месяцев назад

    Super helpful lab. Thank you!

  • @faruqueomar6459
    @faruqueomar6459 4 года назад +2

    Hi, first of all, thank you so much for your valuable video. For two days I was trying to do the same lab but I wasn't a success there in the video you didn't show pc configuration in the packet tracer. tried to communicate with different VLAN so there needs to put default gateway IP. thanks once again for your video and I'm following your course.

    • @JeremysITLab
      @JeremysITLab  4 года назад +1

      Yep, never forget the default gateways! By the way, did you download my lab files? The default gateways should be pre-configured in my lab files.

    • @faruqueomar6459
      @faruqueomar6459 4 года назад

      @@JeremysITLab Thank you so much for your concern and suggestion, I didn't download the lab. I tried to do that also but I couldn't find the file. when clicking on the link it redirects to me natcad site.

  • @IDK-kv8ob
    @IDK-kv8ob 4 года назад +4

    Comment for my Canadian sounding homeboy

  • @Alberto.81
    @Alberto.81 4 года назад +1

    Thanks Jeremy you're great teacher!

  • @oussamamohammedbenameur6026
    @oussamamohammedbenameur6026 Год назад

    You are the best Jeremy

  • @wendina6516
    @wendina6516 4 года назад +1

    Thank you Jeremy for all

  • @rackeysingh
    @rackeysingh 4 года назад +3

    Hi Jeremy, thank you so much for this course i find it so much easier to follow this then read the books on this material. i have signed up to your email list has there is no link to the lab in the description. i hope you can send this through to me as i am trying to get through as much videos as i can during the lock down. thank you again.

    • @JeremysITLab
      @JeremysITLab  4 года назад

      Follow the link in the confirmation email, from there you can access all of the labs!

  • @360wavemansmith3
    @360wavemansmith3 4 года назад +1

    Thank you Jeremy....could you do a CCNA security course

    • @JeremysITLab
      @JeremysITLab  4 года назад +1

      CCNA security was retired by Cisco on February 24th of this year, it doesn't exist anymore!

  • @jhde9067
    @jhde9067 3 года назад +1

    7:35
    We configure vlan 30 on switch two?! Why? Is it the same thing as doing it on switch one?

  • @ucnguyenthe3958
    @ucnguyenthe3958 3 года назад +1

    Thanks a lot, Jeremy

    • @JeremysITLab
      @JeremysITLab  3 года назад

      Thanks for watching and leaving a comment :)

  • @victorpisarev7768
    @victorpisarev7768 4 года назад +1

    I had problems with the vlan 30 on SW2 until I didn't create this vlan there. Were it not for this video, I wouldn't be able to come up with the solution, thanks!

  • @yelbiar6956
    @yelbiar6956 2 года назад

    Thank you very much Jeremy.

  • @mercurygaming6344
    @mercurygaming6344 4 года назад +1

    Hi Jeremy. Keep sharing your knowledge!! God bless you always. I already subscribed your channel! 💖

    • @JeremysITLab
      @JeremysITLab  4 года назад +1

      Thank you! Thanks for the sub

    • @xilongjin8093
      @xilongjin8093 4 года назад

      @@JeremysITLab Why 32 is private video, sir?

    • @JeremysITLab
      @JeremysITLab  4 года назад

      Xilong Jin it’s scheduled

  • @YouYou-gk1jt
    @YouYou-gk1jt 10 месяцев назад +1

    I have a question. We just set trunk allow VLAN10 and VLAN30 between sw1 and sw2. Why pc5 in vlan 20 can ping pc3 in vlan 30? Any help will be appreciated。 thank you

  • @dongtv5919
    @dongtv5919 Год назад

    I like all your free ccna 🎉🎉🎉

  • @MrAbdoul12
    @MrAbdoul12 2 года назад

    good job jeremy!!

  • @mathewstj
    @mathewstj Год назад

    thanks for video. great videos

  • @chrisrupa526
    @chrisrupa526 4 года назад +1

    Hi jermy.can you make a video based on ccna.How ccna projects works on IT field.

    • @JeremysITLab
      @JeremysITLab  4 года назад +1

      Right now I'm busy with my CCNA course, I might make other videos later.

  • @thuta753
    @thuta753 3 года назад +1

    Good lesson

  • @adjaoudboudjema
    @adjaoudboudjema 2 года назад

    Thank you very much Jimmy for this lab please can you tell us how we can configure the native vlan in the g 0/0 on the router and in the sub interfaces. Thank you

    • @JeremysITLab
      @JeremysITLab  2 года назад +1

      I cover it in day 18! Check the next video ;)

    • @adjaoudboudjema
      @adjaoudboudjema 2 года назад

      @@JeremysITLab ok thank you for the reply

  • @SAMSAM-up5nd
    @SAMSAM-up5nd 2 года назад

    Thank you Jeremy.

  • @seangoodrich6358
    @seangoodrich6358 4 года назад +3

    Hi Jeremy, thanks again for providing the link to the pre-made labs, it definitely helped a lot.
    Question, why does the ping from VLAN 10's PC7 to VLAN 30's PC3 have to go through the router if there is a trunk established for VLANs 10 & 30? Is it because they aren't in the same VLAN? Just want to make sure so I understand.
    Thank you!

    • @JeremysITLab
      @JeremysITLab  4 года назад +2

      The switch won't forward data from a PC in VLAN 10 to a PC in VLAN 30. The trunk means that traffic in both VLANs can be forwarded over that specific link, but that doesn't mean the switch will send the VLAN 10 traffic to the VLAN 30 PC.

  • @knowledge_gund
    @knowledge_gund 4 месяца назад

    Thank you Jeremy

  • @punitjoshi8151
    @punitjoshi8151 3 года назад +1

    Nice explanation. :-)

  • @starchild2167
    @starchild2167 4 года назад +1

    Thanks, excellent video.

  • @DevOpsPulse
    @DevOpsPulse 4 года назад +1

    thank you so much

  • @imuneerdxb
    @imuneerdxb Год назад +2

    HI @Jeremy. When I try to ping from PC6 (VLAN10) to PC4 (VLAN30) ping does not work. Upon checking in simulation mode, I noticed the ARP reply is coming form R1 to SW2 is getting blocked in SW2 with the message "1. GigabitEthernet0/2 is blocked by STP. The device drops the frame." However ping to any PC in VLAN10 to VLAN10 works. Please advise.

    • @JeremysITLab
      @JeremysITLab  Год назад

      Hi! My guess is that you haven't allowed VLAN 30 on the SW1-SW2 trunk, or you haven't created VLAN 30 on SW2.
      *Add VLAN 30 to the trunk:*
      SW2(config)# interface g0/1
      SW2(config-if)# switchport trunk allowed vlan add 30
      *Create VLAN 30*
      SW2(config)# vlan 30
      SW2(config-vlan)# exit

    • @zroqs
      @zroqs Год назад

      Had the same issue, thank you

  • @LogitechCrayon-jt4fn
    @LogitechCrayon-jt4fn Год назад

    Hello Jerebear and friends,
    I was at 9:39, configuring subinterfaces on the router and I named the subinterfaces like this: g0/0.1, 0.20, 0.30. As a result, I wasn't able to ping. Is there a reason for this? Maybe I misconfigured something else because naming the subinterfaces like this shouldn't matter, right??

  • @missnaomi5994
    @missnaomi5994 7 месяцев назад

    Hello Jeremy thanks alot for all you do.Please how do I finish the lab in this video,can't find the link in your Bio section.Please can anyone help

  • @hamidrez79
    @hamidrez79 3 года назад +1

    Amazing contents ,thanks

  • @kevkron2683
    @kevkron2683 4 года назад +1

    Hello, I am close to wrapping up this excellent video series. I do plan on downloading the Boson Netsim and practicing commands and lab configurations. Is there anything else you recommend to study before taking the exam? Any books or practice exams?

    • @JeremysITLab
      @JeremysITLab  4 года назад

      Yes you will definitely need a set of books (I recommend Cisco's official guides by Wendell Odom) or another video course, my video course isn't finished yet so there are MANY topics that I haven't covered yet.

  • @omedbarzini
    @omedbarzini 4 месяца назад

    Fascinating!

  • @InfoticCA
    @InfoticCA 3 месяца назад

    Hi @JeremysITLab in packet tracer lab why didn't you create the native VLAN in the router (creating a subinterface or adding IP address to the interface g0/0)?

  • @eLGeeJR
    @eLGeeJR 2 года назад

    I didnt add VLAN 30 to SW2 G0/1 interface and kept getting DTP and CDP. DUH! lol Thanks! All the other pcs were able to ping.

  • @jaromamatr1346
    @jaromamatr1346 3 года назад +1

    Thank you a lot !

  • @dfmu2669
    @dfmu2669 Год назад

    12:03 you say we will ping PC3 in VLAN 20, I think you meant VLAN 30 :)

  • @vincammilleri
    @vincammilleri Год назад +1

    I am a little confused at why we had to add vlan 30 to the allowed and active in management domain on sw2 and no just add it to the allowed on trunk? Also, if we have to add 30 to the allowed and active in management in domain on sw2, why not add 20 on sw1?

    • @kingjbz
      @kingjbz Год назад +2

      Broski.. the two different switches have their respective v-lans.. SW1 has Vlan 10 and Vlan 30. Just those two Vlans were created on that Switch..... VLAN 20 has no business sending traffic over there. Vlan 20 will send its traffic to the Router via Switch 2, Remember, Vlan 20 and Vlan 10 were created on Switch 2. Switch 1 needs to get to the ROUTER, so since SW 2 is the way to get there, Switch 2 needs to match Switch 1 inter Vlan . Remember, the ROUTER is the KEY. Since SW2 never heard of VLAN 30 being that VLan 20 and Vlan 10 were created on it via access ports, it needs to have a VLan 30 created. I hope this helps.. this is my attempt of helping myself learn this, Lord knows I bumped my head on this for some hours, but now it makes sense..God bless

  • @ianmisik9
    @ianmisik9 Год назад

    Hi Jeremy, I am not sure if you will reply to this comment but I really hope you do. First of all, thank you for sharing this course on RUclips for free. You are a life saver. Secondly, I am having trouble accessing the packet tracer labs. I can access the labs on your google drive but they are not similar to the ones you are using or not clearly labeled. Could you kindly assist me. Thanks.

  • @valentinsuez
    @valentinsuez Год назад +2

    Hello Jeremy, when i try to open the .pkt i have an error about the version of packet tracer, that never happen before with ur lab :( can u check that please ? thanks in advance

  • @aliahmadmalik9
    @aliahmadmalik9 4 года назад +2

    Hi Jeremy, first of all thank you for these in depth & amazing lectures. I have learned CCNA before but with your course i am always learning something new with every lecture.
    I have a question, you created an empty VLAN 30 on SW2, but isn't it important to create a similar empty VLAN 20 on SW1 ?? Why so?

    • @JeremysITLab
      @JeremysITLab  4 года назад +10

      SW2 needs VLAN30 because VLAN30 traffic will be sent to R1 via SW2 for inter-VLAN routing. However, no VLAN20 traffic will ever be sent to SW1. There are no end hosts in VLAN20 connected to SW1, and the router isn't connected to SW1 either, so it's unnecessary.

    • @aliahmadmalik9
      @aliahmadmalik9 4 года назад

      @@JeremysITLab Thank you very much Jeremy, i got it now. Had a little confusion. All clear now.

    • @tferuh
      @tferuh 3 года назад

      @@JeremysITLab Great explanation Jeremy! this answered my question as well. Splendid...

    • @samiijay93
      @samiijay93 3 года назад

      @@JeremysITLab Thanks Jeremy, was confused by this also.

    • @sebisuarez10
      @sebisuarez10 3 года назад

      @@JeremysITLab Then why wouldn't we add VLAN20 to SW1 in case a device on SW1 wants to talk to a device on VLAN20 (SW2)? I'm confused on this.

  • @4EntertainmentOnly
    @4EntertainmentOnly 3 года назад

    I finally solved why I was getting errors and was unable to ping....I fixed it.

  • @mgame2023
    @mgame2023 2 года назад

    Awesome work you are a really good teacher, I have one question about one part (at 17:30 in video) the way to discover which port each pc is connected to ! . In packet tracer I try the show Mac address table but there no listing about example PC1, if I create some traffic it will appear.
    But my question is, how to find this information if example your try to discover in real situation if the information of Mac address doesn't list those Mac address, there another way to find it ? or another command ? thank in advance