Configured DHCP For Multiple VLANs

Sdílet
Vložit
  • čas přidán 7. 01. 2023
  • Hello, Welcome to PM Networking...
    My name is Praphul Mishra. I am a Network Security Engineer by profession and a Certified Cisco trainer by passion.
    About this video:-
    Configured DHCP For Multiple VLANs
    ip dhcp excluded-address 192.168.10.1
    ip dhcp excluded-address 192.168.20.1
    !
    ip dhcp pool VLAN10
    network 192.168.10.0 255.255.255.0
    default-router 192.168.10.1
    !
    ip dhcp pool VLAN20
    network 192.168.20.0 255.255.255.0
    default-router 192.168.20.1
    interface FastEthernet0/0.2
    encapsulation dot1Q 20
    ip address 192.168.20.1 255.255.255.0
    !
    interface FastEthernet0/0.10
    encapsulation dot1Q 10
    ip address 192.168.10.1 255.255.255.0
    CCNA Configuration Playlist:-
    • Basic Configuration in...
    CCNA Topics Wise Lecture:-
    • CCNA Interview Topics.
    Interview Questions and Answers:-
    • Networking Questions w...
    Cisco Basic Configuration:-
    • CCNA (Routing Switchin...
    BGP Series:-
    • BGP-CCNP
    Our Social links:-
    CZcams:- / pmnetworking​​​​​
    Facebook:- / pm.netwoking
    Instagram:- / pm.networking
    Telegram:- t.me/p_m_networking
    Whatsapp:- wa.me/918511826341
    #ccna​​​​ #newccna​​​​ #cisco_certification​​​​ #computer_networking​​​​ #cisco_networking​​​​ #ccna_routing_and_switching​​​​ #ccna200_301​​​​ #network_engineer​​​​ #cisco_routing_and_switching​​​​ #pm_networking #ccna_exam #computer_network #computer_networking #network_engineer #ccna_full_course #ccna_certification #ccna_exam #cisco #ccnasallary #ccna_security #network_security #cisco_routers #cisco_switch #ccna_salary_package_in_india #ccna_2022 #new_ccna #ipv4 #ipv4 #osi_model

Komentáře • 51

  • @wantiaandy9405
    @wantiaandy9405 Před 6 měsíci

    Thanks this video really helped me unlock my school project

  • @RadioRez
    @RadioRez Před 6 měsíci +2

    Incredibly helpful! Thank you so much!

  • @mohamedeladl6273
    @mohamedeladl6273 Před 10 měsíci

    and what about if we want to give the network internet access?

  • @hammadwaince9075
    @hammadwaince9075 Před rokem +2

    Thank you so much sir for sharing knowledge.

  • @SunilGupta-yz1rv
    @SunilGupta-yz1rv Před 8 měsíci

    Great great great great Job brother

  • @sheikhramiz4405
    @sheikhramiz4405 Před rokem +1

    sir same setup how to configuration DNS setting

  • @nareshabhira8728
    @nareshabhira8728 Před rokem

    Thanks for the video bro, Pls make video of networking monitoring bro and how trouble shoot the networking slowness

  • @richarddoh772
    @richarddoh772 Před 10 měsíci

    Please apart from cisco packet tracer, which network simulator are you using

  • @techytech3487
    @techytech3487 Před rokem

    I like these config videos.

  • @utshabanik7746
    @utshabanik7746 Před 2 měsíci

    Dear PM ji,
    Kindly make a video of all types of Inter Vlan Routing configuration. It will be very helpful for me.❤
    Thanks to Advance.❤🙏

  • @RajKumar-jw2tz
    @RajKumar-jw2tz Před rokem

    Hello what is the use of vlan 10 and vlan 20, both are communicate, pc 3 to pc 5 can't ping

    • @God4Short
      @God4Short Před 8 měsíci

      you need to configure inter vlan

  • @Noor-nv4jw
    @Noor-nv4jw Před 4 měsíci

    If we have 100 or above vlans on core sw should have to create sub int on rtr ?

    • @PMNetworking
      @PMNetworking  Před 4 měsíci +1

      No, creating 100 subinterfaces for inter-VLAN communication is not necessary. You can use a router with a trunk link to connect the VLANs, and configure routing between them without needing a subinterface for each VLAN. This is a more scalable and efficient approach.

    • @Noor-nv4jw
      @Noor-nv4jw Před 4 měsíci

      @@PMNetworking thanks for the reply but could you please suggest a lab video link relevant to your answer, very appreciate...

  • @ladikayembe
    @ladikayembe Před 8 měsíci

    Love your video, so do you mind please do it slowly for beginners

  • @prophead62
    @prophead62 Před 8 měsíci

    is the switch you are using a managed switch ?

  • @hassanBinTariq443
    @hassanBinTariq443 Před 4 měsíci

    Sir i have create a topology in which branch router and HQ router is connect with an isp router branch router has 3 vlans and HQ LAN has a centralized dhcp after all configuration, all system ping each other but dhcup na give ip to barch router vlans. Please address this problem

    • @PMNetworking
      @PMNetworking  Před 4 měsíci

      Noted, can you share your topology?
      WhatsApp: 08511826341

  • @mohamedeladl6273
    @mohamedeladl6273 Před 9 měsíci

    thanks

  • @thepuldarshana9056
    @thepuldarshana9056 Před 10 měsíci

    hi what is this simulation you are using ?

  • @user-lx9he2tz6m
    @user-lx9he2tz6m Před 10 měsíci

    what means of 'interface FastEthernet0/0.10 '...i means 0.10?

    • @erlin7125
      @erlin7125 Před 5 měsíci

      when you type that command the router will create a virtual interface tied to the physical port FastEthernet0/0, which make FastEthernet0/0.10 a sub interface of FastEthernet0/0.

  • @badsmiley1184
    @badsmiley1184 Před 4 měsíci +2

    when i create the sub interface, it says to me "%Cannot create sub-interface", how can I fix that ?

    • @PMNetworking
      @PMNetworking  Před 4 měsíci +1

      u need encap first. add encapsulation frame-relay on main interface; then u can create sub-interfaces.

    • @PMNetworking
      @PMNetworking  Před 4 měsíci +1

      You can try this...
      Router(config)#interface serial 0/0/0
      Router(config-if)#encapsulation frame-relay

  • @picazzo5150
    @picazzo5150 Před 27 dny

    What simulator are you using?

  • @saminkalhor4281
    @saminkalhor4281 Před rokem

    You didn’t allow vlans on trunk! Wondering how it worked!?

  • @manikandang7470
    @manikandang7470 Před 18 dny

    Hi sir,
    DHCP server how to identify its different vlan can you please explain

  • @FATY-SCENARISTE
    @FATY-SCENARISTE Před 28 dny

    Hello
    you wrote int f0/0.2. Did you mean int f0/0.20?

  • @arshadshaikh-jj1tq
    @arshadshaikh-jj1tq Před rokem

    sir in the real scenario company doesn't make the router as a dhcp server. can you make an video for Real word. like Dhcp server dns server and all

  • @monirhosenlimon431
    @monirhosenlimon431 Před 9 měsíci

    Its not clear bro