Це відео не доступне.
Перепрошуємо.

Configured DHCP For Multiple VLANs

Поділитися
Вставка
  • Опубліковано 7 січ 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 Network Configur...
    CCNA Topics Wise Lecture:-
    • CCNA Topic-Wise Course
    Interview Questions and Answers:-
    • Networking Questions w...
    Cisco Basic Configuration:-
    • CCNA (Routing Switchin...
    BGP Series:-
    • BGP-CCNP
    Our Social links:-
    UA-cam:- / 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

КОМЕНТАРІ • 56

  • @wantiaandy9405
    @wantiaandy9405 8 місяців тому +1

    Thanks this video really helped me unlock my school project

  • @RadioRez
    @RadioRez 8 місяців тому +2

    Incredibly helpful! Thank you so much!

  • @hammadwaince9075
    @hammadwaince9075 Рік тому +2

    Thank you so much sir for sharing knowledge.

  • @mohamedeladl6273
    @mohamedeladl6273 Рік тому

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

  • @SunilGupta-yz1rv
    @SunilGupta-yz1rv 10 місяців тому

    Great great great great Job brother

  • @sheikhramiz4405
    @sheikhramiz4405 Рік тому +1

    sir same setup how to configuration DNS setting

  • @nareshabhira8728
    @nareshabhira8728 Рік тому

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

  • @mubarksidig6987
    @mubarksidig6987 Місяць тому

    Very nice

  • @mohamedeladl6273
    @mohamedeladl6273 11 місяців тому

    thanks

  • @techytech3487
    @techytech3487 Рік тому

    I like these config videos.

  • @richarddoh772
    @richarddoh772 Рік тому

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

  • @RajKumar-jw2tz
    @RajKumar-jw2tz Рік тому

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

    • @God4Short
      @God4Short 10 місяців тому

      you need to configure inter vlan

  • @ladikayembe
    @ladikayembe 10 місяців тому

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

  • @prophead62
    @prophead62 10 місяців тому

    is the switch you are using a managed switch ?

  • @Noor-nv4jw
    @Noor-nv4jw 6 місяців тому

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

    • @PMNetworking
      @PMNetworking  6 місяців тому +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 6 місяців тому

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

  • @utshabanik7746
    @utshabanik7746 4 місяці тому

    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.❤🙏

  • @thepuldarshana9056
    @thepuldarshana9056 Рік тому

    hi what is this simulation you are using ?

  • @picazzo5150
    @picazzo5150 3 місяці тому

    What simulator are you using?

  • @hassanBinTariq443
    @hassanBinTariq443 6 місяців тому

    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  6 місяців тому

      Noted, can you share your topology?
      WhatsApp: 08511826341

  • @user-lx9he2tz6m
    @user-lx9he2tz6m Рік тому

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

    • @erlin7125
      @erlin7125 7 місяців тому

      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.

  • @saminkalhor4281
    @saminkalhor4281 Рік тому

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

  • @manikandang7470
    @manikandang7470 2 місяці тому

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

  • @Nehal126
    @Nehal126 12 днів тому

    How to configure DHCP relay agent using SVI?

    • @PMNetworking
      @PMNetworking  12 днів тому

      On SVI Interface, run ip helper command

  • @FATY-SCENARISTE
    @FATY-SCENARISTE 3 місяці тому

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

  • @badsmiley1184
    @badsmiley1184 6 місяців тому +2

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

    • @PMNetworking
      @PMNetworking  6 місяців тому +1

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

    • @PMNetworking
      @PMNetworking  6 місяців тому +1

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

    • @garconmathias2750
      @garconmathias2750 Місяць тому

      @@PMNetworking why encapsulation frame-relay, can you explain please?

  • @monirhosenlimon431
    @monirhosenlimon431 11 місяців тому

    Its not clear bro

  • @arshadshaikh-jj1tq
    @arshadshaikh-jj1tq Рік тому

    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